=== modified file 'serverguide/C/installation.xml'
--- serverguide/C/installation.xml	2018-09-26 15:27:33 +0000
+++ serverguide/C/installation.xml	2019-07-17 16:41:27 +0000
@@ -1289,7 +1289,8 @@
         <title>iSCSI</title>
 
         <para>The iSCSI protocol can be used to install Ubuntu on systems with
-        or without hard disks attached.</para>
+        or without hard disks attached, and iBFT can be used to automate iSCSI
+        setup on installation and boot.</para>
 
         <sect3>
           <title>Installation on a diskless system</title>
@@ -1443,6 +1444,26 @@
         </sect3>
 
         <sect3>
+          <title>Installation with iBFT</title>
+
+          <para>In order to setup iSCSI based on the iBFT (iSCSI Boot Firmware Table)
+          on the installation and boot, append these options at the installer prompt
+          (or to the preseed file):</para>
+
+          <screen>disk-detect/ibft/enable=true partman-iscsi/iscsi_auto=true</screen>
+
+          <para>This should probe for iBFT information and configure network interface(s)
+          and iSCSI target(s) accordingly during the installation, and configure system
+          boot (initramfs) to do that too in order to find the root device.</para>
+
+          <warning>
+            <para>The support for iBFT is available in the debian-installer on netboot
+            images as of 2019-06-20 and (expected) on ISO images for the 18.04.3 point
+            release and later.</para>
+          </warning>
+        </sect3>
+
+        <sect3>
           <title>Rebooting to an iSCSI target</title>
 
           <para>The procedure is specific to your hardware platform. As an

