From fa155ffdf0c9e219c13c37e6077d6b1b948af32b Mon Sep 17 00:00:00 2001 From: ebner Date: Mon, 27 Feb 2023 13:21:18 +0100 Subject: [PATCH] add note regarding how to install new grub version --- admin-guide/deployment/ipxe.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin-guide/deployment/ipxe.rst b/admin-guide/deployment/ipxe.rst index 8de974e..d9c6d5d 100644 --- a/admin-guide/deployment/ipxe.rst +++ b/admin-guide/deployment/ipxe.rst @@ -6,6 +6,9 @@ UEFI iPXE supports UEFI and so do we. This requires the ``ipxe.efi`` boot image. +Instructions how to copy the necessary grub files to the tftp server: +https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/chap-installation-server-setup#sect-network-boot-setup-uefi +(alternatively one can also copy the files from the /boot/efi/EFI/redhat/ directory of an installed system) Process ------- @@ -69,3 +72,5 @@ roughly like the following:: :dhcp_succeeded chain http://sysdb.psi.ch/ipxe/v1/config?mac=${netX/mac} + +