** Summary changed:

- efi-vmxnet3.rom is missing
+ ipxe-qemu is missing support for devices since qemu 2.7

** Description changed:

- As titled. PXE boot is unusable if using vmxnet3:
- $ virsh start test
- error: Failed to start domain test
- error: internal error: process exited while connecting to monitor: 
2017-12-08T16:53:37.305693Z qemu-system-x86_64: -device 
vmxnet3,netdev=hostnet0,id=net0,mac=52:54:00:ae:27:69,bus=pci.2,addr=0x2: 
failed to find romfile "efi-vmxnet3.rom"
+ The PXE roms for devices that qemu (since 2.7) now supports PXE on are 
missing:
+ $ qemu-system-x86_64 -netdev user,id=hostnet0 -device 
e1000e,netdev=hostnet0,id=net0 -nographic
+ qemu-system-x86_64: -device e1000e,netdev=hostnet0,id=net0: failed to find 
romfile "efi-e1000e.rom"
  
- Patch attached. This affects all supported Ubuntu versions with qemu 2.7
- or higher.
+ $ qemu-system-x86_64 -netdev user,id=hostnet0 -device 
vmxnet3,netdev=hostnet0,id=net0 -nographic
+ qemu-system-x86_64: -device vmxnet3,netdev=hostnet0,id=net0: failed to find 
romfile "efi-vmxnet3.rom"
+ 
+ This affects all supported Ubuntu versions with qemu 2.7 or higher.

** Patch removed: "enable-vmxnet3.patch"
   
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1737211/+attachment/5020249/+files/enable-vmxnet3.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1737211

Title:
  ipxe-qemu is missing support for devices since qemu 2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1737211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to