Hi list!
Now when Fedora 10 is out, I thought of writing here what's needed to run Fedora 10 Xen domUs on CentOS 5 dom0.
Fedora 10 does not have separate kernel-xen, but instead Xen domU support is included in the normal kernel-PAE.i686 and kernel.x86_64 (based on the pv_ops Xen support included in the mainline/vanilla Linux kernels).
RHEL 5.3 beta (and final obviously too) includes needed fixes to run Fedora 10 domUs. If you can't wait for CentOS 5.3 upgrade for your dom0, here is the list of modifications you need to make for CentOS 5.2 dom0:
In CentOS 5.2 dom0 you should be able to run Fedora 10 domUs/guests if you first upgrade two packages:
- libxc (needed for supporting bzImage kernels in F10) https://bugzilla.redhat.com/show_bug.cgi?id=457199 - python-virtinst (needed for F10 treeinfo parsing) https://bugzilla.redhat.com/show_bug.cgi?id=460585
Someone with access to RHEL 5.3 beta sources might want to put those packages available somewhere online.. or even better; compile binary RPMs too :)
Packages: python-virtinst-0.300.2-11.el5 xen-3.0.3-73.el5
I might take a look at it myself later when I have more extra time.. :)
-- Pasi
Pasi Kärkkäinen wrote:
Packages: python-virtinst-0.300.2-11.el5 xen-3.0.3-73.el5
I might take a look at it myself later when I have more extra time.. :)
If you put the sources somewhere, I can churn them around.
- KB
On Thu, Nov 27, 2008 at 02:04:07PM +0000, Karanbir Singh wrote:
Pasi Kärkkäinen wrote:
Packages: python-virtinst-0.300.2-11.el5 xen-3.0.3-73.el5
I might take a look at it myself later when I have more extra time.. :)
If you put the sources somewhere, I can churn them around.
There you are!
-- Pasi
Pasi Kärkkäinen wrote:
Will look at these today
On Mon, Dec 01, 2008 at 12:46:17PM +0000, Karanbir Singh wrote:
Pasi Kärkkäinen wrote:
Will look at these today
Ok, nice:)
-- Pasi
On Mon, Dec 01, 2008 at 07:27:57PM +0200, Pasi Kärkkäinen wrote:
On Mon, Dec 01, 2008 at 12:46:17PM +0000, Karanbir Singh wrote:
Pasi Kärkkäinen wrote:
Will look at these today
Ok, nice:)
Did you have time to look at those? Just so I know if I should start playing with them myself :)
-- Pasi
On Thu, Dec 04, 2008 at 12:04:07PM +0200, Pasi Kärkkäinen wrote:
On Mon, Dec 01, 2008 at 07:27:57PM +0200, Pasi Kärkkäinen wrote:
On Mon, Dec 01, 2008 at 12:46:17PM +0000, Karanbir Singh wrote:
Pasi Kärkkäinen wrote:
Will look at these today
Ok, nice:)
Did you have time to look at those? Just so I know if I should start playing with them myself :)
It seems Redhat guys have the packages available here:
http://crobinso.fedorapeople.org/rhel5/install_f10/
With those packages installed to RHEL 5.2 (or CentOS 5.2) you can install/use Fedora 10 guests/domUs.
-- Pasi
Pasi Kärkkäinen pasik@iki.fi writes:
It seems Redhat guys have the packages available here:
http://crobinso.fedorapeople.org/rhel5/install_f10/
With those packages installed to RHEL 5.2 (or CentOS 5.2) you can install/use Fedora 10 guests/domUs.
Thanks! I installed those and started playing about... it looks like it works. One problem: the xenblk driver doesn't seem to be included in the f10 image when I try to run virt-install, so it can't see any drives to install on to.