Hello! I would like to ask for help! I am trying to install windows 11 on cahcy os with virt manager, but when I want to add tpm module (as virtual), I get the following error:
“End of file while reading data: output/input error”
I give you the full error message:
Nem lehet befejezni a telepítést: 'End of file while reading data: Kimeneti/bemeneti hiba'
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: Kimeneti/bemeneti hiba
Physical tpm passtrouh working, but the virtual one is not! I install swtpm package!
Can we solve this issue somehow? What cause this issue?