I am trying to create a VM with the following command
virsh -c 'xen+unix:///' create /tmp/z2c.xml
but I get the following error:
error: Failed to create domain from /tmp/z2c.xml
error: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: Boot loader didn't return any data!")
Any idea where this error comes, what it has to do with the boot loader?