Mount Manjaro full-encrypted filesystem in live cd environment

Hi,

today I canceled the update process while updating via the terminal and now I get an error like Error: file '/boot/vmlinuz-6.1-x86_64’ not found when booting.

Order:

  • Power on laptop
  • Enter Password
  • Manjaro Bootscreen
  • Error Message

I changed the boot order to boot into the live cd, because otherwise it tried to decrypt the usb drive at the first stage.The problem is now that my filesystem is fully encrypted (done by the manjaro installer a ~2 years back) and I have no clue how to mount the filesystem in the live CD environment in order to chroot into it.

I’m really gratefull for any help.

Thank you very much

EDIT:
When I type sudo lsblk I get basically this output:

  • sda (USB-STICK)
    ** sda1
    ** sda2

  • nvme0n1 (SSD with System on it) (238.5)
    ** nvme0n1p1 (300M)
    ** nvme0n1p2 (229.4G)
    ** nvme0n1p3 (8.8G)

see this for luks

or use before Gparted

1 Like

You should also be able to mount it with one click from most file managers (e.g. Dolphin)

1 Like

@stephane thank you very much. I was able to mount the filesystem, chroot into it and execute the following commands

# Because Adress resolution did not work
echo "nameserver 8.8.8.8" >> /etc/resolve.conf

# --overwrite because "exists in filesystem error"
pacman --overwrite "*" -Syu
mhwd-kernel -i linux515
update-grub

For some reason my qtile environment will not start anymore (Login->Lenovo Image->Back to Login), but at least I’m able to log into xfce.

@fasto Yes, I noticed this also afterwards :sweat_smile:
But thanks, because I could also backup my data beforehand that way.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.