On Wed, Jan 13, 2010 at 12:13 AM, Ravi Jaya <[email protected]> wrote:
>
> #menuentry "Fedora (2.6.31) (on /dev/sdb2)" {
>        #set root=(hd1,8)
> #       insmod ext2
> #       set root=(hd1,2)
> #       search --no-floppy --fs-uuid --set
> 05364295-f61f-4068-b176-f8deb1e52098
> #       linux /boot/vmlinuz-2.6.31 ro
> root=UUID=05364295-f61f-4068-b176-f8deb1e52098 rhgb quiet
> init=/sbin/bootchartd
> #       initrd /boot/initrd-2.6.31.img
> #}
>
> #menuentry "Fedora (2.6.27.5-117.fc10.i686) (on /dev/sdb2)" {
> #       insmod ext2
> #       set root=(hd0,2)
> #       search --no-floppy --fs-uuid --set
> 05364295-f61f-4068-b176-f8deb1e52098
> #       linux /vmlinuz-2.6.27.5-117.fc10.i686 ro
> root=UUID=05364295-f61f-4068-b176-f8deb1e52098 rhgb quiet
> init=/sbin/bootchartd
> #       initrd /initrd-2.6.27.5-117.fc10.i686.img
> #}
>


Can you try after changing the following in grub.conf
'linux /vmlinuz-2.6.27.5-117.fc10.i686 ro
root=UUID=05364295-f61f-4068-b176-f8deb1e52098 rhgb quiet'
to
'kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro
root=UUID=05364295-f61f-4068-b176-f8deb1e52098 rhgb quiet'

I have the following in my Fedora 11

title Fedora (2.6.29.4-167.fc11.i686.PAE)
        root (hd0,0)
        kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro
root=UUID=5255b8f4-e8e6-417c-97dc-eed35b91a078 rhgb quiet
        initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img


-Sree Pratheep
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to