For live image system recovery type tasks, you should be using manjaro-chroot, not the regular chroot.
One of the things I loved about Manjaro is I didn’t have to do this the old convoluted Arch Linux way, I just shorten all of this:
To this:
sudo cryptsetup luksOpen /dev/nvme0n1p2 cryptroot
sudo mount /dev/mapper/cryptroot /mnt
sudo manjaro-chroot /mnt /bin/bash
mount /boot/efi
Then try to install your kernel.
(And exit chroot and reboot.)
umount /boot/efi
exit
reboot
2 Likes
system
Closed
25
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.