Actions
Bug #31452
closedCannot build an EL 8.3 system via Satellite Bootdisk or Discovery kexec
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Dracut in PXE images for RHEL 8.3 no longer accepts hardware type prefix in the BOOTIF kernel command line parameter. Foreman PXE/Grub2 templates adds BOOTIF with the prefix (e.g. BOOTIF=00-AA-BB-CC-DD-EE-FF) which leads to failure because NIC is not properly initialized. For PXELinux IPAPPEND 2
statement must be also removed because it automatically generates and appends BOOTIF statement with the prefix.
We need to implement a workaround in PXELinux, iPXE and Grub templates for this specifically for EL 8.3 or EL 8.3+ if this turns out to be expected behavior.
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8179 added
Updated by Lukas Zapletal about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|f2c816996c8d88861db00ce6f5875a2de2a0dfaa.
Updated by Lukas Zapletal about 4 years ago
- Related to Bug #31524: Do not put hardware type into BOOTIF configurable for EL8.3+ added
Updated by Lukas Zapletal almost 4 years ago
- Related to Bug #31573: Drop IPAPPEND2 completely and use 01 for the hardware prefix added
Actions