Grub menu is not visible on startup due to wrong screen resolution

Asked by Richard Reinhart

Just updated to 12.04 and on start up on a dual boot system, the menu selection is not visible apparently due to wrong screen resolution. Do I need to somehow make a change in the startup file to set the screen resolution so it is visible?
Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Solved by:
Chris
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo apt-get install v86d hwinfo; clear; sudo hwinfo --framebuffer

Revision history for this message
Best Chris (fabricator4) said :
#2

Yes, they have high resolutions working for the grub now, but the characters are so tiny they are almost unreadable. Edit the grub config file and then run update-grub:

sudo nano /etc/default/grub

and uncomment the line that reads "GRUB_GFXMODE=800X600

I found 1024x768 also works now, and looks pretty good but 800x600 would be 'safe'. You'll then need to update the grub menu file:

sudo update-grub

On the next boot you should a readable grub menu.

Chris

Revision history for this message
Richard Reinhart (reinhartr) said :
#3

Thanks Chris, that solved my question.