Hier trage ich allgemein gültige Variablen und Einstellungen ein, die nur für diese PXE-Umgebung gültig sind. Die boot-server Adresse sollte man noch an seine Bedürfnisse anpassen.
#!ipxe
cpuid --ext 29 && set arch x64 || set arch x32
cpuid --ext 29 && set archl amd64 || set archl i386
set boot-proto http://
set boot-server 192.168.3.11
set boot-dir boot/
set boot-url ${boot-proto}${boot-server}/
set boot-menu ${boot-url}${boot-dir}menu-main.ipxe
# my theme for this boot-config
chain --autofree ${boot-url}${boot-dir}net.theme ||