Page 1 of 1

Failed to install VirtualBox-5.0.10 on illumos

Posted: 9. Dec 2015, 09:13
by Maorui
Failed at post installation. Here is the log.

## Executing postinstall script.
Checking for older bits...
Installing new ones...
Detected Solaris 11 Version 151014
Loading VirtualBox kernel modules...
- Loaded: Host module
- Loaded: NetAdapter module
devfsadm: driver failed to attach: vboxbow
Warning: Driver (vboxbow) successfully added to system but failed to attach
can't load module: Invalid argument
- Loading: NetFilter (Crossbow) ...FAILED!
## Completed but with errors.
pkgadd: ERROR: postinstall script did not complete successfully

Installation of <SUNWvbox> failed.

Re: Failed to install VirtualBox-5.0.10 on illumos

Posted: 14. Dec 2015, 06:34
by Maorui
Forgot to say, I used OmniOS distribution, LTS, latest version.

Re: Failed to install VirtualBox-5.0.10 on illumos

Posted: 22. Dec 2015, 17:51
by Ramshankar
VirtualBox is not officially supported on illumOS, however you may try the following:

Code: Select all

touch /etc/vboxinst_vboxflt
Before installing the VirtualBox package.

Re: Failed to install VirtualBox-5.0.10 on illumos

Posted: 23. Dec 2015, 08:46
by Maorui
It works. Thank you!