+ -
当前位置:首页 → 问答吧 → VirtualBox最新虚拟机3.14无法安装增强插件?

VirtualBox最新虚拟机3.14无法安装增强插件?

时间:2010-03-08

来源:互联网

安装Archlinux后,发现增强插件安装失败!
我的感觉是:Archlinux的内核太新了,所以VirtualBox不支持。
那如何给内核降级呢?

代码:
[loaden@qpsoft VBOXADDITIONS_3.1.4_57640]$ sudo VBoxLinuxAdditions-x86.run 
密码:
sudo: VBoxLinuxAdditions-x86.run: command not found
[loaden@qpsoft VBOXADDITIONS_3.1.4_57640]$ sudo ./VBoxLinuxAdditions-x86.run 
Verifying archive integrity... All good.
Uncompressing VirtualBox 3.1.4 Guest Additions for Linux.........
VirtualBox Guest Additions installer
Removing installed version of VirtualBox Guest Additions...
tar: 记录大小 = 8 块
# Start vboxadd
if [ -x /etc/rc.d/rc.vboxadd ]; then
 /etc/rc.d/rc.vboxadd start
# Start vboxadd-service
if [ -x /etc/rc.d/rc.vboxadd-service ]; then
 /etc/rc.d/rc.vboxadd-service start
# Start vboxadd-x11
if [ -x /etc/rc.d/rc.vboxadd-x11 ]; then
 /etc/rc.d/rc.vboxadd-x11 start
:: Building the VirtualBox Guest Additions kernel modules [FAIL] 
(Your system does not seem to be set up to build kernel modules.
Look at /var/log/vboxadd-install.log to find out what went wrong)
# Start vboxadd-service
if [ -x /etc/rc.d/rc.vboxadd-service ]; then
 /etc/rc.d/rc.vboxadd-service start
# Start vboxadd-x11
if [ -x /etc/rc.d/rc.vboxadd-x11 ]; then
 /etc/rc.d/rc.vboxadd-x11 start
:: Installing the Window System drivers [BUSY] 
:: Installing experimental X.Org Server 1.7 modules [DONE] 
:: Setting up the Window System to use the Guest Additions [DONE] 
You may need to restart the hal service and the Window System (or just restart
the guest system) to enable the Guest Additions.

:: Installing graphics libraries and desktop services components [DONE]

作者: Loaden   发布时间: 2010-03-08

看看arch的wiki。arch直接提供vbox的驱动的

作者: jarryson   发布时间: 2010-03-08

不是Arch太快了, 是Sun 太慢了

Arch 都还没赶上内核官方速度呢。。。

另:

2.6.33 编译增强插件模块, 我这里正常
要看看日志文件, 错误提示是什么。。。

明天找个时间做成个包了

作者: carbonjiao   发布时间: 2010-03-09