I installed 3.2.0.30 last week, now VirtualBox will not start a VM. It shows a dialog box:
Trying to do that:
I do have DKMS:
There is no /dev/vboxdrv on my system.
How to get VirtualBox working again?
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 the kernel module by executing
'/etc/init.d/vboxdrv setup'
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.
Code:
# /etc/init.d/vboxdrv setup
bash: /etc/init.d/vboxdrv: No such file or directory
Code:
# dpkg -l | grep dkms
ii dkms 2.2.0.3-1ubuntu3 Dynamic Kernel Module Support Framework
ii virtualbox-dkms 4.1.12-dfsg-2ubuntu0.1 x86 virtualization solution - kernel module sources for dkms
How to get VirtualBox working again?