红联Linux门户
Linux帮助

VirtualBox在虚拟机中运行,但升级到现在后不能用了怎么解决啊

发布时间:2008-05-02 15:33:42来源:红联作者:杨少波
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (2.6.24.5-85.fc8) or it failed to
load. Please recompile the kernel module and install it by

sudo /etc/init.d/vboxdrv setup

You will not be able to start VMs until this problem is fixed.
这是提示的语言
文章评论

共有 2 条评论

  1. deepwhite 于 2008-05-02 22:13:08发表:

    升级内核后很容易出现这种情况。解决的方法是安装相应版本的kernel-devel,然后再重新配置VBox。
    1、yum install kernel-devel
    2 sudo /etc/rc.d/init.d/vboxdrv setup

  2. marco.chan 于 2008-05-02 21:17:13发表:

    sudo /etc/rc.d/init.d/vboxdrv setup

    Linux下VirtualBox简单攻略:http://www.linuxdiyf.com/bbs/thread-86543-1-1.html