Hi. A few weeks ago I switched into testing
. I’ve used Arch in another computer for a decade so I thought it would be fine.
Today my computer was crashing when booting. I suspected it was related to NVidia, so decided to undo yesterday’s update. I installed the previous versions of
lib32-nvidia-utils-570.153.02-1 libxnvctrl-570.153.02-1 linux61-6.1.139-1 linux61-headers-6.1.139-1 linux61-nvidia-570.153.02-1
linux61-virtualbox-host-modules-7.1.8-7 mhwd-nvidia-570.153.02-1 nvidia-settings-570.153.02-1 nvidia-utils-570.153.02-1
opencl-nvidia-570.153.02-1
It still wouldn’t boot, so I spent 5 or 6 hours rebooting and chrooting. The boot
partition was full. After many tries, the computer now boots but the strange thing is that it does not ask for a disk decryption key. The disk is btrfs and uses LUKS.
I think the only thing I did was to run mkinitcpio -P
, grub-mkconfig
and grub-install
.
How can I make the computer unbootable again without the decryption key?
Something else which I don’t remember seeing before is the mount point being /var/cache
. Isn’t that odd?
$ lsblk -a -fs
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
luks-b0a35949-1ae3-43bb-9d72-???????????? btrfs d7fa9c05-d68f-4aaf-94a9-xxxxxxxxxxxx /var/cache
└─nvme0n1p2 crypto_LUKS 1 b0a35949-1ae3-43bb-9d72-????????????
└─nvme0n1
nvme0n1p1 vfat FAT32 NO_LABEL FCE9-???? 115,1M 62% /boot/efi
└─nvme0n1
Thank you!