您的位置:首页 > 其它

debian安装 Virtualbox 的增强功能问题处理

2014-06-23 00:06 405 查看
安装时遇到提示:

Building the VirtualBox Guest Additions kernel modules

The headers for the current running kernel were not found. If the following

module compilation fails then this could be the reason.

...fail!

记得以前安装同样的版本没有此问题,估计是安装时漏选了一些软件包。解决如下:

1. cp VBoxLinuxAdditions.run VBoxLinuxAdditions-x86.run

2.chmod +x VBoxLinuxAdditions-x86.run

3.aptitude install dkms gcc make

4.aptitude install linux-headers-$(uname -r)

5../VBoxLinuxAdditions-x86.run

如下提示成功,然后重启,ok!:

Building the main Guest Additions module ...done.

Building the shared folder support module ...done.

Doing non-kernel setup of the Guest Additions ...done.

Starting the VirtualBox Guest Additions ...done.

Installing the Window System drivers

Installing X.Org Server 1.4 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.

另外镜像另外一台主机时提示uuid冲突,用一下命令解决

cd /D D:\Program Files\Oracle\VirtualBox

D:\Program Files\Oracle\VirtualBox>VBoxManage internalcommands sethduuid "D:\My

Virtual Machines/debian-1.vdi"

UUID changed to: 630ca607-b1c1-4ad1-8897-176e20b46e9a

D:\Program Files\Oracle\VirtualBox>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: