<div dir="ltr"><div><div><div><div>Dear Sir,<br><br></div>I am facing the same problem you were discussing here:<br><a href="https://www.redhat.com/archives/libvirt-users/2015-January/msg00070.html">https://www.redhat.com/archives/libvirt-users/2015-January/msg00070.html</a><br><br>I am getting this error:<br>Starting install...<br>ERROR    internal error: unable to execute QEMU command 'qom-list': The command qom-list has not been found<br>Domain installation does not appear to have been successful.<br>If it was, you can restart your domain by running:<br>  virsh --connect qemu:///system start myguest<br>otherwise, please restart your installation.<br>[root@server-topcon horai]# <br><br></div><div>my virtual machine creation script is:<br>#OS="--os-variant=winxp --disk path=/var/lib/libvirt/mages/Windows.iso,device=cdrom"<br>OS="--os-variant=winxp --disk path=/var/lib/libvirt/images/virtio-win-0.1.96.iso"<br>Net="--network model=virtio,bridge=virbr0"<br>Disk="--disk /var/lib/libvirt/images/Name.qcow2,sparse=false,bus=virtio,size=8"<br>Src="--cdrom=/var/lib/libvirt/images/Windows.iso"<br><br>#Gr="--graphics none"<br>Gr="--graphics vnc"<br>Cpu="--vcpus=1"<br>Ram="--ram=768"<br>Name="myguest"<br>virt-install $OS $Net $Disk $Src $Gr $Cpu $Ram --name=$Name<br><br></div><div><br></div>I would kindly like to ask you whether you found a solution for this problem or whether you could help me fixing it.<br></div><br></div><div>With sincerely,<br></div>Ivo Hora<br><div><div><div><br></div></div></div></div>