Bug 1715185
| Summary: | PXE boot ignores statement like ip:eno2:dhcp | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | William Caban <william.caban> |
| Component: | RHCOS | Assignee: | Steve Milner <smilner> |
| Status: | CLOSED NOTABUG | QA Contact: | Micah Abbott <miabbott> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | bbreard, dustymabe, imcleod, jligon, nstielau |
| Target Milestone: | --- | ||
| Target Release: | 4.1.z | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-05-30 13:15:58 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
William Caban
2019-05-29 19:06:34 UTC
> dracut ignores something like ip:eno2:dhcp
I assume you mean `ip=eno2:dhcp` ?
correct. like this: APPEND ip=eno2:dhcp ipv6.disable=1 rd.neednet=1 initrd=rhcos/rhcos-initramfs.img console=tty0 console=ttyS0 coreos.inst=yes coreos.inst.install_dev=sda coreos.inst.ignition_url=http://192.168.1.1:8000/bootstrap.ign coreos.inst.image_url=http://192.168.1.1:8000/metal/rhcos-410.8.20190516.0-metal-bios.raw.gz Per the debug session yesterday it's been noted ip=eno2:dhcp is acting like it should. Closing this bug. |