The text below is from your grub configuration
Code:
Warning: os-prober will not be executed to detect other bootable partitions.
Therefore, make an edit to /etc/default/grub
Code:
sudo nano /etc/default/grub
Code:
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT_STYLE=menu # change hidden to menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false # add this line
Any improvement?
Bookmarks