Okay my problem is that when I make a virtual machine in VirtualBox it came with this error here
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.
I have then tried to find a solution on Google where I had looked on this side here How do I install virtualbox-dkms? but without a solution. That means I have tried to reinstall virtualbox-dkms.
Can you guys help me find a solution it will make me so happy. - Jimmi
modprobe vboxdrv
, if nothing just reinstall virtualbox. You probably installed a new kernel and Virtualbox didn't build it's module into the new kernel yet, so that's why it can't do anything. – Ziazis May 31 '17 at 06:34"jimmi@BubbieBjoern:~$ sudo modprobe vboxdrv modprobe: ERROR: could not insert 'vboxdrv': Required key not available "
and when I reinstall VirtualBox the same error happens
– Jimmi Larsen May 31 '17 at 06:50