0

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?

Thh Kii
  • 1
  • 2
  • 2
    Possible duplicate of [How to fix 'modprobe vboxdrv' error in virtualBox?](https://askubuntu.com/questions/920689/how-to-fix-modprobe-vboxdrv-error-in-virtualbox) and [Virtualbox Kernel driver not installed](https://askubuntu.com/questions/41118/) – karel Oct 29 '19 at 08:40

1 Answers1

0

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