Fix OpenIndiana kernel panic on boot

The OpenIndiana kernel panics on boot in the AHCI driver. Switching the
machine type from "q35" to "pc" seems to fix the issue.
This commit is contained in:
Chase Covello 2022-03-23 09:44:06 -07:00
parent 68fa50769a
commit e38b8448c6

View File

@ -482,6 +482,7 @@ function vm_boot() {
fi
if [[ "${guest_os}" == *"solaris" ]]; then
MACHINE_TYPE="pc"
USB_HOST_PASSTHROUGH_CONTROLLER="usb-ehci"
fi