TFTP server manage netboot kernels

Revision as of 10:12, 21 August 2014 by WikiFreak (talk | contribs)



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/