-1

I attempted to create a Kali virtual machine on Ubuntu, but I cannot start it. Instead of it doing the expected thing and starting, it returns the following 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 the kernel module by executing

'/sbin/vboxconfig'

as root.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. 

How can I fix this and get my VM online?

Videonauth
  • 33,815
joshua
  • 1

1 Answers1

0
sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get autoremove --purge virtualbox-dkms
sudo reboot
sudo apt-get install virtualbox-dkms

Thanks for the edit, typing from phone