From c4ea5e284f0289c6218164c971197d16b17af39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:32:40 -0300 Subject: [PATCH] docs(xnba): update missing pxelinux warning --- docs/source/advanced/mixed_cluster/power/diskless.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/advanced/mixed_cluster/power/diskless.rst b/docs/source/advanced/mixed_cluster/power/diskless.rst index 88ca74a9b..09f0fb9ba 100644 --- a/docs/source/advanced/mixed_cluster/power/diskless.rst +++ b/docs/source/advanced/mixed_cluster/power/diskless.rst @@ -4,12 +4,11 @@ Provision x86 Diskless Troubleshooting --------------- -**Error:** The following Error message comes out when running nodeset: :: +**Warning:** The following warning appears when ``nodeset`` generates a configuration that chains pxelinux: :: - Error: Unable to find pxelinux.0 at /opt/xcat/share/xcat/netboot/syslinux/pxelinux.0 + Warning: Unable to find pxelinux.0 from syslinux; nodes whose xNBA configuration chains pxelinux will not boot until it is available **Resolution:** The syslinux network booting files are missing. -Install the sylinux-xcat package provided in the xcat-deps repository: ``yum -y install syslinux-xcat`` - +Install the syslinux-xcat package provided in the xcat-deps repository: ``yum -y install syslinux-xcat``