Skip to content

Commit 1c5ce84

Browse files
authored
Merge pull request #807 from stackhpc/docs/yoga/rocky9-pxe
Docs: Mention broken pxe boot_interface
2 parents fc64617 + 0fb938d commit 1c5ce84

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/source/operations/rocky-linux-9.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,21 @@ The error from NetworkManager was:
110110
111111
[1697192659.9611] keyfile: ipv4.routing-rules: invalid value for "routing-rule1": invalid value for "table"
112112
113+
Switching to iPXE
114+
-----------------
115+
116+
The ``pxe`` boot_interface is currently broken. When provisioning, you will see an error similar to:
117+
118+
.. code-block:: shell
119+
120+
Failed to prepare to deploy: Could not link image http://192.168.1.1:8080/ipa.vmlinuz from /httpboot/master_images/99d5b4b4-0420-578a-a327-acd88c1f1ff6.converted to /tftpboot/d6673eaa-17a4-4cd4-a4e7-8e8cbd4fca31/deploy_kernel, error: [Errno 18] Invalid cross-device link: '/httpboot/master_images/99d5b4b4-0420-578a-a327-acd88c1f1ff6.converted' -> '/tftpboot/d6673eaa-17a4-4cd4-a4e7-8e8cbd4fca31/deploy_kernel'
121+
122+
After deprovisioning a node, switch the boot interface to iPXE:
123+
124+
.. code-block:: shell
125+
126+
openstack baremetal node set <node> --boot-interface ipxe
127+
113128
Prerequisites
114129
=============
115130

0 commit comments

Comments
 (0)