Error Vagrant: The provider ‘virtualbox’ that was requested to back the machine ‘default’ is reporting that it isn’t usable on this system.
Es posible que si estáis trabajando en un entorno Linux + Vagrant, os haya saltado este error alguna vez intentando levantar vuestra máquina Vagrant.
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.
Si así es, tiene una fácil y muy sencilla solución. Basta con teclear en nuestra consola lo siguiente:
sudo /etc/init.d/vboxdrv setup
De esta forma recompilamos el kernel de VirtualBox, y todo debería de marchar con normalidad.