Error message:
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.
Solution:
- install the latest kernel (e.g.
linux-image-4.6.0-1-amd64
package) - install the latest kernel headers (e.g.
linux-headers-4.6.0-1-amd64
package) - reinstall
virtualbox-dkms
package