repo containing scripts & commands to set up PXE booting on Ubuntu Server, Debian and Synology NAS devices. This project can chain boot into netboot.xyz
Note - this project only works when booting in BIOS mode, it does not work when booting in UEFI mode
- Synology assumes a root of
/volume1/pxe/
- A few manual steps to edit pxelinux.cfg/default & unzip files
- Use this Synology KB article to set up the PXE/TFTP service
- Debian assumes a root of
/srv/tftp
- One manual step to edit pxelinux.cfg/default
- Use this Debian wiki article to set up the PXE/TFTP service
- This blog post is also a good article
- Ubuntu assumes a root of
/var/lib/tftpboot
- One manual step to edit pxelinux.cfg/default
- Use this Ubuntu article to set up the PXE/TFTP service
- This blog post is a good article for Ubuntu
- This blog post is also a good article Ubuntu
See Bootscreens repo for menu and display structure.