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 ac5fa41e13
commit f3359badc9

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