Thursday, November 13, 2008

Installing Xen Tutorial - Using Ubuntu Hardy

I recently purchased an extra system so that I would be able to try all the cool software I've learned so much about, and today I'm starting with Xen. Start by setting up Ubuntu as normal, and connecting to the internet. Next is simply this:

/etc/init.d/apparmor stop
update-rc.d -f apparmor remove
apt-get install ubuntu-xen-server
mkdir /home/xen

Follow a few more steps from here.

Then you should be good to go!