You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: extLowBlock and extHighBlock must be relative to start of EBR
They cannot be assigned from rootLowBlock/rootHighBlock because these
are relative to start of disk. This was causing child partitions
in EBR to get de_LowCyl and de_HighCyl values which are relative to
start of disk, while these must be relative to start of EBR or writes
will happen "after end of disk". Problem visible when there are MBR
partitions covering at least half of disk before EBR partition.
0 commit comments