我想使用终端安装Virtualbox来宾添加。因为那是最容易复制和记录的。在服务器上,我有Ubuntu 12.04.2。LTS我有Virtualbox 4.3.16
我最近使用以下方法成功完成了此任务:
bash
sudo apt-get update
sudo apt-get install build-essential linux-headers-$(uname -r)
sudo apt-get install virtualbox-guest-x11
在“ 如何在VirtualBox VM中安装来宾添加项”中找到?
现在我重复一遍。执行中:
modinfo vboxguest
返回:
bernard@bernard-vbox2:~$ modinfo vboxguest
filename: /lib/modules/3.11.0-22-generic/updates/dkms/vboxguest.ko
version: 4.2.16_Ubuntu
license: GPL
description: Oracle VM VirtualBox Guest Additions for Linux Module
author: Oracle Corporation
srcversion: A7E3594189A565BBB270EDB
alias: pci:v000080EEd0000CAFEsv00000000sd00000000bc*sc*i*
depends:
vermagic: 3.11.0-22-generic SMP mod_unload modversions
bernard@bernard-vbox2:~$
从VM客户端查看virtualbox guestaddition版本
一切似乎都运行良好,但是重新启动后,我有一个登录屏幕,并且似乎可以登录。但是屏幕变为黑色,并且系统挂起。即使“发送关闭信号”也没有作用。只有“机器的力量”才能停止VM。幸运的是,我在安装Virtualbox guest虚拟机之前做了一个快照。我尝试了两次,但结果相同。
在两种情况下,我都有相同的Ubuntu服务器版本和Virtualbox服务器版本。VM Ubuntu客户端现在为13.10,我不知道(可能不同)以前的VM ubuntu版本。
Sylvain Pineau提出了以下建议:
DKMS: install completed.
Setting up virtualbox-guest-x11 (4.2.16-dfsg-3ubuntu0.1) ...
Configuration file `/etc/X11/Xsession.d/98vboxadd-xclient'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.