Project

General

Profile

Actions

Feature #14920

closed

Change dhcpd.conf to support EFI loaders

Added by Lukas Zapletal almost 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Foreman modules
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Default DHCPD configuration must be changed in order to allow booting unknown UEFI hosts to something like:

option arch code 93 = unsigned integer 16; # RFC4578

class "pxeclients" {
  match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
  next-server 10.0.0.1;
  if option arch = 00:06 {
    filename "grub2/bootia32.efi";
  } else if option arch = 00:07 {
    filename "grub2/bootx64.efi";
  } else if option arch = 00:09 {
    filename "grub2/bootx64.efi";
  } else {
    filename "pxelinux.0";
  }
}


Related issues 2 (0 open2 closed)

Related to Installer - Feature #12635: Options to deploy Grub and PXELinux EFI loaders in TFTP rootClosedLukas Zapletal11/30/2015Actions
Related to Foreman - Tracker #431: [TRACKER] UEFI PXE supportResolvedLukas Zapletal

Actions
Actions #1

Updated by Lukas Zapletal almost 8 years ago

  • Related to Feature #12635: Options to deploy Grub and PXELinux EFI loaders in TFTP root added
Actions #2

Updated by Lukas Zapletal almost 8 years ago

Actions #3

Updated by Lukas Zapletal almost 8 years ago

Using shim.efi is perhaps better default than loading Grub directly.

Actions #4

Updated by Lukas Zapletal over 7 years ago

  • Description updated (diff)

Adding iPXE user class to support direct iPXE VM booting.

Actions #5

Updated by Lukas Zapletal over 7 years ago

  • Description updated (diff)

Converted to spaces (from tabs).

Actions #6

Updated by Lukas Zapletal over 7 years ago

  • Description updated (diff)

Added missing 0x09 statement.

Actions #7

Updated by Lukas Zapletal over 7 years ago

  • Description updated (diff)

Removed the iPXE stuff, this belongs in separate ticket really.

Actions #8

Updated by Anonymous over 7 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions #9

Updated by Dominic Cleal over 7 years ago

  • translation missing: en.field_release set to 189
Actions #10

Updated by Stephen Benjamin over 7 years ago

  • Bugzilla link set to 1378097
Actions

Also available in: Atom PDF