Actions
Bug #29239
closedDefault PXE global template entry "discovery" no longer works for EFI systems
Difficulty:
Triaged:
Yes
Description
We have changed global template to this:
menuentry 'Foreman Discovery Image <%= suffix %>' --id discovery<%= suffix %> { linux<%= suffix %> boot/fdi-image/vmlinuz0 rootflags=loop root=live:/fdi.iso rootfstype=auto ro rd.live.image acpi=force rd.luks=0 rd.md=0 rd.dm=0 rd.lvm=0 rd.bootif=0 rd.neednet=0 nokaslr nomodeset proxy.url=<%= foreman_server_url %> proxy.type=foreman BOOTIF=01-$mac initrd<%= suffix %> boot/fdi-image/initrd0.img }
By adding <%= suffix > to the --id discovery, it is no longer possible to force systems to load the discovery image using the "Default PXE global template entry" in systems mixed with UEFI and non-UEFI machines. Adding the <= suffix %> to the menu item test makes sense, changing the --id not so much. Is there a reason why the --id section was changed?
Updated by Lukas Zapletal over 4 years ago
- Project changed from Discovery to Templates
- Category deleted (
Discovery plugin) - Target version deleted (
Discovery Plugin 16.0)
Updated by Lukas Zapletal over 4 years ago
- Project changed from Templates to Foreman
- Category set to Templates
- Fixed in Releases 2.1.0 added
Updated by Lukas Zapletal over 4 years ago
- Target version set to 2.1.0
- Fixed in Releases deleted (
2.1.0)
Updated by Lukas Zapletal over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/community-templates/pull/696 added
Updated by Lukas Zapletal over 4 years ago
- Target version changed from 2.1.0 to 2.0.0
Actually this is a regression it seems, I will try to hit 2.0 for this one.
Updated by Anonymous over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset community-templates|3f2156666fb5379eb13cbf9d0d2071bb852b8e96.
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/community-templates/pull/714 added
Updated by Tomer Brisker over 4 years ago
- Fixed in Releases 2.0.0 added
- Fixed in Releases deleted (
2.1.0)
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/community-templates/pull/717 added
Actions