Hi all,<br /><br />I'm trying to figure out what is happening here:<br />libvirt-python-0.6.3-33.el5<br />libvirt-0.6.3-33.el5<br />libvirt-0.6.3-33.el5<br />python-virtinst-0.400.3-9.el5<br />virt-manager-0.6.1-12.el5<br />virt-viewer-0.0.2-3.el5<br />xen-libs-3.0.3-105.el5_5.3<br />kernel-xen-2.6.18-194.3.1.el5<br />xen-3.0.3-105.el5_5.3<br />kmod-xenpv-0.1-9.el5<br />xen-libs-3.0.3-105.el5_5.3<br /><br />on Centos5.5 (x86_64)<br /><br />My installation using virt-install is failing to find the xen images directory on the fedora12 repo.  That is understandable because there is none that I can find on any repository.<br /><br />[root@au-mel-xen-6 ~]# virt-install --name au-mel-dev-support-1.example.com --ram 4096 --file /dev/mapper/xen_images-au--mel--dev--support--1.example.com--disk0 -x 'ksdevice=brvlan596' ks=http://au-mel-master-1.example.com/cblr/svc/op/system/filer-1.ks -l http://au-mel-master-1.example.com/cblr/repo_mirror/Fedora12_x86_64/ -p -d --os-type=linux --os-variant=fedora12<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Requesting libvirt URI default<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Received libvirt URI 'xen:///'<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Requesting virt method 'xen'<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Received virt method 'xen'<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Hypervisor name is 'xen'<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Setting size for existing storage to '20.0'<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Detected storage as type 'block'<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Setting size for existing storage to '20.0'<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Detected storage as type 'block'<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Setting size for existing storage to '20.0'<br />Tue, 29 Jun 2010 12:58:10 DEBUG    Detected storage as type 'block'<br />Tue, 29 Jun 2010 12:58:10 DEBUG    DISPLAY is set: graphics defaulting to VNC.<br />Tue, 29 Jun 2010 12:58:10 DEBUG    DistroInstaller location is a network source.<br /><br /><br />Starting install...<br />Tue, 29 Jun 2010 12:58:11 DEBUG    Attempting to detect distro:<br />Tue, 29 Jun 2010 12:58:11 DEBUG    HTTP hasFile: didn't find http://au-mel-master-1.example.com/cblr/repo_mirror/Fedora12_x86_64/.treeinfo<br />Tue, 29 Jun 2010 12:58:11 DEBUG    Detected a Fedora distro<br />Tue, 29 Jun 2010 12:58:11 DEBUG    HTTP hasFile: didn't find http://au-mel-master-1.example.com/cblr/repo_mirror/Fedora12_x86_64/images/xen/vmlinuz<br />Tue, 29 Jun 2010 12:58:11 ERROR    Couldn't find xen kernel for Fedora tree.<br />Tue, 29 Jun 2010 12:58:11 DEBUG    Traceback (most recent call last):<br />  File "/usr/sbin/virt-install", line 751, in main<br />    start_time, guest.start_install)<br />  File "/usr/sbin/virt-install", line 813, in do_install<br />    dom = install_func(conscb, progresscb, wait=(not wait))<br />  File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 539, in start_install<br />    self._prepare_install(meter)<br />  File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 594, in _prepare_install<br />    meter = meter)<br />  File "/usr/lib/python2.4/site-packages/virtinst/DistroInstaller.py", line 245, in prepare<br />    self._prepare_kernel_and_initrd(guest, distro, meter)<br />  File "/usr/lib/python2.4/site-packages/virtinst/DistroInstaller.py", line 194, in _prepare_kernel_and_initrd<br />    type=self.os_type, distro=distro)<br />  File "/usr/lib/python2.4/site-packages/virtinst/OSDistro.py", line 156, in acquireKernel<br />    scratchdir, type, distro)<br />  File "/usr/lib/python2.4/site-packages/virtinst/OSDistro.py", line 142, in _acquireMedia<br />    return (store.acquireKernel(guest, fetcher, progresscb),<br />  File "/usr/lib/python2.4/site-packages/virtinst/OSDistro.py", line 253, in acquireKernel<br />    raise RuntimeError(_("Couldn't find %(type)s kernel for "<br />RuntimeError: Couldn't find xen kernel for Fedora tree.<br /><br />http://au-mel-master-1.example.com/cblr/repo_mirror/Fedora12_x86_64/Fedora/<br />[DIR]  Parent Directory                 -       <br />[ ]        boot.iso        17-Jun-2010 22:55       171M     <br />[ ]        efiboot.img     17-Jun-2010 22:55       388K     <br />[ ]        efidisk.img     17-Jun-2010 22:55       26M      <br />[ ]        install.img     17-Jun-2010 22:55       117M     <br />[DIR]      pxeboot/        17-Jun-2010 22:55       -        <br /><br />Is there something simple I am missing here? There is a images/xen directory for centos5.5 repo but not one for Fedora. <br /><br />Cheers,<br />D