I did an upgrade of OpenSUSE using . After a while, I tried turning on my W7 VM from a saved snapshot and I got this error.
Code:
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/rcvboxdrv 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.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
Running
Code:
/sbin/rcboxdrv setup
in terminal(as root) returns
Code:
-bash: /sbin/rcvboxdrv: No such file or directory
How do I solve this issue? This VM is vital for my daily activities.
Bookmarks