-
Notifications
You must be signed in to change notification settings - Fork 86
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
create-keys fails with "mkdir : no such file or directory" #268
Comments
Ugh, it's probably caused by this issue: #267 I'll merge it and do a new release today. |
I ran into the same issue when checking out master two days ago. Switching to tag 0.12 solved the issue. After investigating the code a bit it looks like the problem has been introduced by one of the commits implementing a custom database path. Two additional issues came to surface looking into this.
|
Somewhat intended. I need to do the plumbing work in the backend so everything is easier testable for me.
I'm not super happy with the handling here so I'll probably revisit this at some point. |
@su-ex I've merged the patch. Please verify if it works for you :) |
Yes, great, it's working now, thanks! 👍🎉🚀 |
IIRC I read somewhere here that a config file placed in This would also solve the issue that the database is currently in a directory below |
My plan is to make It could also infer the current boot structure from the Bootloader Specification and make the entire experience a bit more pleasant. |
I'm trying to get
sbctl
working on Debian stable installed throughgo install github.com/foxboron/sbctl/cmd/sbctl@latest
, but I'm already stuck on creating the keys:Any clue what's missing? I've already tried
mkdir -p /usr/share/secureboot/keys/{PK,KEK,db}
.strace if it's any help
The text was updated successfully, but these errors were encountered: