Dual boot - missing the startup menu

Hello everyone!
Using manjaro for some years, enjoying every moment. Recently I upgraded my system and the menu that
allows me to choose operating systems doesn’t appear anymore. (the other one is Win10, for my studies)

Do someone know how to bring it back? I am not really sure about it’s name.

Thanks!
Dean

Edit /etc/default/grub and change the line…

GRUB_TIMEOUT_STYLE=hidden

… into …

GRUB_TIMEOUT_STYLE=menu

Then, open up a terminal and run… :arrow_down:

sudo update-grub
1 Like

As per the update thread.

1 Like

Thanks that helped to view the menu! But maybe you also know how to add the option of entering Win10 from the GRUB menu?
Using your method I was only able to do that by switching the order of startup manually to Win10/Manjaro for the specific OS.

Thanks!

There was a problem with the os-prober in GRUB, but it should in theory be fixed now. Make sure that your /etc/default/grub contains the following line… :arrow_down:

GRUB_DISABLE_OS_PROBER=false

… and then run… :arrow_down:

sudo update-grub
1 Like