docs: add more details about PXE troubleshooting

This commit is contained in:
Raed 2024-03-02 09:46:52 +01:00 committed by GitHub
parent a7cdb00550
commit c0a06afc8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,10 @@ To view PXE server (includes DHCP, TFTP and HTTP server) logs:
- Check if bare metal nodes are configured to boot from the network - Check if bare metal nodes are configured to boot from the network
- Check if Wake-on-LAN is enabled - Check if Wake-on-LAN is enabled
- Check if the operating system ISO file is mounted - Check if the operating system ISO file is mounted
- Check the controller's firewall config - Check the controller's firewall config to make sure that the following ports are open:
- DHCP (67/68)
- TFTP (69)
- HTTP (80)
- 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) - Examine the network boot process with [Wireshark](https://www.wireshark.org) or [Termshark](https://termshark.io)