mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:04:32 +07:00
docs: add more details about PXE troubleshooting
This commit is contained in:
parent
a7cdb00550
commit
c0a06afc8f
@ -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 Wake-on-LAN is enabled
|
||||
- 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 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)
|
||||
|
Loading…
Reference in New Issue
Block a user