Difference between revisions of "TFTP server manage netboot kernels"
Line 18: | Line 18: | ||
#### Boot configuration | #### Boot configuration | ||
− | |||
/tftpboot/pxelinux.cfg/ # PXE configuration(s) | /tftpboot/pxelinux.cfg/ # PXE configuration(s) | ||
− | /tftpboot/pxelinux.cfg/default | + | /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" | ||
Revision as of 09:12, 21 August 2014
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/