lanzaboote/README.md

10 lines
242 B
Markdown

# 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-x.efi && qemu-uefi -drive format=raw,file=fat:rw:esp
```