On 4/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Well, I'm not using GRUB, but I think that the way GRUB
> reads disks has very little (if anything) common with linux.
> Not only it gives different names to disk-partitions, grub
> is like "mini-OS", which uses its own routines. It can be
> that GRUB sees disks/partitions differently, than linux...
>
> lilo has been designed as "LInux LOader". If lilo can see some
> disks/partitions, linux kernel can find them too (and vice-versa).
> But this is sometimes not true for GRUB...

No. both grub and lilo work through the system BIOS.  Neither can
'see' things not provided through the system BIOS.

But grub and lilo do work very differently in their 'normal'
configurations.  Lilo records absolute disk blocks where the kernel is
located, and loads the kernel directly from those blocks.  This is why
you have to re-run lilo every time you update your kernel.

Grub however has some knowledge of filesystems, so can actually read
the filesystem that contains the kernel to determine what blocks to
load.  So it is possible (not so much today, but in years past) to use
a filesystem that linux understands but grub does not.

-Richard


>
> Jarry
>
> --
> Analog-/ISDN-Nutzer sparen mit GMX SmartSurfer bis zu 70%!
> Kostenlos downloaden: http://www.gmx.net/de/go/smartsurfer
> --
> gentoo-user@gentoo.org mailing list
>
>

-- 
gentoo-user@gentoo.org mailing list

Reply via email to