ERROR:
"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"
sudo modprobe vboxdrv
if does not worked then
sudo apt update
sudo apt install --reinstall linux-headers-$(uname -r) virtualbox-dkms dkms
reboot and run
sudo modprobe vboxdrv
SRC: https://askubuntu.com/questions/920689/how-to-fix-modprobe-vboxdrv-error-in-virtualbox
No comments:
Post a Comment