fix borked efi
apt install cryptsetup lvm2 unlock the drive with disk tool bc i cant work out how tu use cryptsetup make lvm visible vgchange -ay // mount root mount /dev/{vol-group}/root /mnt // mount boot mount /dev/sdX2 /mnt/boot // mount all the things for i in /dev /dev/pts /proc /sys /run; do …