From 1b5f88f744a2ad2e5d8095749adb3f50af522728 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sat, 16 Apr 2016 18:27:29 +0100 Subject: use -monitor none when loading UEFI, helps with the -nographic support. --- bin/qemu-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemu-wrapper.sh b/bin/qemu-wrapper.sh index 901fd64..9eb05c9 100755 --- a/bin/qemu-wrapper.sh +++ b/bin/qemu-wrapper.sh @@ -22,7 +22,7 @@ else fi UEFI="" if [ -n "$3" ]; then - UEFI="-L $3" + UEFI="-L $3 -monitor none" fi qemu-system-${ARCH} -m 1024 ${UEFI} -enable-kvm -drive format=raw,file=./$1 -- cgit v1.2.1