I think that you should edit your Grub configuration
Code:
sudo nano /etc/default/grub
Code:
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden #change hidden to menu
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
#GRUB_DISABLE_OS_PROBER=false #remove the comment symbol # at the beginning of the line
GRUB_DISABLE_OS_PROBER=false
Power off and then boot.
Happy days or Sleepless nights?