Comment 14 for bug 562565

Revision history for this message
pauls (paulatgm) wrote :

Just curious, can you post the default menuentry from your /boot/grub/grub.cfg file. Mine looks like this:

menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
        recordfail
        insmod ext2
        set root='(hd0,7)'
        search --no-floppy --fs-uuid --set 2b87ed9a-1d92-4416-9bf3-6f606c9ab08d
        linux /vmlinuz-2.6.32-21-generic root=/dev/mapper/vgsda8-lvsda8root ro quiet splash video=uvesafb:mode_option=1280x1024-32,mtrr=3,scroll=ywrap
        initrd /initrd.img-2.6.32-21-generic
}