Description of problem: I use Fedora 35 and did small system update today (2.1GB of packages). After reboot to 5.15.12 kernel system was unable to mount my Luks encrypted /home filesystem. Version-Release number of selected component (if applicable): 2.4.2-1.fc35 How reproducible: always Steps to Reproduce: 1. boot system 2. cryptsetup open /dev/nvme1n1p1 fedora-home Actual results: [root@puchatek /]# cryptsetup open /dev/nvme1n1p1 fedora-home Enter passphrase for /dev/nvme1n1p1: No key available with this passphrase. Enter passphrase for /dev/nvme1n1p1: Expected results: [root@puchatek /]# cryptsetup open /dev/nvme1n1p1 fedora-home Enter passphrase for /dev/nvme1n1p1: [root@puchatek /]# And opened partition. Additional info:
Turned out that MSI firmware was to blame - reverted to old one and it works again. Argh.
Hm, that's interesting (usually it is wrong keyboard setting :)
I checked also: echo "passphrase" | cryptsetup open /dev/nvme1n1p1 fedora-home And it was wrong too. This system will not get firmware update anymore from me. Vendor is not capable of writing working one.