Kristian Poul Herkild wrote:
# Begin /etc/fstab

# file system  mount-point  type   options     dump   fsck
#                                                 order

/dev/hdd3           /       ext3   defaults       0      0
/dev/hdd1           /boot   ext3   defaults       0      0

<snip>

/boot/grub/menu.lst

<snip>

# LFS-6.0-2.6.8.1
title Linux From Scratch 6.0-2.6.8.1
root (hd1,0)
kernel /lfskernel-2.6.8.1 root=/dev/hdd1

try to modify menu.lst that way:

# LFS-6.0-2.6.8.1
title Linux From Scratch 6.0-2.6.8.1
root (hd1,0)
kernel (hd1,0)/lfskernel-2.6.8.1 root=/dev/hdd3

I hope I got the grub info pages correct here and this helps

thorsten

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