Quantcast
Channel: Gik's notes » virtualbox
Viewing all articles
Browse latest Browse all 5

VirtualBox ‘/etc/init.d/vboxdrv setup’ issue after kernel update

$
0
0

vboxkernel
It’s too disturbed to run ‘/etc/init.d/vboxdrv setup’ command after kernel update each time. But how can it be fixed?
Fortunately, way is:

sudo apt-get install linux-headers-`uname -r`
sudo dpkg-reconfigure virtualbox-dkms  
sudo modprobe vboxdrv

So, DKMS package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
Thanx to http://askubuntu.com/a/220778 a lot!


Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images