[EMAIL PROTECTED] wrote:
We have completed upto chapter8

and have booted the LFS system,
But we cannot boot  the Base system,

The base system we had  used was RedhatEnterpriseLinux4

Our Menu.lst file reads

#LFS Entry
title LFS6.2
root(hd0,3)
kernel /boot/lfskernel-2.6.16.27 root=/dev/hda4

#Host system
title RHEL4
root(hd0,1)
kernel /boot/vmlinuz-2.6.9-5 ro root=LABEL =/ rhgb quiet
initrd /boot/initrd-2.6.9-5.EL.img



But In the GRUB menu when we select
the base system

We get
Error 15: Which is FileNot Found...


We have even tried the syntax given in the book,
But that doesnotseem towork and my host system is now not available foruse...

please help..

Sincerely,
Rahul Rege..

Grub can not find /boot/vmlinuz-2.6.9-5.

Try changing the "root=LABEL =/" to root=/dev/hdaX where X is the partition 
that RHEL4 resides.

In my case I had a separate boot partition and I needed to change 
/boot/vmlinuz-2.6.9-5 to /vmlinuz-2.6.9-5.


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

Reply via email to