On Mon, 2008-07-07 at 19:26 +0200, [EMAIL PROTECTED]
wrote:
> On Mon, 7 Jul 2008 23:05:33 +0800, Bean <[EMAIL PROTECTED]> wrote:
> 
> > You need to use the lzma patch, which reduces the size of core.img.
> 
> Thanks for the suggestion, I'll give it a try... But I'd still like
> to have an answer to the following question : where the hell does
> grub want to store that image ? Looking at the lvm specs, there's
> barely 1 or 2KiB of free space just after the boot sector. The lzma
> algorithm might be very good at compression but I doubt it will be
> enough...

If the first partition starts on cylinder 0 (which is the most common),
it starts on head 1.  All space on head 0, cylinder 0 is available.  The
maximal number on sectors per track is 63, and that's what is normally
used (old drives may use less sectors).  The first sector is the MBR.
That gives 62 sectors available to the bootloader, i.e. 31k.

-- 
Regards,
Pavel Roskin


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to