I am trying to do a guest install of FC5 on a FC5 machine. Xen is running. I am having problems<br>with setting up a proper guest location for the install.<br><br>I did a loop back mount of a DVD iso image for FC5, then shared it with NFS
<br>in theory I want to use this to load my guest in xen.<br><br>mount -o loop -t iso9660 FC-5-i386-DVD.iso /mnt<br><br>then share /mnt on nfs.<br><br><br>xenguest-install.py<br>What is the name of your virtual machine? guest1
<br>&nbsp;How much RAM should be allocated (in megabytes)? 256<br>&nbsp;What would you like to use as the disk (path)? /home/myhome/guest1<br>&nbsp;What is the install location? nfs:192.168.1.100:/mnt<br><br>is the path here correct or do I need a sub directory of the ISO image for location ?
<br><br>here is the debug:<br><br>Starting install...<br>libvir: Xen Daemon error : POST operation failed: No such domain guest1a<br>Failed to get devices for domain guest1<br>Traceback (most recent call last):<br>&nbsp; File &quot;/usr/sbin/xenguest-
install.py&quot;, line 460, in ?<br>&nbsp;&nbsp;&nbsp; main()<br>&nbsp; File &quot;/usr/sbin/xenguest-install.py&quot;, line 451, in main<br>&nbsp;&nbsp;&nbsp; start_paravirt_install(name, ram, disk, mac, uuid, src, options.extra)<br>&nbsp; File &quot;/usr/sbin/xenguest-
install.py&quot;, line 331, in start_paravirt_install<br>&nbsp;&nbsp;&nbsp; dom = conn.createLinux(cfgxml, 0)<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/libvirt.py&quot;, line 207, in createLinux<br>&nbsp;&nbsp;&nbsp; if ret is None:raise libvirtError('virDomainCreateLinux() failed')
<br>libvirt.libvirtError: virDomainCreateLinux() failed<br><br><br><br>Has anyone seen this problem and know how to work around it.<br><br>thanks,<br>Ron Wahler<br><a href="http://www.positive-logic.net">http://www.positive-logic.net
</a><br><br><br>