设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 技术文摘 查看内容

如何解决OpenSUSE 12.3中VirtualBox启动问题

2013-12-16 13:19| 发布者: 红黑魂| 查看: 1964| 评论: 0|来自: TechTarget中国

摘要:   如果你在启动OpenSUSE 12.3虚拟机时遇到Kernel driver not installed (rc=-1908) 错误,unixmen网站的作者Mel Kham给出了解决方案,这里我们与大家分享: 使用Zypper在OpenSUSE 12.3上安装Oracle VM VirtualBox ...

  如果你在启动OpenSUSE 12.3虚拟机时遇到Kernel driver not installed (rc=-1908) 错误,unixmen网站的作者Mel Kham给出了解决方案,这里我们与大家分享:

使用Zypper在OpenSUSE 12.3上安装Oracle VM VirtualBox:

  1. # zypper in virtualbox 

一开始都很顺利,但到一定程度后,VirtualBox启动VM失败,并提示以下错误:

Kernel driver not installed (rc=-1908)
WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (3.5.0-18-generic) or it failed to load. Please recompile the kernel module and install it by
/etc/init.d/vboxdrv setup

我们可以试试以下方法:

  1. # /etc/init.d/vboxdrv setup 

如果仍失败,执行下面语句:

  1. # zypper in make gcc gcc-c++ kernel-source kernel-syms 

运行:

  1. # /etc/init.d/vboxdrv setup 

现在,你可以在VirtualBox中启动你的虚拟机了。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部