Comment 15 for bug 562565

Revision history for this message
Ryan Waldroop (ryan.waldroop) wrote : Re: [Bug 562565] Re: Occasionally boots into "low graphics mode"

Aries/Pauls, yes, I meant /etc/initramfs-tools/modules

Here's my menuentry from grub.cfg:

menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class
gnu-linux --class gnu --class os {
        recordfail
        insmod ext2
        set root='(hd1,1)'
        search --no-floppy --fs-uuid --set
5a8ae36a-755c-458c-b56e-d81baabe8295
        linux /boot/vmlinuz-2.6.32-21-generic
root=UUID=5a8ae36a-755c-458c-b56e-d81baabe8295 ro quiet splash
video=uvesafb:mode_option=1024x768-32,mtrr=3,scroll=ywrap
        initrd /boot/initrd.img-2.6.32-21-generic
}