During install of F43 I checked the box to encrypt my mass storage device (NVME) . Now during every boot it always asks for the passphrase. Which is an annoyance I could live with but the bluetooth keyboard is not connected at this stage so I cannot enter the Passphrase.
Can I disable the passphrase?
Can I somehow have F43 or grub? store the Passphrase?
I’m not having any real secrets here but I was unaware that disk enctryption on F43 works that way and not like something like bitlocker.
I have never used BitLocker, but I will assume that it uses TPM to store the password (so you don’t need to type it each time you boot your device).
It’s possible to “disable the passphrase” (remove disk encryption) and also store the passphrase securely in TPM.
Although it is technically possible to remove LUKS encryption from a disk using cryptsetup, this is a dangerous operation. It may be easier to simply reinstall without LUKS encryption.
If you want to keep your disk encrypted but don’t want to have to type your passphrase all the time, then you can use systemd-cryptenroll.
Additionally… If you are sharing your disk (or have another disk) with Windows installed and using bitlocker to secure that partition, it sure might be nice if the mount was ‘smart’ enough to query the TPM for the bitlocker key! Then you could ACTUALLY access that partition. Currently it stupidly just prompts for that key. Apparently no one has actually attempted to type in one of them there bitlocker keys - NOBODY wants to do that!!