prettydarknwild@lemmy.world to Linux@lemmy.ml · edit-22 years agoHow i can sign .pf2 files for using them with GRUB?message-squaremessage-square4fedilinkarrow-up125arrow-down11file-text
arrow-up124arrow-down1message-squareHow i can sign .pf2 files for using them with GRUB?prettydarknwild@lemmy.world to Linux@lemmy.ml · edit-22 years agomessage-square4fedilinkfile-text
Im using grub with shim for secure boot, and it looks like it cannot load unsigned font files, how i can sign them?
minus-squareprettydarknwild@lemmy.worldOPlinkfedilinkarrow-up1·edit-22 years agosbsign fails with the error “Invalid DOS header magic”
minus-square6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.worldlinkfedilinkEnglisharrow-up2·2 years agoApparently sbsign is only for signing kernel images. You may be able to sign fonts using gpg.
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?