I installed a system using the Create Virtual Machines Wizard in SLES 11 SP1, the installation went fine but the screen went blank part way through the first boot and I couldn't get it to respond so I closed the window it was using. I connected to QEMU in Virtual Machine Manager but it wasn't listed. Trying to create a new VM with the same details using the disk I'd just installed to gave the error 'A VM configuration already exists with that name.' Using a different name gave the error:
Error bringing up domain details: 'afd73b6b-5db3-aa48-1c73-12928c110386'
Code:
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/engine.py", line 573, in show_details
details = vmmDetails(self.get_config(), con.get_vm(uuid), self)
File "/usr/share/virt-manager/virtManager/connection.py", line 655, in get_vm
return self.vms[uuid]
KeyError: 'afd73b6b-5db3-aa48-1c73-12928c110386'
How do I get virt-manager to see my VM?
A virsh -c qemu:///system list lists it as still running.