Advertisement
Guest User

x

a guest
Sep 22nd, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Unable to complete install: 'internal error: qemu unexpectedly closed the monitor: 2020-09-22T19:09:16.274101Z qemu-system-x86_64: -device vfio-pci,host=0000:06:00.0,id=hostdev0,bus=pci.4,addr=0x0: vfio 0000:06:00.0: group 14 is not viable
  2. Please ensure all devices within the iommu_group are bound to their vfio bus driver.'
  3.  
  4. Traceback (most recent call last):
  5. File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in cb_wrapper
  6. callback(asyncjob, *args, **kwargs)
  7. File "/usr/share/virt-manager/virtManager/createvm.py", line 2089, in _do_async_install
  8. guest.installer_instance.start_install(guest, meter=meter)
  9. File "/usr/share/virt-manager/virtinst/install/installer.py", line 542, in start_install
  10. domain = self._create_guest(
  11. File "/usr/share/virt-manager/virtinst/install/installer.py", line 491, in _create_guest
  12. domain = self.conn.createXML(install_xml or final_xml, 0)
  13. File "/usr/lib/python3/dist-packages/libvirt.py", line 4034, in createXML
  14. if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)
  15. libvirt.libvirtError: internal error: qemu unexpectedly closed the monitor: 2020-09-22T19:09:16.274101Z qemu-system-x86_64: -device vfio-pci,host=0000:06:00.0,id=hostdev0,bus=pci.4,addr=0x0: vfio 0000:06:00.0: group 14 is not viable
  16. Please ensure all devices within the iommu_group are bound to their vfio bus driver.
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement