Actions
Feature #24622
closedUEFI HTTP PXE Loaders flags
Description
UEFI clients are capable of booting from HTTP or HTTPS if they are given a valid URL via DHCP filename option.
Let's create such PXE Loader options. The only difference from existing options is that it must contain hostname of the boot server. By default this will be TFTP Smart Proxy if set, Foreman unattended_url otherwise.
For better flexibility, two new provisioning settings will be introduced: port number and root path. This allows users easily run their own web server exposing TFTP directory with grub2 configuration files over HTTP on arbitrary root path.
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5950 added
Updated by Lukas Zapletal over 6 years ago
- Related to Feature #24631: Implement httpboot module added
Updated by Stephen Benjamin over 6 years ago
- Related to Feature #24690: TFTP directory needs a symlink from grub2/boot to ../boot for UEFI HTTP Boot added
Updated by Lukas Zapletal over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 861d87b9591442aabdda9c79f2d8abd50f8a7d23.
Actions