the chroot wiki bit assumes you’ve got a unbootable system and are looking for a rescue, hence you’re reinstalling grub. You can do so from your terminal at any time, which will install the current grub package: sudo grub-install followed by: sudo grub-mkconfig Answer from GeorgeB on forum.manjaro.org
🌐
Manjaro
wiki.manjaro.org › index.php › GRUB › Restore_the_GRUB_Bootloader
GRUB/Restore the GRUB Bootloader - Manjaro
January 11, 2024 - EFI variables are not supported on this system. ... Sometimes there is an update for the GRUB package itself. So far, the grub package is updated, but the new GRUB Version is not automatically installed in the boot area. You can do this manually following the instructions above.
🌐
GitHub
gist.github.com › dianjuar › a6e0d801a9f71f8edc06321178390320
Restore the GRUB Bootloader on Manjaro Linux. Usefull when your fresh windows install eats your grub and can not boot into your linux installation, or for some how your grub is missing · GitHub
@#&#&@# problem solved, I don't know how it happends but in bios my first boot drive was changed to other hd🤦 ... Boot into Manjaro installer Open terminal sudo manjaro-chroot -a (and select system to mount) grub-install /dev/sda (it's sda ...
Discussions

Confused about re-installation of grub bootloader
Sorry, a bit of confusion here - if one has a working UEFI system, can grub be reinstalled from terminal after a full system update? Or is one required to chroot into that system with a live USB iso to reinstall and update grub? More on forum.manjaro.org
🌐 forum.manjaro.org
1
0
March 28, 2023
Repair Grub easy GUI way?

Have you tried running sudo update-grub

More on reddit.com
🌐 r/ManjaroLinux
15
6
September 21, 2019
Confused about re-installation of grub bootloader
the chroot wiki bit assumes you’ve got a unbootable system and are looking for a rescue, hence you’re reinstalling grub. You can do so from your terminal at any time, which will install the current grub package: sudo grub-install followed by: sudo grub-mkconfig More on forum.manjaro.org
🌐 forum.manjaro.org
1
0
March 29, 2023
Reinstall grub2
Hi I lost my boot sector so I need to reinstall grub. I got my install booting by installing another instance of Manjaro on another disk which found the old install so I can boot directly into to old Manjaro. I tried sudo grub-install /dev/sdc this gave this error: Installing for i386-pc platform. ... More on forum.manjaro.org
🌐 forum.manjaro.org
1
0
September 23, 2020
🌐
Manjaro
archived-wiki.manjaro.org › index.php
GRUB/Restore the GRUB Bootloader - Manjaro Linux
August 3, 2020 - EFI variables are not supported on this system. Then install the efibootmgr, dosfstools and grub packages and try steps 4 and 5 again. If it still doesn't work, then try exiting the chroot environnment by typing exit, then loading the efivarfs module: ... grub-install --target=x86_64-efi ...
🌐
DEV Community
dev.to › letstalkoss › manjaro-how-to-reinstall-grub-on-a-btrfs-and-uefi-system-52nm
Manjaro: How to Reinstall GRUB on a BTRFS and UEFI System - DEV Community
January 22, 2026 - Now that all subvolumes and partitions ... following commands: sudo chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Manjaro --recheck grub-mkconfig -o /boot/grub/grub.cfg...
🌐
Reddit
reddit.com › r/manjarolinux › repair grub easy gui way?
r/ManjaroLinux on Reddit: Repair Grub easy GUI way?
September 21, 2019 -

When I used Linux mint there was a easy way to fix the grub loader by using the boot repair package and you just had to install it and run it and it did its thing. Is there a easy way on manjaro? I have installed Windows 10 and then after installed Manjaro both in UEFI mode but when I boot my computer I get no dual boot option and it boots right into manjaro.

UPDATE: Read post below.

