After I read the solution in VBox on 14.04: Kernel driver not installed (rc=-1908)
I got following error after install ...
No suitable module for running kernel found
invoke-rc.d: initscript virtualbox, action "restart" failed.
What can I do?
After I read the solution in VBox on 14.04: Kernel driver not installed (rc=-1908)
I got following error after install ...
No suitable module for running kernel found
invoke-rc.d: initscript virtualbox, action "restart" failed.
What can I do?
Worked for me with below commands for Ubuntu 14.04
Download the virtual box https://www.virtualbox.org/wiki/Linux_Downloads
Remove dkms, since I installed several times this helped.
sudo apt-get remove --purge virtualbox-dkms
sudo dpkg -i Downloads/virtualbox-5.0_5.0.8-103449-Ubuntu-trusty_amd64.deb
sudo /etc/init.d/vboxdrv setup