From a291b72ac8db66f1f68962765a5e4dc345545301 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sun, 4 Aug 2024 23:03:36 -0700 Subject: [PATCH] fix: bios boot order when using virtual sdcard --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4c573cd..c74b807 100644 --- a/Makefile +++ b/Makefile @@ -50,12 +50,13 @@ vm-bios: out/airgap.iso -machine pc \ -serial stdio \ -usb \ + -usbdevice tablet \ + -boot d \ + -drive file=out/airgap.iso,media=cdrom \ -device sdhci-pci \ -device sd-card,drive=external \ - -usbdevice tablet \ -drive id=external,if=none,format=raw,file=out/sdcard.img \ -display gtk,show-menubar=off,zoom-to-fit=on \ - -cdrom "out/airgap.iso" .PHONY: vm-efi vm-efi: out/airgap.iso