Difference between revisions of "Xen-fedora-11"
(Created page with '{{Title|Installing Xen in Fedora 11}} [http://www.savelono.com/linux/fedora-11-likely-will-not-include-xen-dom0-virtualization-support.html It seems] that Xen (as Dom0) has been...') |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<ol> | <ol> | ||
− | <li>Install xen packages (using yum): | + | <li>Install xen packages (using yum):</li> |
− | + | # yum install xen-hypervisor-3.3.1-11.fc11.i586 | |
− | + | xen-3.3.1-11.fc11.i586 | |
− | + | xen-libs-3.3.1-11.fc11.i586 | |
− | + | xen-runtime-3.3.1-11.fc11.i586 | |
− | <li> | + | <li>Install git</li> |
+ | |||
+ | # yum install git | ||
+ | |||
+ | <li>Donwload Xen source code: | ||
+ | |||
+ | # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen | ||
</ol> | </ol> | ||
Line 19: | Line 25: | ||
* [http://markmail.org/message/qh6lznnyygx66zat Fedora 11 (rawhide) success with Xen pv_ops dom0 kernel (2.6.30-rc3)] | * [http://markmail.org/message/qh6lznnyygx66zat Fedora 11 (rawhide) success with Xen pv_ops dom0 kernel (2.6.30-rc3)] | ||
+ | * [http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/ Setup Fedora 11 PV DomU at Xen 3.4.1 Dom0 (kernel 2.6.30-rc6-tip) on top of Fedora 11] | ||
+ | * [http://www.proyectofedora.org/wiki/Virt-manager Virt-manager (FedoraProject)] (Spanish) |
Latest revision as of 22:39, 1 July 2009
Installing Xen in Fedora 11
It seems that Xen (as Dom0) has been officially discontinued since Fedora 8 (and maybe re-introduced in Fedora 12). However, it is possible to configure it and this receipt explains how:
- Install xen packages (using yum):
- Install git
- Donwload Xen source code: # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
# yum install xen-hypervisor-3.3.1-11.fc11.i586 xen-3.3.1-11.fc11.i586 xen-libs-3.3.1-11.fc11.i586 xen-runtime-3.3.1-11.fc11.i586
# yum install git