TFTP server manage netboot kernels
TFTP folder tree
This is how we'll setup our files and folders:
##### TFTP root
/tftpboot/
#### PXE application
/tftpboot/pxelinux.0
#### Boot configuration
/tftpboot/pxelinux.cfg/ # PXE configuration(s)
/tftpboot/pxelinux.cfg/menu.c32 # PXE interactive menu (text)
/tftpboot/pxelinux.cfg/vesamenu.c32 # PXE interactive menu (graphical)
/tftpboot/pxelinux.cfg/default # default NetBoot configuration
/tftpboot/pxelinux.cfg/01-ec-a8-6b-fd-da-44 # specific configuration for host with MAC @ "EC-A8-6B-FD-DA-44"
#### Netboot Kernels
/tftpboot/images/