Hi guys,
I install VirtualBox on my Kali Version Version 3.22.2, Architecture 64 bit, on my PC Latitude E6230 by command "apt-get install VirtualBox" and all was fine, after the installation i start VirtualBox and try to install a Windows Sistem on the machine but the system reply:

Code:
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.
So what I must do?
Thanks
spider81man