【Virtualbox】Ubuntu12.12 64位更新内核后,无法进入VirtualBox解决方案。
发表于 : 2013-02-03 13:08
每次更新内核后,都会导致VirtualBox无法进入;
错误提示:
解决方法:
错误提示:
代码: 全选
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
代码: 全选
sudo apt-get install -y dkms linux-headers-`ls -1 /lib/modules/ | sed -n '$ p'`
sudo /etc/init.d/vboxdrv setup