From 8515a1c49d0442f7ce23faec2c27a336d32ce7d6 Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 5 Mar 2021 06:53:39 +0200 Subject: [PATCH] Meta: Boot the Q35 machine without VGA support Use the bochs-display device instead :) --- Meta/run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Meta/run.sh b/Meta/run.sh index e632f70b2b..2d272adce4 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -69,7 +69,9 @@ $SERENITY_EXTRA_QEMU_ARGS -machine q35 -d guest_errors -smp 2 --device VGA,vgamem_mb=64 +-device bochs-display +-vga none +-device piix3-ide -drive file=${SERENITY_DISK_IMAGE},id=disk,if=none -device ahci,id=ahci -device ide-hd,bus=ahci.0,drive=disk,unit=0