Georgina Joyce schreef:
Hi

Just a note to thanks to all those who gave suggestions on grub menu 
statements.  Just for the record, it would appear that I'd made the mistake of 
using /boot on the kernel line when I didn't need to as it was mounted as 
/boot.  Furthermore, I was using symlinks to point to kernel images on the same 
partition, which grub doesn't seem to like.  Thanks, here's my working 
statements.


title LFS 6.15.4 vmlinuz
root (hd1,0)
kernel (hd0,0)/lfs/vmlinuz-2.6.15.4 root=/dev/hdb1 ro

title debian sarge vmlinuz
root (hd0,1)
kernel (hd0,0)/debian/vmlinuz-2.6.15.4 root=/dev/hda2 ro

Cheers

Gena



i thought the first root entry was the root of grub. So here (hd0,1) should be (hd0,0). 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

--
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