The app launches but the machine quits with a message similar to.
Code: Select all
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
as root.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. [code]System: Host: mx17mainlt Kernel: 4.15.0-1-amd64 x86_64 bits: 64 Desktop: Xfce 4.12.3
Distro: MX-18.1_x64 Continuum March 14 2018
Then on the stock kernel, I tried virtualbox and got the same error.
I ran
Code: Select all
sudo dpkg-reconfigure virtualbox-dkms
Code: Select all
DKMS: install completed.
[ ok ] Unloading VirtualBox kernel modules....
[....] Loading VirtualBox kernel modules...[....] modprobe vboxdrv failed. Please use 'dmesg' to fin[FAIL why ... failed!
failed!
invoke-rc.d: initscript virtualbox, action "restart" failed.
This was on my MX18.1 laptop. When I checked my desktop, it has the same problem.
I removed the virtualbox from test - 6.0.4-dfsg-1~mx17+1 and installed the one from main, went through the same gyrations with the same results. I'm sure I must have missed something simple but...
Any ideas would be much appreciated?