How to get to the GRUB menu at boot-time ?

11,683

To get into that menu you should simply press shift as soon the BIOS is done, this might need a few tries to get the timing right.

The other option is to edit grub itself for making it permanently appear you can open a terminal (ctrl+alt+t) and edit /etc/default/grub:

sudoedit /etc/default/grub

There you change this line

GRUB_HIDDEN_TIMEOUT=0

to

#GRUB_HIDDEN_TIMEOUT=0

After that you need to update your grub bootloader with:

sudo update-grub
Share:
11,683

Related videos on Youtube

Lokesh Loki
Author by

Lokesh Loki

Updated on September 18, 2022

Comments

  • Lokesh Loki
    Lokesh Loki over 1 year

    how do we get grub menu when boot up process? tried by using both shift and E s c keys

  • Videonauth
    Videonauth almost 8 years
    Welcome to Ask Ubuntu, if my post helped you you can accept it by clicking on the check-mark beside it.
  • Alecz
    Alecz over 6 years
    It only worked for me after commenting GRUB_HIDDEN_TIMEOUT=0