Project

General

Custom queries

Profile

Actions

Bug #29239

closed

Default PXE global template entry "discovery" no longer works for EFI systems

Added by Lukas Zapletal about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Templates
Target version:

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?

Actions #6

Updated by Lukas Zapletal about 5 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.

Actions #8

Updated by Anonymous about 5 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF