https://github.com/fnkr/fedora-secure-boot
Load custom kernel modules with secure boot enabled on Fedora.
https://github.com/fnkr/fedora-secure-boot
fedora linux-kernel-module secure-boot
Last synced: about 1 month ago
JSON representation
Load custom kernel modules with secure boot enabled on Fedora.
- Host: GitHub
- URL: https://github.com/fnkr/fedora-secure-boot
- Owner: fnkr
- Created: 2019-03-06T18:47:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T20:40:02.000Z (about 7 years ago)
- Last Synced: 2025-03-23T17:28:47.983Z (about 1 year ago)
- Topics: fedora, linux-kernel-module, secure-boot
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [fedora-secure-boot](https://github.com/fnkr/fedora-secure-boot)
The import process will ask for a password twice.
You can choose any password but you will need to remember it until the import has been completed.
```sh
# Clone repository
git clone https://github.com/fnkr/fedora-secure-boot.git secure-boot
cd secure-boot
# Generate MOK and start import
sudo ./install-mok YOUR_NAME
# Sign kernel modules with the newly generated MOK
# This is an example which will sign and load VirtualBox kernel modules:
sudo ./sign-and-load-vbox-modules
# Reboot to finish the MOK import
sudo reboot
```
To finish the import a reboot is required - UEFI will ask for the password at boot time.
Once the import has finished you can sign and load kernel modules at runtime.