Edit the /boot/grub/menu.lst file using the following command
sudo vi /boot/grub/menu.lst
Hide GRUB Menu
By default GRUB Hides the menu .
Now search the section that looks like this
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
Show GRUB Menu
Put a # before hiddenmenu to comment that line out
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
Save the file, and you should see the menu the when you reboot your machine.
Change the GRUB Menu Timeout value on Ubuntu
If you want to change the grub menu timeout use the following procedure
Edit the /boot/grub/menu.lst file using the following command
sudo vi /boot/grub/menu.lst
Now find the following section
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
The timeout value is defined in seconds and now you need to save the file.
Incoming search terms:
- grub hide menu (146)
- hide grub menu (63)
- grub disable menu (45)
- grub menu hidden (29)
- disable grub menu (27)
- menu lst hiddenmenu (26)
- grub hiddenmenu (24)
- how to disable grub menu (23)
- grub hidden menu (21)
- grub menu lst hiddenmenu (16)
