Comment 5 for bug 239354

Revision history for this message
Seb Harrington (sebharrington) wrote :

I get this bug in Karmic 9.10 when trying to create a Win XP guest with 256 MB using 1 core booting over PXE.

The error I get is:

Unable to complete install '<class 'libvirt.libvirtError'> Failure while reading monitor startup output: Connection reset by peer
Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/create.py", line 1485, in do_install
    dom = guest.start_install(False, meter = meter)
  File "/usr/lib/python2.6/dist-packages/virtinst/Guest.py", line 541, in start_install
    return self._do_install(consolecb, meter, removeOld, wait)
  File "/usr/lib/python2.6/dist-packages/virtinst/Guest.py", line 633, in _do_install
    self.domain = self.conn.createLinux(install_xml, 0)
  File "/usr/lib/python2.6/dist-packages/libvirt.py", line 1077, in createLinux
    if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: Failure while reading monitor startup output: Connection reset by peer
'

If there's further information you need please let me know.