[Dual Boot] Can't get into grub but straightly boot Manjaro after updating Manjaro

Edit the file /etc/default/grub and change the following line… :arrow_down:

GRUB_TIMEOUT_STYLE=hidden

… into… :arrow_down:

GRUB_TIMEOUT_STYLE=menu

Also make sure you add the following line to the file before saving… :arrow_down:

GRUB_DISABLE_OS_PROBER=false

Save the file and then run the following command in a terminal window… :arrow_down:

sudo update-grub
3 Likes