17 lines
674 B
Markdown
17 lines
674 B
Markdown
# PXE Server
|
|
|
|
**NOTE: This an archive repository**
|
|
|
|
This repository contains the required files and arborescence to host a PXE server via TFTP. Worked well with
|
|
Debian/Ubuntu (`tftpd-hpa`) and OpenBSD's native `tftpd`.
|
|
|
|
### Files
|
|
`bios` and `efi64` directories are to be placed at TFTP server's root. `images` directories should be filled according
|
|
to Wiki (INSERT LINK).
|
|
|
|
`dhcpd.conf` contains the specific directives you should add to your ISC DHCP server.
|
|
|
|
`tftpd-hpa` is a config file for Debian/Ubuntu; Should be placed at `/etc/default/tftpd-hpa`.
|
|
|
|
Finally, `Ideas.md` contains our last thought on improving our setup. Probably quite outdated, but kept for archiving.
|