Skip to content

Instantly share code, notes, and snippets.

@Nullreff
Last active October 4, 2022 17:04
Show Gist options
  • Save Nullreff/deb824b3cdf7b58a48d8116a85ecab9f to your computer and use it in GitHub Desktop.
Save Nullreff/deb824b3cdf7b58a48d8116a85ecab9f to your computer and use it in GitHub Desktop.
Arch Recovery
cryptsetup luksOpen /dev/nvme0n1p2 encrypted_volume
mkdir /mnt/install
mount /dev/mapper/encrypted_volume -o subvol=@ /mnt/install
mount /dev/mapper/encrypted_volume -o subvol=@home /mnt/install/home
arch-chroot /mnt/install
su nullreff
cd ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment