您的位置:首页 > 运维架构 > Linux

「Linux」Ubuntu12.10 64位安装虚拟机打开失败的解决办法

2012-12-29 00:38 656 查看
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 dkms
sudo apt-get install linux-headers-`ls -1 /lib/modules/ | sed -n '$ p'`
sudo /etc/init.d/vboxdrv setup
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: