/dev/hda1 = /boot /dev/hda2 = swa; /dev/hda3 = /
The first menu.lst entry works as is: title LFS 6.0 root (hd0,2) kernel /boot/lfskernel-2.6.8.1 root=/dev/hda3
The third entry is the same exact kernel with a different name and it doesn't work..(error 15: file not found)
I did try changing root to (hd0,0) but got the same error.
Thanks, Barry
I might want to correct that. Unfortunately, I'm a fair bit tired right now so my brain probably isn't firing on all cylanders, but something tells me that you should drop the /boot from the kernel parameter seeing as /boot is on a seperate partition. I think, then the entry should instead look like the following:
# The first entry is for LFS. title LFS 6.0 root (hd0,0) kernel /lfskernel-2.6.8.1 root=/dev/hda2
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
