Grub not showing after boot

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.