On Nov 3, 2012, at 11:37 PM, Ulf Zibis <[email protected]> wrote: > You mean, after I would have shrinked th MBR gap? > That's the problem! > What will happen, if the gap is too small? > For that reason I *before* wanted to know how much space is needed.
All modern partitioners set the first partition to sector 2048, and for 512 byte sectors that's 1MB. Since the MBR consumes LBA 0, which is 512 bytes, core.img can be as large as 1048064 bytes. If the gap is too small, then core.img can't be embedded in the space. Installation fails. Chris Murphy _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
