I have only Ubuntu gnome installed in my system.
When I start my laptop it is directly booting to Ubuntu gnome. Instead, I want to see the grub menu every time I switch on my laptop.
I have only Ubuntu gnome installed in my system.
When I start my laptop it is directly booting to Ubuntu gnome. Instead, I want to see the grub menu every time I switch on my laptop.
Try this:
take a look at your
/etc/default/grub
.There should b a line like
GRUB_HIDDEN_TIMEOUT=0
, change it to#GRUB_HIDDEN_TIMEOUT=0
.And change
GRUB_TERMINAL=console
to#GRUB_TERMINAL=console
.after this changes you'll see the normal grub menu.