This weird screen pops up after reinstalling backup

293c93e0cf5aad17677ad19954456889de9e6a45_2_666x500

What can I do to get back my Manjaro configuration?

Um, pressing the button followed by Enter, maybe? :stuck_out_tongue:

It’s the GRUB boot loader screen, but without the Manjaro theming. Boot up into Manjaro ─ you appear to have two Manjaro installations there, so you’ll have to pick the right one ─ and then edit your /etc/default/grub. Look for the following line… :arrow_down:

GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt"

If that line says something else, change it as in the sample above. Then open up a terminal and issue the following two commands… :arrow_down:

sudo grub-install --recheck --no-rs-codes
sudo update-grub

The above commands will restore Manjaro’s GRUB configuration. If you do not want the GRUB menu visible at boot time, then change the line… :arrow_down:

GRUB_TIMEOUT_STYLE=menu

… into… :arrow_down:

GRUB_TIMEOUT_STYLE=hidden

… and run… :arrow_down:

sudo update-grub

… once again.

1 Like

You should let people know the context - that you are coming from this lengthy thread.
… or is it actually a different situation now?

1 Like

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