Open ghost opened 3 years ago
glad to see a guide i quickly wrote is of help :D
@anon-lestat glad someone got something going on it. The arch linux guide on secureboot was way over my head.
sudo xbps-install efitools efitools-efi sbsigntool
For the <enter version here>
, you can replace with -${uname -r}
.
Disclaimer: I don't use this method.
Disclaimer 2: feel free to report problem with sbsigntool, I'll fix them asap.
I don't think this fits in void-docs at all, sorry. Key creation and enrollment are messy and there are a bunch of guides out there already. The only part that's void specific is the sbsigntool
hook, which I tried to document in #507 . Could also mention that dracut supports signing.
I stopped using either, though, and have been happy with https://github.com/Foxboron/sbctl .
@sgn regarding using uname, that doesn't work great after you update a kernel :p
@ericonr Heh, let's just assume that I won't update kernel :-p (I knew I was wrong)
Joking aside, dracut without any argument will update the initramfs for running kernel. I would love to see if we can have a better hook for sbsigntool, the original was written by me, and it's, admittedly, badly written. It's re-formatted from my personal hook, after all.
@ericonr , should I close the issue then?
There are things that can be covered, as I mentioned. I'm not against having some Secure Boot information, I just don't want us to host yet another guide on setting it up.
@ericonr should the guides just be linked to then?
I was interested in secureboot on void. One of the users on the Void Matrix group posted about it and shared how he set it up here. Not sure if pastebin autodeletes stuff so I will paste it below in full: I will make a doc PR for this after I finish relearning git so this is notes for myself or if someone else want to PR it as well.