Tuesday, October 15, 2013

Effective way to cure VirtualBox

Sometimes the VirtualBox were just get stuck; sometimes the /etc/init.d/virtualbox were just missing in action; sometimes I can't even start the VM. This is so much irritating to me. No worry, I found a new ways to cure VM without reinstalling the whole package.

Follow this steps
  1. sudo apt-get install build-essential linux-headers-`uname -r`
  2. sudo dpkg-reconfigure virtualbox-dkms
  3. sudo dpkg-reconfigure virtualbox

No comments: