Ik heb hetzelfde probleem met 18.04 kernel 5.3.0-51
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please reinstall virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
as root.
If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
$ sudo apt-get install virtualbox-dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
virtualbox-dkms
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 663 kB of archives.
After this operation, 5,459 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 virtualbox-dkms all 5.2.34-dfsg-0~ubuntu18.04.1 [663 kB]
Fetched 663 kB in 1s (893 kB/s)
Selecting previously unselected package virtualbox-dkms.
(Reading database ... 260936 files and directories currently installed.)
Preparing to unpack .../virtualbox-dkms_5.2.34-dfsg-0~ubuntu18.04.1_all.deb ...
Unpacking virtualbox-dkms (5.2.34-dfsg-0~ubuntu18.04.1) ...
Setting up virtualbox-dkms (5.2.34-dfsg-0~ubuntu18.04.1) ...
Loading new virtualbox-5.2.34 DKMS files...
Building for 5.3.0-51-generic 5.3.0-53-generic
Module build for kernel 5.3.0-51-generic was skipped since the
kernel headers for this kernel does not seem to be installed.
Module build for kernel 5.3.0-53-generic was skipped since the
kernel headers for this kernel does not seem to be installed.
sudo modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.3.0-51-generic