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