Install VirtualBox Guest Additions on Ubuntu 12.04 with headless mode

We had installed a win2003 virtual machine which is convert from Vmware Server, as mentioned in this post. Now we want to install the guest additions for this virtual machine to avoid the two cursors problem.

1. Stop the VM

VBoxManage controlvm win2003 poweroff

2. Attach Guest Additions ISO

cp /usr/share/virtualbox/VBoxGuestAdditions.iso .
VBoxManage storageattach win2003 –storagectl “IDE Controller” –port 1 –device 0 –type dvddrive –medium VBoxGuestAdditions.iso

3. Start the VM and remote login

VBoxHeadless –startvm win2003 &

then remote login the vm via remote desktop(rdesktop) and install the guest additions by the new cd.


已发布

分类

来自

评论

《“Install VirtualBox Guest Additions on Ubuntu 12.04 with headless mode”》 有 1 条评论

  1. 土木坛子 的头像

    我从来都没有用过虚拟机。

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注