Skip to content

Instantly share code, notes, and snippets.

@newbenhd
Created August 25, 2017 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newbenhd/66fb837434607ec81c36a3f2abd36bfc to your computer and use it in GitHub Desktop.
Save newbenhd/66fb837434607ec81c36a3f2abd36bfc to your computer and use it in GitHub Desktop.
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 install virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment