How to configure Grub back to Manjaro.?

Hello,

The Grub is in Manjaro, how to configure grub so that when I exit Debian (reboot) it returns me back to Manjaro and not to Debian?.

Thanks for advices

Hello.

You need to edit the GRUB file in /etc/default/grub and configure the GRUB_DEFAULT to correct option. I think you can check it out on DuckDuckGo.

BR

Hi @Alnone,

As @Quintana said, edit /etc/default/grub:

sudo nano /etc/default/grub

And change GRUB_DEFAULT from:

GRUB_DEFAULT=saved

to:

GRUB_DEFAULT=Manjaro

Save, Ctrl+O, and exit, Ctrl+X nano.

Afterwards, you need to update grub.

sudo update-grub

…and then reboot.

Hope it helps!

P.S.:

I am not al all sure if it should be

GRUB_DEFAULT=Manjaro

or

GRUB_DEFAULT=manjaro

So if one doesn’t work, try the other.

1 Like

I had not found a solution by Google, I never go to a forum without first looking for … anyway, thank you very much.
Mirdarthos, it is correct with capital letters.
Only that when rebooting it went to black screen, but after manual shutdown and several reboots… it hasn’t happened anymore, I also modified: GRUB_TIMEOUT=1
Thank you very much.

1 Like

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.