In order to boot Linux, a Linux boot loader such as GRUB needs to be installed. Sometimes, a fresh windows install eats 🍽️ your grub or the MBR or GPT gets corrupted, erased or misconfigured for various reasons, resulting to missing the capability to boot into your linux installation.
Fortunatelly, there is a way to restore GRUB without re-installing your OS or losing your data. For this, you will need to use your Linux installation media to Restore the GRUB Bootloader.
If you install Manjaro on UEFI system and you need to restore the Grub bootloader, just boot the Manjaro Installation Media and follow me, as I will demonstrate to you in this tutorial how to properly restore it.
If you do not want to watch the video, which I recommend watching for more details, you just have to follow these steps:
- Install mhwd-chroot
sudo pacman -Sy mhwd-chroot
- Identify the Manjaro installation partition
lsblk -f
- Start mhwd-chroot
sudo mhwd-chroot
- Mount the EFI partition as /boot/efi:
sudo mount /dev/sdXY /boot/efi
P.S: X = Alphabet of the drive Y = Partition number of the EFI partition
- Re-install Grub
sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
- Update Grub configuration file
sudo update-grub
All done! Now close the terminal and reboot your system to use your freshly re-installed GRUB.
💬 By using this tutorial, have you encountered any challenges while trying to restore Manjaro GRUB bootloader on UEFI? Share your experiences and tips in the comments below!




Linux-Tech&More Comment Policy
Comments are welcomed and encouraged on this blog. Spam, abusive and off-topics comments will be deleted. Please read our Comments policy before commenting.
Join the Discussion!