分页: 1 / 1

[已解决]更新完内核从起之后在启动vbox出现这个错误

发表于 : 2008-07-24 11:02
airmy
启动虚拟电脑失败

VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).


返回 代码:
0x80004005
组件:
Console
界面:
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}

怎么解决啊?帮帮忙啊.谢谢了
:oops: :oops: :oops:

发表于 : 2008-07-24 11:08
jarodlau
安装 virtualbox的内核驱动,对应你的内核版本的

发表于 : 2008-07-24 11:28
Elektron
你怎么装的vbox?

发表于 : 2008-07-24 12:36
airmy
2楼的:请问怎么安装vbox的内核驱动?我的vbox是1.6.2版本.谢谢了 :x :x

发表于 : 2008-07-24 12:50
airmy
我查看vbox日志发现这个错误
xxxxx@xxxxx-desktop:~$ tail /var/log/vbox-install.log
Makefile:127: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again。 停止。
:( :( :( 谁来帮着看看啊

发表于 : 2008-07-24 13:27
airmy
没人帮忙吗?顶上去 :x :x :x :x

Re: [问题]更新完内核从起之后在启动vbox出现这个错误

发表于 : 2008-07-24 14:27
佚之狐L
airmy 写了:启动虚拟电脑失败

VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).


返回 代码:
0x80004005
组件:
Console
界面:
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}

怎么解决啊?帮帮忙啊.谢谢了
:oops: :oops: :oops:
系统内核更新之后,vbox 无法启动,这时我们只需要重新安装下头文件并重新编译 vbox 内核模块即可:

代码: 全选

sudo apt-get install linux-headers-`uname -r`
sudo /etc/init.d/vboxdrv setup

Re: [问题]更新完内核从起之后在启动vbox出现这个错误

发表于 : 2008-07-24 14:28
BigSnake.NET
airmy 写了:启动虚拟电脑失败

VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).


返回 代码:
0x80004005
组件:
Console
界面:
IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}

怎么解决啊?帮帮忙啊.谢谢了
:oops: :oops: :oops:

发表于 : 2008-07-24 15:11
sinyadvan
vboxdrv需要重新编译

sudo apt-get install linux-headers-$(uname -r)
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo /etc/init.d/vboxdrv setup

发表于 : 2008-07-24 16:13
airmy
OK.终于解决了.太谢谢了.感觉楼上的几位好人 :D :D :D

Re: [已解决]更新完内核从起之后在启动vbox出现这个错误

发表于 : 2009-01-16 11:14
john_yan
OK.谢谢.:D :D :D

Re: [已解决]更新完内核从起之后在启动vbox出现这个错误

发表于 : 2009-03-06 8:34
kujian
升级内核后原来VirtualBox需要重新编译,呵呵!看了半天错误提示信息只知道跟内核有关系,这回总算解决问题了。
谢谢7楼和9楼提供解决方法。