same problem with me,
abort it if you not use vagrant.
the output when i run vagrant up:
The provider 'virtualbox' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:
VirtualBox is complaining that the kernel module is not loaded. Please
run `VBoxManage --version` or open the VirtualBox GUI to see the error
message which should contain instructions on how to fix this error.
output VBoxManage --version:
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.19.0-47-generic) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/rcvboxdrv setup
You will not be able to start VMs until this problem is fixed.
5.0.14r105127
output sudo /sbin/rcvboxdrv setup:
Bad argument setup
My problem solved after run this command sudo /usr/lib/virtualbox/vboxdrv.sh setup
WARNING: The vboxdrv kernel module is not loaded. Either there is no
module
available for the current kernel (4.7.1-1-ARCH) or it failed to
load. Please recompile the kernel module and install it by
sudo
/sbin/vboxconfig
You will not be able to start VMs until this problem is fixed.
The fix for this for me was to install the linux-headers package
same problem with me, abort it if you not use vagrant.
the output when i run
vagrant up
:output
VBoxManage --version
:output
sudo /sbin/rcvboxdrv setup
:My problem solved after run this command
sudo /usr/lib/virtualbox/vboxdrv.sh setup
You can always use modprobe to add a kernel module. I solved the same problem on my server by doing:
I found the following virtualbox dkms related packages:
Did you install these packages?
The fix for this for me was to install the linux-headers package
This seems to be a known bug.
Running the following commands fixes the problem:
Unfortunately, you will have to run these commands after each reboot.
Had the same Problem. Was searching for the solution for days. In the end it was EFI blocking some functionality. My solve was to
Hope this could help some nomads seeking days for answers like myself.