How to skip GRUB menu.

Asked by Dariel Dato-on

Usually, when you boot, the screen says "Loading GRUB... press 'esc' to enter menu" or something like that.

Well, after I installed stuff like Bubakup (http://lubi.sourceforge.net/bubakup.html) it takes me directly to the menu.

How do I make it prompt me to press esc to enter menu again?

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

I think you must check if the hiddenmenu is remmed:

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu

by editing the /boot/grub/menu.lst

sudo gedit /boot/grub/menu.lst

and then do
sudo update-grub

HTH

Revision history for this message
Dariel Dato-on (odd-rationale) said :
#2

Thanks elart.it, that solved my question.