linuxubuntuxen

How do I remove Xen from Ubuntu?


I was trying to install VM software on my Ubuntu system. Since I'm not very familiar with linux I followed a guide on the official Ubuntu site. Now I am running Ubuntu in a Xen environment, but I don't want to use Xen to make my virtual machines.

I installed Virtualbox in order to create my VM's, but Virtualbox doesn't run in a Xen environment.

I have tried googling for a way to remove Xen from my system, but I am unable to do it. This is what I've tried so far:

user@BEL-8WF4XW1:~$ sudo find / -name menu.lst

user@BEL-8WF4XW1:~$

I'm quite lost to be honest. Can anyone help me to get my Ubuntu back to how it was before I tried to follow that guide?


Solution

  • You can just try

    sudo apt-get remove xen-hypervisor-amd64

    or

    dpkg -i xen-hypervisor-amd64

    to see which xen files have been installed in your machine