Posts Tagged ‘guest additions’
Uninstall VirtualBox Guest Additions on Ubuntu and Windows 7
Ubuntu:
To uninstall VirtualBox Guest Additions on Ubuntu and similar operating systems, mount the virtual disk again that you used to install them – to do that, click on the Devices menu on the virtual machines top menu bar and select Install Guest Additions. If you get a pop-up about auto-start procedures just cancel it.
Now that the virtual disk is mounted, open a terminal and look for the contents of the disk in the /media folder.
ls /media
In my case, the disk is named VBOXADDITIONS_4.1.10_76795. This name may vary depending on the version of VirtualBox you have installed. Now uninstall the guest additions (don’t forget to adjust the path):
sudo sh /media/VBOXADDITIONS_4.1.10_76795/VBoxLinuxAdditions.run uninstall
Windows:
You can uninstall the guest additions just like any other program on a Windows machine: Click on Uninstall a program in the Control Panel and search for the version you installed. Select it and click on the Uninstall button above the program list.
Make windows of a VirtualBox guest system native to the host system with Seamless mode
VirtualBox offers a feature that let’s you treat windows opened in the running guest system almost as is they were native to the host system – you can drag them around on the host system, copy and paste texts between the system and only see the host’s desktop while doing so:

(Windows 8 Release Preview guest system on a Linux Mint 12 host system in Seamless mode)
The requirement for Seamless mode to run is that the VirtualBox Guest Additions are installed. You can quite easily install them by clicking on the Devices menu on the the guest system’s window menu and selecting Install Guest Additions… – follow the installer afterwards and reboot the guest system when you are told to. After the reboot you can enter Seamless mode by selecting the guest system’s window and pressing right Ctrl + L.