How to use the Manjaro boot manager screen again?

I had to install Linux Mint on another partition of my HD for work reasons, but Manjaro is my preference to carry out my studies and personal projects, however, when installing mint the dual boot screen was changed to that of linux mint (and come on, it’s horrible), I would like the dual boot screen at startup to go back to being the beautiful manjaro screen, what should I do?

You could reinstall grub from your Manjaro installation, it’ll find the other OSes.

and how I do it?

https://wiki.manjaro.org/index.php/GRUB/Restore_the_GRUB_Bootloader

https://forum.manjaro.org/search?q=grub%20restore

Move Manjaro to the top of your boot priority in the BIOS and after reinstalling GRUB (on Manjaro) it should be fine

Here’s how to reinstall GRUB :-

  1. Switch to the root user with su or sudo -i

  2. In /etc/default/grub make sure GRUB_TIMEOUT_STYLE is menu and GRUB_DISABLE_OS_PROBER is false

  3. Run the command

grub-mkconfig -o /boot/grub/grub.cfg

and close the terminal and reboot to see the changes.

2 Likes

its work, you are the best!

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