Im using grub with shim for secure boot, and it looks like it cannot load unsigned font files, how i can sign them?
You must log in or register to comment.
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.
sbsign fails with the error “Invalid DOS header magic”
Apparently sbsign is only for signing kernel images. You may be able to sign fonts using gpg.
how i can do it?