A little tip to anyone use #bluetooth (not custom wireless) keyboard and using #LUKS disk encryption. If you cannot enter the LUKS passphrase at boot, it is because the Bluetooth module and connection are not activated yet. To fix this, create /etc/dracut.conf.d/bluetooth.conf file and put this line on that file: add_dracutmodules+=" bluetooth " Don't forget to regenate your #initramfs by: sudo dracut --regenerate-all --force Tested on #fedora 43