docs: additional PXE debugging suggestion

This commit is contained in:
Khue Doan 2022-12-24 14:19:51 +07:00
parent cb1b80e34a
commit ce5595bd5d

View File

@ -27,3 +27,4 @@ To view PXE server (includes DHCP, TFTP and HTTP server) logs:
- Check the controller's firewall config - Check the controller's firewall config
- Check PXE server Docker logs - 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 - 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)