PXE server
The PXE server is on the same box as our Ubuntu package repository. It's physically located in the laptop build room, on the white desktop case that has wheels.
Directories
- TFTP root: /var/lib/tftpboot/ (pxelinux.cfg can be found here)
- HTTP root: /var/www/
Logs
- TFTPd logs: inside /var/log/messages. Restart in.tftpd with many -v options to increase logging verbosity.
See also
- InternalDocumentation/PXEBooting — details on how to get a given PXE client to actually boot
Comments