hi!
fresh opensuse TW installation in a AMD ryzen9 desktop.
I need a virtual machine for Windows11 so I followed this guide (https://sysguides.com/install-a-windows-11-virtual-machine-on-kvm). I tested it yet in the laptop some week ago and everything worked fine.
here when I launch the installation I have an error like this:
Unable to complete install: 'End of file while reading data: Input/output error'
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/createvm.py", line 2008, in _do_async_install
installer.start_install(guest, meter=meter)
File "/usr/share/virt-manager/virtinst/install/installer.py", line 695, in start_install
domain = self._create_guest(
^^^^^^^^^^^^^^^^^^^
File "/usr/share/virt-manager/virtinst/install/installer.py", line 637, in _create_guest
domain = self.conn.createXML(initial_xml or final_xml, 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/libvirt.py", line 4545, in createXML
raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: End of file while reading data: Input/output error
I googled it and there are not much result about opensuse (even zero) but I found something similar in an Archlinux forum dated 4 ago (suspected bug of Virtmanager or new kernel…).
It’s a little over to me, could you help me please?
thank you
good to know it’s not just me, I’m in a similar scenario (although with an Intel CPU instead), and have been dealing with this for the past 3 or so days now.