Xen Project Hypervisor: Difference between revisions
m Add more in-links. |
Add troubleshooting steps for a known issue. To be removed when #365890 is merged. |
||
Line 71: | Line 71: | ||
{{Commands|# xl create /path/to/example-hvm.cfg -Fc}} | {{Commands|# xl create /path/to/example-hvm.cfg -Fc}} | ||
=== Troubleshooting === | |||
==== <code>error: device model qemu-dmm is not executable: No such file or directory</code> ==== | |||
This error follows a <code>qemu-xen is unavailable, using qemu-xen-traditional instead</code> message. This is an upstream bug in Xen, and can be fixed by pull request {{pull|365890}}, or by overriding the QEMU path in your domain configuration: | |||
{{file|example-hvm.cfg|cfg| | |||
<nowiki> | |||
device_model_version='qemu_xen' | |||
device_model_override='/run/current-system/sw/bin/qemu-system-i386' | |||
</nowiki> | |||
}} | |||
== See also == | == See also == | ||
* The {{nixos:option|virtualisation.xen.*}} option set. | * The {{nixos:option|virtualisation.xen.*}} option set. | ||
* The [https://matrix.to/#/#xen:nixos.org Matrix Room] for further community support. | |||
[[Category:Virtualization]] | [[Category:Virtualization]] |