http://lists.xensource.com/archives/htm ... 00151.html
https://bugzilla.redhat.com/bugzilla/sh ... ?id=169157
I ended up having to install the original included version of xen (xen-2-20050822) and xen kernels (kernel-xen0-2.6.11-1.1369_FC4, kernel-xenU-2.6.11-1.1369_FC4):
- Code: Select all
apt-get install xen=2-20050522
apt-get install kernel-xen0#2.6.11-1.1369_FC4
apt-get install kernel-xenU#2.6.11-1.1369_FC4
Once you do that you should be able to follow the QuickInstall doc and be successful. You might also want to prevent xen from being upgraded by adding xen to your "Hold" tag in /etc/apt/apt.conf:
- Code: Select all
Hold { "xen"; };
After getting the base system set up and networking configured I made a backup copy of my fedora.img so I could use that as a base for more domains without having to go through the install process again.
Have fun!
Have fun!


