From e65fd83e233eb5794335902444ab86eac1a3d1b7 Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 26 Feb 2021 06:26:23 +0200 Subject: Meta: Boot Q35 machine with SATA drive instead of using IDE drive --- Meta/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meta/run.sh b/Meta/run.sh index 7687617cd0..091483e3af 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -65,9 +65,9 @@ $SERENITY_EXTRA_QEMU_ARGS -d guest_errors -smp 2 -device VGA,vgamem_mb=64 --device piix3-ide -drive file=${SERENITY_DISK_IMAGE},id=disk,if=none --device ide-hd,bus=ide.6,drive=disk,unit=0 +-device ahci,id=ahci +-device ide-hd,bus=ahci.0,drive=disk,unit=0 -usb -debugcon stdio -soundhw pcspk -- cgit v1.2.3