DF-2472 / run.sh
#!/bin/sh # Cannot run: the target HBA driver is not loaded on this guest. # Gate verification commands (run on the guest): # kldstat -> only kernel, ehci.ko, xhci.ko # pciconf -l -> no target HBA PCI device # camcontrol devlist -> only QEMU DVD-ROM echo "HW-gated: target HBA driver is absent on this guest." echo "Run on guest to verify: kldstat && pciconf -l && camcontrol devlist" exit 0 |