[Using ZORIN]
I also found editing the GRUB_GFXMODE=640x480
settings fixed the problem. However, first, I had to add the grub-customizer
.
Optional, if step 1 doesn't work
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get install grub-customizer
sudo apt-get update
- Find Grub Customizer in the GUI (for me it's in System>Administration>..., but for some it is fund under Applications>System Tools>..)
- Open Grub Customizer and select Preferences > Advanced
- Select
GRUB_gfxmode (640X480)
- if it is already selected, deselect it, reboot, and select it again.
- Cross your fingers and reboot!
I have no idea why this worked for me, but it worked on both of my computers, so hopefully it will work for you too!
GRUB_HIDDEN_TIMEOUT=
(yes, this a newline after the equal sign) and runningupdate-grub
disables instant booting. The grub menu is then displayed forGRUB_TIMEOUT
seconds. IMHO this is a little bit unintuitive. The wiki entry is very detailed indeed - but the/etc/default/grub
file should incorporate some of its details regarding the complex timeout logic as comments. – maxschlepzig Feb 04 '11 at 00:01