diff --git a/doc/source/install/include/disk-label.inc b/doc/source/install/include/disk-label.inc index fb144ba37a..4a0fa9b023 100644 --- a/doc/source/install/include/disk-label.inc +++ b/doc/source/install/include/disk-label.inc @@ -40,6 +40,12 @@ and sections will describe both methods: * Only one disk label - either ``msdos`` or ``gpt`` - can be configured for the node. +.. warning:: + If the host is in UEFI boot mode, use of ``disk_label`` is redundant, + and may cause deployments to fail unexpectedly if the node is *not* + explicitly set to boot in UEFI mode. Use of appropriate boot mode is + highly recommended. + When used with Compute service ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~