Error starting domain: Unable to read from monitor: Connection reset by peer
Solution:
virsh edit <domainname>
Search these word: <graphics type='vnc' port='-1' autoport='yes'/>
Delete it and save .
After that start vm again is ok.
Good luck :) !
Good luck :) !
Nguyen Si Nhan
This did not fix the problem for me. However this did:
ReplyDelete$ su -c 'virsh managedsave-remove NameOfDomain'
from here:
http://johnpoelstra.com/resuming-corrupted-suspended-guests/
Thanks :)
Delete