From 7a92e0fad427d279d82678f7a970561ed1ec601d Mon Sep 17 00:00:00 2001 From: Dhiru Kholia Date: Mon, 29 Nov 2021 21:21:36 +0530 Subject: [PATCH] OSX-KVM - December 2021 Batch Update #1 --- OpenCore-Boot.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/OpenCore-Boot.sh b/OpenCore-Boot.sh index e4f4ef6..10aa4de 100755 --- a/OpenCore-Boot.sh +++ b/OpenCore-Boot.sh @@ -38,7 +38,8 @@ args=( -device usb-ehci,id=ehci # -device usb-kbd,bus=ehci.0 # -device usb-mouse,bus=ehci.0 - # -device nec-usb-xhci,id=xhci + -device nec-usb-xhci,id=xhci + -global nec-usb-xhci.msi=off -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" -drive if=pflash,format=raw,readonly=on,file="$REPO_PATH/$OVMF_DIR/OVMF_CODE.fd" -drive if=pflash,format=raw,file="$REPO_PATH/$OVMF_DIR/OVMF_VARS-1024x768.fd" @@ -51,8 +52,8 @@ args=( -drive id=InstallMedia,if=none,file="$REPO_PATH/BaseSystem.img",format=raw -drive id=MacHDD,if=none,file="$REPO_PATH/mac_hdd_ng.img",format=qcow2 -device ide-hd,bus=sata.4,drive=MacHDD - # -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device vmxnet3,netdev=net0,id=net0,mac=52:54:00:c9:18:27 - -netdev user,id=net0 -device vmxnet3,netdev=net0,id=net0,mac=52:54:00:c9:18:27 + # -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device virtio-net-pci,netdev=net0,id=net0,mac=52:54:00:c9:18:27 + -netdev user,id=net0 -device virtio-net-pci,netdev=net0,id=net0,mac=52:54:00:c9:18:27 -monitor stdio -device VGA,vgamem_mb=128 )