From ce5595bd5d0800cd2cbe68cf36131ed85de4cb5f Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 24 Dec 2022 14:19:51 +0700 Subject: [PATCH] docs: additional PXE debugging suggestion --- docs/how-to-guides/troubleshooting/pxe-boot.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how-to-guides/troubleshooting/pxe-boot.md b/docs/how-to-guides/troubleshooting/pxe-boot.md index 6a855d0f..55b51df2 100644 --- a/docs/how-to-guides/troubleshooting/pxe-boot.md +++ b/docs/how-to-guides/troubleshooting/pxe-boot.md @@ -27,3 +27,4 @@ To view PXE server (includes DHCP, TFTP and HTTP server) logs: - Check the controller's firewall config - Check PXE server Docker logs - Check if the servers are booting to the correct OS (Fedora Server installer instead of the previously installed OS), if not try to select it manually or remove the previous OS boot entry +- Examine the network boot process with [Wireshark](https://www.wireshark.org) or [Termshark](https://termshark.io)