summaryrefslogtreecommitdiff
path: root/en/install-methods/tftp
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2018-11-07 19:28:18 +0100
committerHolger Wansing <hwansing@mailbox.org>2018-11-07 19:28:18 +0100
commit04a9017acea3efbf3babdf2169580f1b21dea911 (patch)
tree399a8a46d6ca2a312d55b5c770d02f902d2aecc1 /en/install-methods/tftp
parentdc3cf862904cd2d7713cd465bab5a213155f5a39 (diff)
downloadinstallation-guide-04a9017acea3efbf3babdf2169580f1b21dea911.zip
installation-guide: Add additional info for net booting on UEFI machines
Diffstat (limited to 'en/install-methods/tftp')
-rw-r--r--en/install-methods/tftp/dhcp.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/en/install-methods/tftp/dhcp.xml b/en/install-methods/tftp/dhcp.xml
index 6982c2a98..87e4776f7 100644
--- a/en/install-methods/tftp/dhcp.xml
+++ b/en/install-methods/tftp/dhcp.xml
@@ -89,6 +89,22 @@ Note that for PXE booting, the client filename <filename>pxelinux.0</filename>
is a boot loader, not a kernel image (see <xref linkend="tftp-images"/>
below).
+<para>
+If your machine uses UEFI to boot, you will have to specify a boot loader
+appropriate for UEFI machines, for example
+
+<informalexample><screen>
+group {
+ next-server 192.168.1.3;
+ host tftpclient {
+# tftp client hardware address
+ hardware ethernet 00:10:DC:27:6C:15;
+ filename "debian-installer/amd64/bootnetx64.efi";
+ }
+}
+</screen></informalexample>
+</para>
+
</para>
</sect3>
</sect2>