-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include fido2 dracut module in initramfs for disk unlocking (was: rpm-ostree initramfs with arg fails with error) #546
Comments
You will have to look at the logs for more information. |
|
Is this still an issue in Fedora 41? This should not be needed anymore since https://gitlab.com/fedora/ostree/sig/-/issues/33. |
https://gitlab.com/fedora/ostree/sig/-/issues/33 Since that pertains to TPM, it would still be an issue. The problem with TPM is that it is automatic, it someone steals your computer, all they have to do it boot it up and they are in (assuming they have the resources to know your username and password). With a FIDO2 key, there is no way to boot the computer without the FIDO2 key if the computer is stolen. |
Ultimate goal is to be able to unlock LUKS2 volumes encrypted with a FIDO2 key upon boot as an alternative to a password.
Running rpm-ostree initramfs with arg fails with error:
After performing:
Add fido2 module to configuration
Update
/etc/crypttab
by appendingfido2-device=auto
Rebuild initramfs by using the following command:
Expected result is rpm-ostree initramfs with arg will rebuild initramfs and allow for fido2 keys to be used upon booting a disk that is encrypted with LUKS2
OS version:
Fedora Silverblue 39 - fully updated
The text was updated successfully, but these errors were encountered: