How to Install Xen Hypervisor on Fedora 19
It’s been a little while since I last posted about installing Xen on Fedora, so I figured that Fedora 19′s beta release was as good a time as any to write a new post. To get started, you’ll need to get Fedora 19 installed on your favorite hardware (or virtual machine).
Install the Xen hypervisor and tools. Also, ensure that both of the necessary daemons are running on each boot:
yum -y install xen xen-hypervisor xen-libs xen-runtime chkconfig xend on chkconfig xendomains on
You’ll notice that I didn’t start the daemons quite yet. We will need the xen hypervisor running before they will be of any use.
Now, let’s configure GRUB2. I wrote a quick post about these steps last year. The Xen kernel entry should already be configured (by grubby), but it’s not the default. Fixing that is a quick process: Read more



