Friday, May 10, 2013

Can't start virtualbox VM after upgrade from Ubuntu 12.10 to 13.04

Can't start virtualbox VM after upgrade from Ubuntu 12.10 to 13.04
Error : Kernel driver not installed (rc=-1908) error
Here are steps I did to solve the problem on my PC.
Open terminal as root
$sudo apt-get remove dkms
$sudo apt-get install dkms
$sudo apt-get install linux-headers-generic
$sudo /etc/init.d/vboxdrv setup
Exit terminal

reboot
Done.
Thanes S.