How i can sign .pf2 files for using them with GRUB?
Im using grub with shim for secure boot, and it looks like it cannot load unsigned font files, how i can sign them?
Im using grub with shim for secure boot, and it looks like it cannot load unsigned font files, how i can sign them?
69420, I’ve never had to sign font files, but I imagine you would use the same keys you used to sign your bootloader. sbsign is what I use to sign EFI Stubs.
prettydarknwild, (edited ) ![]()
sbsign fails with the error “Invalid DOS header magic”
69420, Apparently sbsign is only for signing kernel images. You may be able to sign fonts using gpg.
prettydarknwild, ![]()
how i can do it?
Add comment