You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just enabled Secure Boot on my device. The cryptboot scripts helped to understand and implement the whole thing. Unfortunately, it seems @xmikos can't/won't maintain the software anymore. I want to discuss some points with you:
As this is project is unmaintained and some improvements are outstanding: Let's find a new maintainer. We need to update the Arch Wiki and the AUR package. Are you interested? I can do it if you don't mind.
My /etc/crypttab does not contain my crypt device. I don't know why... So find_crypt_dev fails. Does this fail on your site (even if it's not super important)?
Regarding the PR Add cryptboot-grub-warning script #5 :
I like the idea, but I have a different proposal: Instead of exiting /usr/local/bin/grub-install with an error, let's just call /usr/bin/grub-install with the parameters of /usr/local/bin/grub-install and then call cryptboot-efikeys sign $efi. What do you think about?
After upgrading GRUB from 2.04 to 2.06 I had to modify the script:
The error I got was "error: verification requested but nobody cares: (cryptouuid/myUUID/grub/x86_64-efi/normal.mod.". Have you run into the same issue? Have you used the same workaround? The thing here is: I don't exactly understand the workaround. Maybe you know a little bit more about it.
Some resources for a better understanding:
Hey @ljfranklin @jugalgalaxyz
I just enabled Secure Boot on my device. The cryptboot scripts helped to understand and implement the whole thing. Unfortunately, it seems @xmikos can't/won't maintain the software anymore. I want to discuss some points with you:
As this is project is unmaintained and some improvements are outstanding: Let's find a new maintainer. We need to update the Arch Wiki and the AUR package. Are you interested? I can do it if you don't mind.
My /etc/crypttab does not contain my crypt device. I don't know why... So
find_crypt_dev
fails. Does this fail on your site (even if it's not super important)?cryptboot/cryptboot
Line 4 in 16117e1
Regarding the PR Add cryptboot-grub-warning script #5 :
I like the idea, but I have a different proposal: Instead of exiting
/usr/local/bin/grub-install
with an error, let's just call/usr/bin/grub-install
with the parameters of/usr/local/bin/grub-install
and then callcryptboot-efikeys sign $efi
. What do you think about?After upgrading GRUB from 2.04 to 2.06 I had to modify the script:
The error I got was
"error: verification requested but nobody cares: (cryptouuid/myUUID/grub/x86_64-efi/normal.mod."
. Have you run into the same issue? Have you used the same workaround? The thing here is: I don't exactly understand the workaround. Maybe you know a little bit more about it.Some resources for a better understanding:
If you like we can chat on IRC and post a summary here.
The text was updated successfully, but these errors were encountered: