I got an error like this when i tried to start virtual machine via
virt-manager that boot from network (pxe)
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/engine.py", line 480, in run_domain
vm.startup()
File "/usr/share/virt-manager/virtManager/domain.py", line 379, in startup
self.vm.create()
File "/usr/lib/python2.5/site-packages/libvirt.py", line 240, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: virDomainCreate() failed QEMU quit during console startup
qemu: unknowm parameter '-drive' in '-drive'
I already installed packet pxe-kvm. I don't know how to solve that .
Please help me.
** Description changed:
+ I got an error like this when i tried to start virtual machine via
+ virt-manager that boot from network (pxe)
+
+ Traceback (most recent call last):
+ File "/usr/share/virt-manager/virtManager/engine.py", line 480, in
run_domain
+ vm.startup()
+ File "/usr/share/virt-manager/virtManager/domain.py", line 379, in startup
+ self.vm.create()
+ File "/usr/lib/python2.5/site-packages/libvirt.py", line 240, in create
+ if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
+ libvirtError: virDomainCreate() failed QEMU quit during console startup
+ qemu: unknowm parameter '-drive' in '-drive'
+
+ I already installed packet pxe-kvm. I don't know how to solve that .
+ Please help me.
+
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.
** Description changed:
- I got an error like this when i tried to start virtual machine via
- virt-manager that boot from network (pxe)
- Traceback (most recent call last):
- File "/usr/share/virt-manager/virtManager/engine.py", line 480, in
run_domain
- vm.startup()
- File "/usr/share/virt-manager/virtManager/domain.py", line 379, in startup
- self.vm.create()
- File "/usr/lib/python2.5/site-packages/libvirt.py", line 240, in create
- if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
- libvirtError: virDomainCreate() failed QEMU quit during console startup
- qemu: unknowm parameter '-drive' in '-drive'
-
- I already installed packet pxe-kvm. I don't know how to solve that .
- Please help me.
-
- 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:
+ 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.
--
pxe booting not supported
https://bugs.launchpad.net/bugs/193531
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs