Bug #36502
closediPXE Discovery Only Works On net0
Description
Chainloading iPXE from BIOS on a Dell Poweredge R630 using a Dell Branded Intel i350 integrated network card. Dell P/N: 540-BBCB. iPXE sees two PCI bus addresses for this card and chooses the PCI bus with ports 3 and 4 for net0 and net1, while the PCI Bus with ports 1 and 2 becomes net3 and net4.
iPXE hands off the mac address of net0 from the BOOTIF option to the fdi discovery image which causes the discovery image to fail. I resolved this issue in my environment by updating app/views/unattended/provisioning_templates/iPXE/ipxe_global_default.erb. On lines 54 and 63, I changed "BOOTIF=01-${net0/mac}" to "BOOTIF=01-${mac}" and appended "fdi.initnet=all" to the end of the line.
Updated by Jim Mott over 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/9733 added
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
Updated by The Foreman Bot 12 months ago
- Pull request deleted (
https://github.com/theforeman/foreman/pull/9733)
Updated by The Foreman Bot 12 months ago
- Pull request https://github.com/theforeman/foreman/pull/9733 added
Updated by Jim Mott 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|fb7e565810f3e2b2a5d62b53230971fb8af5f5dd.
Updated by The Foreman Bot 10 months ago
- Assignee set to Evgeni Golov
- Pull request https://github.com/theforeman/foreman/pull/10070 added
Updated by The Foreman Bot 10 months ago
- Pull request https://github.com/theforeman/foreman/pull/10103 added
Updated by Ewoud Kohl van Wijngaarden 6 months ago
- Category set to Unattended installations
- Triaged changed from No to Yes
Updated by Ewoud Kohl van Wijngaarden 6 months ago
- Fixed in Releases deleted (
3.11.0)