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 Alexander von Gluck IV over 5 years ago
This one was solved in 1.23.0 which works now with katello 1.13
Updated by Si Man over 5 years ago
If you don't want to upgrade yet, you can just download the relevant templates from https://github.com/theforeman/community-templates.
In my case I just updated Kickstart default (provisioning) and Kickstart default iPXE (iPXE)
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
Closing as dupe of #26749
Updated by Lukas Zapletal over 5 years ago
- Related to Bug #26749: RHEL 8 with iPXE fails due to Deprecated Options used added
Actions