Frage

I have recently installed Xen on a Server, and now I'm unable to remote access the server, and the server's eth0 doesn't get configured even when I run /etc/init.d/networking restart.

I want to now uninstall Xen completely from my server. How do I go about doing that? I can't find any uninstall guides online. Also, I have to do it from command line, not GUI interface. Thanks for your help!

War es hilfreich?

Lösung

from the source code:

make uninstall

Andere Tipps

apt-get autoremove [packagename]

If you're just starting with Xen, try to install it from Ubutnu repositories, not from source. Then when you know more about it, a custom install from source could be better for your requirements.

apt-cache search xen

find the packages that you want and then:

sudo apt-get install xen_package_name_that_you_found

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top