Sometimes the GRUB menu is hidden by default on boot, you should enable it changing the GRUB configuration.
sudo vi /etc/default/grub
You should set the timeout seconds, and comment out the default style.
GRUB_TIMEOUT=5
#GRUB_TIMEOUT_STYLE=hidden
Once you've made all the changes, you should apply them by running the following command.
sudo update-grub
Top comments (0)