<p>Hi there.</p>
<p>I suggest to use the GUI (virt-manager) to create your first VM, and once the installation ends (since you want to boot from an .iso image) then reuse this XML file (virsh edit VM_NAME).</p>
<p>Regards </p>
<div class="gmail_quote">El 02/04/2013 05:29, "高松" <<a href="mailto:song.gao@venusource.com">song.gao@venusource.com</a>> escribió:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <font color=""><domain type='kvm'><br>
      <name>eucalyptus-windows</name><br>
      <os><br>
      <type>hvm</type><br>
      <boot dev='cdrom'/><br>
      </os><br>
      <features><br>
      <acpi/><br>
      </features><br>
      <memory>524288</memory><br>
      <vcpu>1</vcpu><br>
      <devices><br>
      <emulator>/usr/libexec/qemu-kvm</emulator><br>
      <disk type='file'><br>
      <source file='/root/windows.server_2003_sp2.img'/><br>
      <target dev='hda'/><br>
      </disk><br>
      <disk type='file' device='disk'><br>
      <source file='/root/secondary.img'/><br>
      <target dev='vda' bus='virtio'/><br>
      </disk> <br>
      <disk type='file' device='floppy'><br>
      <source file='/root/floppy.img'/><br>
      <target dev='fda'/><br>
      </disk><br>
      <disk type='file' device='cdrom'><br>
      <source file='/root/windows_server_2003_sp2.iso'/><br>
      <target dev='hdc'/><br>
      <readonly/><br>
      </disk><br>
      <interface type='bridge'><br>
      <source bridge='eucabr899'/><br>
      <model type='rtl8139'/><br>
      </interface><br>
      <!--<interface type='bridge'><br>
      <source bridge='br0'/><br>
      <model type='virtio'/> <br>
      </interface> --><br>
      <graphics type='vnc' port='-1' listen='0.0.0.0'
      passwd='123456'/> <br>
      </devices><br>
      </domain><br>
      =========================================================<br>
      I issue the command of "virsh create libvirt-kvm-windows.xml" to
      create a vm, and it is <br>
      <br>
      successful.Above is the content,but when I try to connect  to the
      VM both try vinagre and <br>
      <br>
      virt-manager,what I got is only black screen,I can't understand
      and please help!<br>
    </font>
  </div>

<br>_______________________________________________<br>
libvirt-users mailing list<br>
<a href="mailto:libvirt-users@redhat.com">libvirt-users@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/libvirt-users" target="_blank">https://www.redhat.com/mailman/listinfo/libvirt-users</a><br></blockquote></div>