Bug 580411
| Summary: | Virtualization guest can't boot directly from Network(PXE) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lijian Xu <lxu> | ||||||
| Component: | qemu | Assignee: | Justin M. Forbes <jforbes> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 13 | CC: | amit.shah, berrange, clalance, crobinso, dwmw2, ehabkost, gcosta, itamar, jaswinder, jforbes, knoel, markmc, matt_domsch, rhe, scottt.tw, veillard, virt-maint | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-05-18 20:01:04 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Lijian Xu
2010-04-08 08:28:01 UTC
I had the same problem when executing that case using http://jforbes.fedorapeople.org/virt-test-day/ boot log is attached. Created attachment 405230 [details]
pxeboot log
I found the error "monitor socket did not show up.: Connection refused " is caused by missing an error-receive serial, after added the serial, I get the actual error message: libvirtError: internal error Process exited while reading console log output: char device redirected to /dev/pts/2 Cannot boot from non-existent NIC I hope this would be helpful. netboot -uuid 543628e0-2b75-3513-d131-03ba38c073de -nodefaults -chardev socket,id=monitor,path=/var/lib/libvirt/qemu/netboot.monitor,server,nowait -mon chardev=monitor,mode=readline -rtc base=utc -no-acpi -boot n -device virtio-net-pci,vlan=0,id=net0,mac=52:54:00:05:38:5c,bus=pci.0,addr=0x4 -net tap,fd=41,vlan=0,name=hostnet0 -usb -vnc 127.0.0.1:0 -vga cirrus -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 Cannot boot from non-existent NIC It's this last part (cannot boot from non-existant NIC) that I suspect is the problem. This isn't in gPXE (it's not getting that far). This looks like a QEMU bug
* libvirt has set the guest to boot from network:
-boot n
* given the guest a NIC device
-device virtio-net-pci,vlan=0,id=net0,mac=52:54:00:05:38:5c,bus=pci.0,addr=0x4
* and associated this NIC with a host network
-net tap,fd=41,vlan=0,name=hostnet0
So all the info QEMU requires is present. I suspect this is a bug in QEMU BIOS setup not handling -device properly.
Should be fixed in qemu-0.12.3-8.fc13 *** This bug has been marked as a duplicate of bug 577851 *** |