気になる違いは、稼動しているマシンではdumpxmlすると仮想ディスクの定義が
<disk type='file' device='disk'>
<source file='/var/lib/libvirt/images/deb1-1.img'/>
<target dev='hda' bus='ide'/>
</disk>

となっているのですが、失敗したマシンの.virt-manger/virt-manager.logには
以下の仕様で仮想ディスクを作ろうとしているログが残っています。

<disk type='file' device='disk'>
<source file='/var/lib/libvirt/images/deb2-2.img'/>
<target dev='vda' bus='virtio'/>
</disk>

で、ここのdev='vda'が後で跳ねられているようです。 このbus='virtio'が気になりますね。