Setting the boot device to network in the xml file that defines a new domain leads to a qemu error when loading the definition from virsh:
virsh # create vm/domains/hardy-server.xml
libvir: QEMU error : QEMU quit during console startup
No valid PXE rom found for network device
error: Failed to create domain from vm/domains/hardy-server.xml
Part of vm/domains/hardy-server.xml:
<os> <type>hvm</type> <boot dev='network' /> <boot dev='hd' /> <boot dev='cdrom' />
</os>
pxe boot has been added to qemu 0.9.0.
kvm-61 changelog mentions something about e1000 pxe boot rom.
Setting the boot device to network in the xml file that defines a new domain leads to a qemu error when loading the definition from virsh:
virsh # create vm/domains/ hardy-server. xml hardy-server. xml
libvir: QEMU error : QEMU quit during console startup
No valid PXE rom found for network device
error: Failed to create domain from vm/domains/
Part of vm/domains/ hardy-server. xml:
<type> hvm</type>
<boot dev='network' />
<boot dev='hd' />
<boot dev='cdrom' />
<os>
</os>
pxe boot has been added to qemu 0.9.0.
kvm-61 changelog mentions something about e1000 pxe boot rom.