-
Notifications
You must be signed in to change notification settings - Fork 611
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
Cannot install with secureboot and encryption? #9415
Comments
Okay, I figured it out. I don't have a TPM. Somewhere in the logs is says it can't open |
Yes, this is a bug, it should have just used passphrase or failed on encryption step. |
smira
added a commit
to smira/talos
that referenced
this issue
Oct 4, 2024
Fix the flow when a failing key slot leads to repeated attempts to open the volume, while it's already open, but the failure was to sync other keys. Refactor the code to get rid of variable assignment in the outer block from closures. Fixes siderolabs#9415 Signed-off-by: Andrey Smirnov <[email protected]>
smira
added a commit
to smira/talos
that referenced
this issue
Oct 4, 2024
Fix the flow when a failing key slot leads to repeated attempts to open the volume, while it's already open, but the failure was to sync other keys. Refactor the code to get rid of variable assignment in the outer block from closures. Fixes siderolabs#9415 Signed-off-by: Andrey Smirnov <[email protected]>
smira
added a commit
to smira/talos
that referenced
this issue
Oct 7, 2024
Fix the flow when a failing key slot leads to repeated attempts to open the volume, while it's already open, but the failure was to sync other keys. Refactor the code to get rid of variable assignment in the outer block from closures. Fixes siderolabs#9415 Signed-off-by: Andrey Smirnov <[email protected]>
smira
added a commit
to smira/talos
that referenced
this issue
Oct 8, 2024
Fix the flow when a failing key slot leads to repeated attempts to open the volume, while it's already open, but the failure was to sync other keys. Refactor the code to get rid of variable assignment in the outer block from closures. Fixes siderolabs#9415 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 0a2b455)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Description
mapped device is still in use
?Logs
Environment
The text was updated successfully, but these errors were encountered: