linux fan wrote: > On 11/20/09, [email protected] <[email protected]> wrote: > > >> What should i do now? >> >> menuentry "GNU/Linux, Linux 2.6.30.2" { >> insmod ext2 >> set root=(hd0,1) >> search --no-floppy --fs-uuid --set e4adbac2-a338-4305-bafe-73f2adb307da >> linux /boot/vmlinux-2.6.30.2 root=/dev/sda1 ro >> } > > What is output of this command: > > find /boot -maxdepth 1 -type f > > It should show /boot/vmlinux-2.6.30.2 and if it doesn't, something is > not in the right place.
What is the output of 'mount' ? What is the output of 'ls /dev/sd*' ? What is the output of 'ls -l /boot' ? You can remove the search line above. It is not valid for LFS. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
