Opened 17 years ago
Closed 16 years ago
#1496 closed defect (fixed)
Upgrading from 1.5.51 to 1.6 op OpenSolaris
Reported by: | Mark Edwards | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.6.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Solaris |
Description
I had a working version of 1.5.51 on OpenSolaris build 86 and installed 1.6. At first I had an error telling me that there was an old version of a driver installed, so I removed the new package and the old INNOvBox package. The re-installed - no apparent errors. Attempting to start a machine now gives me an error. "VirtualBox kernel driver not installed. VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
Result Code: 0x80004005 Component: Console Interface: IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}"
Thanks for your help
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Host type: | other → Solaris |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please reopen if such problems still occur with the latest version 2.0.4 (we think not).
Error: VirtualBox kernel driver not installed
Reason: vboxdrv missing under /platform/i86pc/kernel/drv/amd64/
Proof:
root@uluru # pkginfo -l SUNWvbox | egrep -i "version|status"
root@uluru # pkginfo -l SUNWvboxkern | egrep -i "version|status"
root@uluru # pwd /opt/VirtualBox root@uluru # ./vbox vboxdrv.sh vboxwebsrv root@uluru # ./vbox vboxdrv.sh vboxwebsrv root@uluru # ./vboxdrv.sh VirtualBox kernel module NOT installed. root@uluru # ls platform/i86pc/kernel/drv/amd64/ agpgart bscbus fd mc-amd pcie_pci agptarget bscv fdc npe power amd64_gart cadp160 intel_nb5000 nxge ppm ata cpc isa pci rootnex bge cpudrv kb8042 pci-ide bmc cpunex logi pci_pci root@uluru # ls platform/i86pc/kernel/drv/ agpgart bscv.conf kb8042 pcie_pci agpgart.conf cadp160 logi pcie_pci.conf agptarget cadp160.conf mc-amd power amd64 cpc mc-amd.conf power.conf amd64_gart cpc.conf mscsi ppm ata cpudrv mscsi.conf ppm.conf ata.conf cpunex msm rootnex bge fd npe sbpro bge.conf fd.conf nxge sbpro.conf bmc fdc nxge.conf vboxdrv bmc.conf fdc.conf pci vboxdrv.conf bscbus intel_nb5000 pci-ide bscbus.conf intel_nb5000.conf pci-ide.conf bscv isa pci_pci root@uluru #
PLEASE FIX.