OneClick-macOS-Simple-KVM: No such file or directory when importing to Virt-Manager.

I’m getting the following error when attempting to import into Virt Manager. I’m running Fedora 35 GNOME desktop.

./make.sh --add
template.xml has been generated in /home/aia832003/Documents/notAperson535-OneClick-macOS-Simple-KVM-61657ee
[sudo] password for aia832003: 
error: Failed to define domain from template.xml
error: Cannot check QEMU binary /run/current-system/sw/bin/qemu-system-x86_64: No such file or directory

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (10 by maintainers)

Most upvoted comments

I got this error as well. I fixed it by manually editing the template.xml file. I changed the line that referred to run/current-system/sw/bin/qemu-system-x86_64 with /usr/bin/qemu-system-x86_64 which is where the binary is actually stored on my system (Arch Linux).