2022-11-21 08:36:39 -06:00
|
|
|
|
|
|
|
|
|
|
|
# UEFI Helpers
|
|
|
|
|
|
|
|
How to boot a VM: https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/vm.html
|
2022-11-21 09:02:20 -06:00
|
|
|
|
|
|
|
```
|
2022-11-21 09:03:58 -06:00
|
|
|
nix build --builders "" && cp -f result/bin/lanzaboote.efi esp/EFI/Linux/lanzaboote.efi && qemu-uefi -drive format=raw,file=fat:rw:esp
|
2022-11-21 09:02:20 -06:00
|
|
|
```
|