Kernel driver not installed (rc=-1908)-VirtualBox

Kvm、VMware、Virtualbox、Xen、Qemu 等
回复
inuya_sha
帖子: 21
注册时间: 2010-08-23 18:15

Kernel driver not installed (rc=-1908)-VirtualBox

#1

帖子 inuya_sha » 2011-03-20 17:46

这个问题网上有些人纯属胡扯,只需重新编译vbox内核即可
直接sudo /etc/init.d/vboxdrv setup 如果提示:can‘t find vboxdrv
请看下面:
sudo cp /etc/init.d/vboxdrv.dpkg-bak /etc/init.d/vboxdrv
sudo /etc/init.d/vboxdrv setup
* Stopping VirtualBox kernel module * done.
* Removing old VirtualBox netadp kernel module * done.
* Removing old VirtualBox netflt kernel module * done.
* Removing old VirtualBox kernel module * done.
* Recompiling VirtualBox kernel module * done.
* Starting VirtualBox kernel module * done.
回复