secure boot for nixos ~ personal fork
Go to file
Julian Stecklina 76e7635de8 Move PE parsing into its own module 2022-11-22 16:18:12 +01:00
nix Move uefi-run into its own Nix file 2022-11-22 00:43:15 +01:00
rust Move PE parsing into its own module 2022-11-22 16:18:12 +01:00
.envrc Initial import of Rust files 2022-11-21 12:31:23 +01:00
.gitignore Ignore all Rust target directories 2022-11-22 01:54:30 +01:00
README.md Add crypto library 2022-11-21 16:03:58 +01:00
flake.lock Initial import of Rust files 2022-11-21 12:31:23 +01:00
flake.nix flake: add openssl for pki generation 2022-11-22 02:18:22 +01:00

README.md

UEFI Helpers

How to boot a VM: https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/vm.html

nix build  --builders "" && cp -f result/bin/lanzaboote.efi esp/EFI/Linux/lanzaboote.efi && qemu-uefi -drive format=raw,file=fat:rw:esp