Grub not showing and the machine simply booting directly into Linux.
sudo vi /etc/default/grub
See the line
#GRUB_HIDDEN_TIMEOUT=0
Unhash it. i.e.
GRUB_HIDDEN_TIMEOUT=0
Save and then run sudo update-grub
you are done.
Grub not showing and the machine simply booting directly into Linux.
sudo vi /etc/default/grub
See the line
#GRUB_HIDDEN_TIMEOUT=0
Unhash it. i.e.
GRUB_HIDDEN_TIMEOUT=0
Save and then run sudo update-grub
you are done.