Ubuntu – How to always show the menu in GRUB2?

grub2

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?

Best Answer

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.

Related Question