不能为虚拟电脑 win 打开一个新任务.
The virtual machine 'win' has terminated unexpectedly during startup with exit code 1.
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.
不能为虚拟电脑 win 打开一个新任务.出问题了,怎么办啊。
-
- 帖子: 236
- 注册时间: 2006-09-05 16:01
-
- 帖子: 236
- 注册时间: 2006-09-05 16:01
Re: 不能为虚拟电脑 win 打开一个新任务.出问题了,怎么办啊。
问题解决了:)
http://www.48474.com/etc-initd-vboxdrv-setup.html
上面是源网址
‘/etc/init.d/vboxdrv setup’
09.30.2010, Linux, by cnphpbb.
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. Re-setup the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
今天来上班 我的虚拟机 就提示这样的错误。 我检测了下系统日志,原来是系统升级了。没更新 kernel-headers 的问题。
打开终端: 执行下面的步骤
sudo apt-get update
然后
sudo apt-get upgrade
这将确保你有最新的所有文件。
然后做
sudo apt-get install linux-headers-$(uname -r)
然后做
VBoxManage startvm ubuntu
如果你自己执行了 sudo /etc/init.d/vboxdrv setup。
请执行下 sudo /etc/init.d/vboxdrv setup 然后在执行VBoxManage命令!
http://www.48474.com/etc-initd-vboxdrv-setup.html
上面是源网址
‘/etc/init.d/vboxdrv setup’
09.30.2010, Linux, by cnphpbb.
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. Re-setup the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
今天来上班 我的虚拟机 就提示这样的错误。 我检测了下系统日志,原来是系统升级了。没更新 kernel-headers 的问题。
打开终端: 执行下面的步骤
sudo apt-get update
然后
sudo apt-get upgrade
这将确保你有最新的所有文件。
然后做
sudo apt-get install linux-headers-$(uname -r)
然后做
VBoxManage startvm ubuntu
如果你自己执行了 sudo /etc/init.d/vboxdrv setup。
请执行下 sudo /etc/init.d/vboxdrv setup 然后在执行VBoxManage命令!