This usually occurs after windows update, because it has deleted linux efi and/or has rewrite the order of efi boot, putting windows efi at the top.
- Install TODO
- Go to TODO tab
- TODO
This usually occurs after windows update and/or partition changes
- Indentify grub partion, by listing and looking for a partition with the /boot folder
ls
ls (hd1,gpt7)/
ls (hd1,gpt6)/
- Once partition is indentified, set it up to boot into Manjaro
set root=(hd1,gpt6)
set prefix=(hd1,gpt6)/boot/grub
insmod normal
normal
- On Manjaro, open a terminal and reinstall grub on efi and reconfigure
sudo pacman -Syu grub
sudo su # it's important move to root user, as we need to be chrooted and sudo itself is not enough
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
grub-mkconfig -o /boot/grub/grub.cfg