How to always show the menu in GRUB2? [duplicate]
Installing Ubuntu 10.10 I get the GRUB2 boot manager. By default is does instant booting of the first entry, i.e. you have to hold the Shift key while booting when you want to enter the menu.
How can I disable this behavior? I mean, how can I configure GRUB2 such that it always displays its menu and uses perhaps a timeout of 5 seconds for the first entry?
Solution 1:
Check out the extremely detailed and well-written Wiki entry for Grub2. The setting GRUB_HIDDEN_TIMEOUT
should be what you are looking for. But pay attention to the instructions on how to change settings.
Solution 2:
[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!