2011-07-18

[FIXED] the virtualbox kernel modules do not match this version

I got this error from VirtualBox (Ubuntu Host, Windows guest) after kernel upgrade:

the virtualbox kernel modules do not match this version
rtr3init failed with rc 1912 rc 1912 ubuntu
'/etc/init.d/vboxdrv setup'

To fix it I ran these commands:
sudo apt-get install linux-headers-$(uname -r)
sudo /etc/init.d/vboxdrv setup
It helped.

No comments:

Post a Comment