> modules and initramfs in a shell.
> menuentry "custom, Linux 2.6.33.2" {
>        recordfail=1
>        if [ -n ${have_grubenv} ]; then save_env recordfail; fi
>        set quiet=1
>        insmod ext2
>        set root=(hd0,1)
>        search --no-floppy --fs-uuid --set 964a0e2d-bae2-404f-ad49-05470d0453e3
>        linux   /boot/vmlinuz-2.6.33.2
> root=UUID=964a0e2d-bae2-404f-ad49-05470d0453e3 ro splash  quiet
>        initrd  /boot/initrd.img-2.6.31-22-generic
> }

Try removing the initrd line. Also, replace "UUID=..." with the
correct uuid of the root disk partition.

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to