I have a problem after updating my firmware. So it’s no Manjaro issue. I don’t get the device booting properly. After BIOS update I have access to the UEFI firmware and as expected boot entries have been lost. I tried to boot into a Manjaro USB key and ended up in grub_rescue . Then I tried an Arch ISO key with success. Now I’m at root@Archiso# . I guess I should just chroot into Manjaro and restore the bootloader, it would be great if someone could assists me to avoid that I fully bork my system
/dev/nvme0n1p1 is my ESP
/dev/nvme0n1p2 is my Manjaro partition
It looks okay to me, but you may not be able to manually unmount the virtual filesystems, nor do you need to power off at the end. I would simply recommend a clean reboot after exiting the chroot. At least then you’ll know whether it worked.
Also, you have not mentioned whether your root filesystem is btrfs or ext4. This could be important, depending on when you installed the system.
You are on ext4 right?
Otherwise, it seems correct to me but i have only mounted with the manjaro automated chroot so far. I wonder if sys, proc and dev are really needed in that case or you can only do with the root an efi.
Except the he seems to have some bad iso. Not that a new iso cannot be redownloaded from the live system but the manual method will also work.
As my laptop was new there was a bios update about once a month so i have done it so often that at the end i made a text file in my home with the commands ready to copy paste
su - (manjaro manjaro)
manjaro-chroot -a
root # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck
root # grub-mkconfig -o /boot/grub/grub.cfg