🌐
Veen
blog.veen.world › blog › 2025 › 03 › 22 › 🚀-how-to-update-grub-and-regenerate-initramfs-from-a-manjaro-live-usb-system-🐧
🚀 How to Update GRUB and Regenerate Initramfs from a Manjaro Live USB System 🐧 – Kevin's Blog
March 22, 2025 - grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck update-grub ... That’s it! 🎯 Your Manjaro system should now boot up smoothly.
Find elsewhere
🌐
ArchWiki
wiki.archlinux.org › title › GRUB
GRUB - ArchWiki
April 19, 2026 - If you want to use any additional GRUB module that is not included in the standard GRUB EFI file grubx64.efi on a Secure Boot system, you have to re-generate the GRUB EFI grubx64.efi with grub-mkstandalone or reinstall GRUB using grub-install with the additional GRUB modules included.
🌐
Najigram
najigram.com › home › fix broken grub in manjaro
Fix broken grub in Manjaro - Najigram.com
October 24, 2021 - After typing everything correctly, you should be able to boot to your OS. Once logged in, open terminal and install grub and then update it. I have installed grub on sda, your could be same or different.
🌐
Linux Adictos
en.linuxadictos.com › linux addicts › general admission › how to recover manjaro's grub, explained by the project's telegram channel bot in spanish
How to recover Manjaro's GRUB, explained by the project's Telegram channel bot in Spanish
January 20, 2023 - grub-install --force --target=i386-pc --recheck --boot-directory=/boot /dev/XXX ... Regardless of what mode grub loader is installed in, run the following to create the grub configuration file: ... And restart the computer.
🌐
Super User
superuser.com › questions › 1609586 › cant-install-grub-for-manjaro-after-reinstalling-windows
linux - Can't install grub for Manjaro after reinstalling Windows - Super User
December 13, 2020 - sudo mount /dev/sda4 /mnt sudo mount /dev/sda1 /mnt/boot/efi manjaro-chroot /mnt /bin/bash pacman -Syu grub grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck grub-mkconfig -o /boot/grub/grub.cfg
🌐
In brief. David Ing.
ingbrief.wordpress.com › 2018 › 04 › 09 › restoring-manjaro-grub-after-ubuntu-upgrade
Restoring Manjaro Grub after Ubuntu upgrade | In brief. David Ing.
February 21, 2022 - Confirm the partition with Manjaro installed: $ sudo fdisk -l $ lsblk -f · Mount the Manjaro system partition (mine was sda11): $ sudo mount /dev/sda11 /mnt · Reinstall Arch-Grub: $ sudo grub-install –boot-directory=/mnt/boot /dev/sda
🌐
Manjaro Linux
forum.manjaro.org › support
Reinstall grub2 - Support - Manjaro Linux Forum
September 23, 2020 - I got my install booting by installing another instance of Manjaro on another disk which found the old install so I can boot directly into to old Manjaro. I tried sudo grub-install /dev/sdc this gave this error: Installing for i386-pc platform.
🌐
Manjaro Linux
forum.manjaro.org › support
Regenerate Grub after Windows install - Support - Manjaro Linux Forum
March 3, 2024 - Hello I’ve installed windows and Grub was removed ☹ Can U help me with recover it? My partitions are: [manjaro-gnome manjaro]# lsblk -o PATH,PARTTYPE,FSTYPE,PARTTYPENAME PATH PARTTYPE FSTYPE PARTTYPENAME /dev/loop0 squashfs /dev/loop1 squashfs /dev/loop2 squashfs /dev/loop3 squas...
🌐
GitHub
gist.github.com › SalahAdDin › 944be0154d0c581cba91735e27352447
Repairing Arch/Manjaro Grub · GitHub
(hd0,gpt8)... grub rescue > ls (hd2,gpt8) # try to recognize which partition is this grub rescue > ls (hd2,gpt6) # let's assume this is the linux partition grub rescue > set root=(hd2,gpt6) grub rescue > set prefix=(hd2,gpt6)/boot/grub # or wherever grub is installed grub rescue > insmod normal # if this produced an error, reset root and prefix to something else .. grub rescue > normal · After these, you will get access to the grub, choose your linux system and get into. Once in your linux system, reinstall and reset the grub:
🌐
Steemit
steemit.com › manjaro › @christutorials › j2oql6gu
How to Restore Missing Grub Bootloader -Manjaro Linux Tutorial — Steemit
April 13, 2018 - When you cannot boot into Linux because grub is missing or damaged, these steps can fix it relatively quickly. Use a thumbdrive with Manjaro burned by Rufus to boot into a temporary copy of Manjaro
🌐
Reddit
reddit.com › r/manjarolinux › correct installation of grub for dual boot with windows 10 using manjaro architect
r/ManjaroLinux on Reddit: Correct installation of GRUB for dual boot with Windows 10 using Manjaro Architect
January 22, 2021 -

Hello everyone!

I am trying to install Manjaro along with Windows 10 in a configuration like this:

  • Disk 0 partition 0-4: Windows 10 stuff

  • Disk 0 partition 5: Manjaro

  • Disk 1 partition 0: Shared data (NTFS)

However, even after installing Windows and going through the process of installing a custom system with Manjaro Architect, I can't for the life of me figure how to use GRUB to dual boot. I try to mount on /boot/efi the partition that Windows 10 creates for booting, and then installing GRUB without formatting the partition. After that, my system boots to Windows and no GRUB prompt appears.

I have seen many tutorials on how to dual boot Manjaro and Linux, but all of them are using different flavors of Manjaro instead of Architect, which is the one I use for a really custom and minimal installation.

Any help on this? I would really appreciate it. Thanks!