diff --git a/infrastructure-guide/boot_server.md b/infrastructure-guide/boot_server.md index 9fc8e646..1062b26c 100644 --- a/infrastructure-guide/boot_server.md +++ b/infrastructure-guide/boot_server.md @@ -1 +1,9 @@ # Boot Server + +## Troubleshooting + +To troubleshoot the tftp server / tftp queries check the tftpserver logs as follows: + +```bash +journalctl -u tftp.service +```