add bios too

This commit is contained in:
2026-01-27 21:50:16 +00:00
parent fb287d812a
commit 096817182a
2 changed files with 40 additions and 7 deletions

View File

@@ -32,8 +32,9 @@ Borg
netboot
-------
efi:
qemu-system-x86_64 \
-nographic \
-enable-kvm \
-cpu host \
-m 1024 \
@@ -41,3 +42,13 @@ qemu-system-x86_64 \
-device e1000,netdev=net0 \
-boot order=n \
-bios $(nix build .#nixosConfigurations.mtworx.pkgs.OVMF.fd --no-link --print-out-paths)/FV/OVMF.fd
bios:
qemu-system-x86_64 \
-enable-kvm \
-cpu host \
-m 8192 \
-netdev tap,id=net0,ifname=tap0,script=no,downscript=no \
-device e1000,netdev=net0 \
-boot order=n