Actions
Bug #27949
closedEL8 fails to boot
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Description
EL8 fails to boot with the default iPXE template due to the ip= parameter. This is not properly formatted. Per the documentation at https://fedoraproject.org/wiki/Dracut/Options#Network it should be formatted similar to:
ip=${netX/ip}::${netX/gateway}:${netX/netmask}:<%= @host.name >:eth0:none nameserver=${dns} ifname=eth0:<= @host.mac %>
Updated by Ondřej Pražák over 5 years ago
- Project changed from Templates to Foreman
- Category set to Templates
Updated by Lukas Zapletal over 5 years ago
- Status changed from New to Duplicate
- Triaged changed from No to Yes
Updated by Lukas Zapletal over 5 years ago
- Related to Bug #26749: RHEL 8 with iPXE fails due to Deprecated Options used added
Actions