Kernel Module für UEFI signieren in Linux
Find a file
Jakobus Schürz 41374a9d15 Update README
2018-12-11 09:44:39 +01:00
.gitignore initialer commit 2018-12-11 09:32:36 +01:00
create_module_key.sh initialer commit 2018-12-11 09:32:36 +01:00
LICENSE Initial commit 2018-12-11 09:29:10 +01:00
README.md Update README 2018-12-11 09:44:39 +01:00

Sign linux-kernel-modules with own key for secureboot

  • Create key-pair

    create_module_key.sh -c
    
  • Sign your proprietary modules

    create_module_key.sh -s \<modulename\>[ \<modulename\>][ \<modulename\>]...
    
  • Reboot

If you have a Dualboot with Windows and Bitlocker, you have to type in you Recreation-Key for Bitlocker on first boot in Windows, because you added a key to UEFI

Every time you install a new kernel, you have to boot to the new kernel and run

create_module_key.sh -s \<modulename\>[ \<modulename\>][ \<modulename\>]...
  • Reboot

again.

This script creates a key. You need it for signing every module for every new kernel you install on your machine!!! Keep it save!