ntruessel / sbscript

Create secureboot signed efi executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbscript

A little shell script I use to create my secureboot signed efi binaries

Dependencies

  • sbsigntools
  • efistub (as included in systemd and gummiboot)
  • binutils (objcopy)
  • sh
  • coreutils (cp, echo ...)
  • sudo

Verification failures

Sometimes sbverify claims the kernel image is not properly signed (signature verification fails). Instead of aborting with an error message, the script emits a warning and continues to do its job, since on all my computers, the generated images pass the EFI verification step.

Useful resources

License

This is free and unencumbered softwarr released into the public domain. See UNLICENSE for details.

About

Create secureboot signed efi executables

License:Other


Languages

Language:Shell 100.0%