-
Notifications
You must be signed in to change notification settings - Fork 105
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
Fedora 33 - NVMe Drive - clevis luks bind tpm2 issue #260
Comments
Hmm. Please remove the |
Thanks Sergio! - That worked! Now to troubleshoot why my TPM2 doesn't unlock the drive but we've made progress! Thank you! Guessing some odd conflict? Any ideas why removing the pin package may have worked? |
Have you rebuilt the initramfs?
I don't know yet, I will have to investigate this. |
I had! Got this fully working now, so the scope seems to be limited to the clevis-pin-tpm2 package. My issue with the not auto-unlocking was I wasn't waiting long enough and i had the wrong key active. - So All good now! Thanks for all the help! |
Hi, this is a known bug that I fixed upstream: fedora-iot/clevis-pin-tpm2@06b2cd9 . |
@jchinyou : closing issue. This seems to be an issue in clevis-pin-tpm2 already addressed. |
Hi All,
I've been trying to leverage Clevis to decrypt my laptop hard drive on boot using TPM2. However when trying to bind celvis luks to my drive I get the following errors:
#sudo clevis luks bind -d /dev/nvme0n1p3 tpm2plus '{"pcr_ids":"7"}'
Warning: Value 512 is outside of the allowed entropy range, adjusting it.
Error during parsing operation: No command provided
Also tried with just tpm2:
#sudo clevis luks bind -d /dev/nvme0n1p3 tpm2 '{"pcr_ids":"7"}'
Warning: Value 512 is outside of the allowed entropy range, adjusting it.
Error during parsing operation: No command provided
Per chance is there a Debug Mode for Clevis?
The text was updated successfully, but these errors were encountered: