Bug 511912
Summary: | ne model failed to get ip address | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Jia Dong <jdong> | ||||
Component: | etherboot | Assignee: | Naphtali Sprei <nsprei> | ||||
Status: | CLOSED ERRATA | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 5.4 | CC: | ehabkost, kxiong, llim, nsprei, tburke, yshao | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | etherboot-5.4.4-11.el5 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 526124 (view as bug list) | Environment: | |||||
Last Closed: | 2010-03-30 08:20:00 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 526124 | ||||||
Attachments: |
|
Description
Jia Dong
2009-07-15 15:52:10 UTC
reproduced by running qemu-kvm from package qemu-system-x86-0.10.6-1 (from the lfarkas repository) the with following params: -boot n -name 'pxe' -m 256 -vnc :10 -net nic,vlan=0,macaddr=00:11:22:33:44:00,model=ne2k_pci -net tap,vlan=0 The installed package has a soft-link from /usr/share/qemu/pxe-ne2k_pci.bin to ../etherboot/ne.zrom, which is the one used for this nic. Replacing the file /usr/share/etherboot/ne.zrom from the package etherboot-zroms-kvm-5.4.4-16.el5 with the latest pc-bios/pxe-ne2k_pci.bin of the qemu-kvm git repository solves the problem. Created attachment 362067 [details]
etherboot zrom generated from rom-o-matic site for the ne2k-pci
generated from rom-o-matic site, on 22-September-2009, etherboot format, 5.4.4(i386), rtl8029.zrom, default values suggested by site, except for: ASK_BOOT=-1, PXE_DHCP_STRICT selected
zrom attached solves the problem: network boot works fine. The etherboot package should put the rtl8029 images in the kvm supported part. The kvm package should point the ne2k-pci pxe file[s] to the rtl8029 from the etherboot package. bug 526124 was created for the kvm side of the changes. Moving to ON_QA for bug verification to take place. Having verified on Red Hat Enterprise Linux 5Server-VT - x86_64 Red Hat Enterprise Linux 5Client-VT - x86_64 1.# qemu-img create rom.img 10G 2.# qemu-kvm -name 'pxe' -m 256 -vnc :10 -net nic,vlan=0,macaddr=00:11:22:33:44:00,model=ne2k_pci -net tap,vlan=0,ifname=pxe,script=/etc/qemu-ifup-switch -boot n It can boot from network well. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2010-0227.html |