Remove GA from Ubuntu 10.10

Discussions about using Linux guests in VirtualBox.
Post Reply
izod1991
Posts: 1
Joined: 25. Oct 2010, 21:23
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Ubuntu

Remove GA from Ubuntu 10.10

Post by izod1991 »

I know this is a really old thread, but I was having problems uninstalling the Guest Additions on Ubuntu 10.10 Maverick Meerkat (My host machine is Windows 7 64-bit). Because Ubuntu 10.10 doesn't use an xorg.conf file by default and this is added during the installation of the Guest Additions, it needs to be removed in order for Video to work after the Guest Additions is deleted. Your first step would be to remove the guest additions package:

Code: Select all

sudo apt-get purge virtualbox-ose-guest-x11
Then, you're going to want to delete the xorg.conf file (ONLY if you haven't made one yourself; remember, ubuntu 10.10 won't have one by default):

Code: Select all

sudo rm /etc/X11/xorg.conf
Finally, if you're using Compiz, you'll want to reset to default settings (without this, you won't be able to start the X Server, because it's looking for an xorg.conf file):

Code: Select all

gconftool-2 --recursive-unset /apps/compiz
I used these steps when I was done using VirtualBox to boot up an existing Ubuntu partition (on a Dual-Boot system), and I wanted to be able to boot back into Ubuntu. I hope this is able to help someone!
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Remove GA from Ubuntu 10.10

Post by Sasquatch »

Please don't play a necromancer here. Reviving old topics that are no longer relevant is bad netiquette. I've therefore split your post to a new thread.

The GA from the PUEL release now have an uninstall script, so you don't have to manually remove the modules and such. An xorg.conf isn't generated either. If you run the OSE version, or install the OSE additions while you run the PUEL version, you're on your own to clean up the mess, as it's not advised, nor supported, to combine those two.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply