> When you say where the kernel is you override your previous command and
> point grub to his real "root" on (hd0,0)
>
> It can be like this:
>
> title LFS 6.15.4 vmlinuz
> root (hd0,0)
> kernel /lfs/vmlinuz-2.6.15.4 root=/dev/hdb1 ro
>
> OR
>
> title LFS 6.15.4 vmlinuz
> kernel (hd0,0)/lfs/vmlinuz-2.6.15.4 root=/dev/hdb1 ro
>
> Correct me if i am wrong.
>
> Michiel
>
> --
Quite correct. Actually lines like:

root (hd0,0) in menu.lst do _nothing_.  root (hd0,0) is an interactive mode
(grub prompt) command. By the time menu.lst is parsed the chance for grub to
act on it has passed.

Having these root (hdn,m) commands in menu.lst is a bad habit acquired from
Red Hat iirc. Their installer would put it in menu.lst commented out:

#root (hd0,0)

for the users reference.


> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to