Ubuntu – Why isn’t Grub2 using custom resolution

12.10bootgrub2

I hope somebody can help me with this… Running Ubuntu 12.10 GNOME Remix

I am trying to get Grub2 to use a resolution of 1600×900

I have checked vbeinfo and hwinfo –framebuffer which both provide:

Mode 0x037f: 1600×900 (+6400), 24 bits

This resolution has worked on previous Ubuntu and Fedora installs.


Why is it not taking effect?? I have tried different resolutions…
Backgrounds and font colours are changeable.

Thank you for your insight.

Best Answer

When you set the mode, try to also include the bit depth in /etc/default/grub, e.g.:

GRUB_GFXMODE=1600x900x24

Also add this line:

GRUB_GFXPAYLOAD_LINUX=keep

Run sudo update-grub, reboot and let us know if it worked.