Skip to content

Instantly share code, notes, and snippets.

@goozbach
Created May 19, 2011 18:49
Show Gist options
  • Save goozbach/981437 to your computer and use it in GitHub Desktop.
Save goozbach/981437 to your computer and use it in GitHub Desktop.
Chaining PXELINUX bootloaders
ip=192.168.1.100 sys=laptop ether=001c25123456
dom=laptop.example.com
bootf=/386/syslinux/pxelinux.0
default menu.c32
prompt 0
menu title Derek's Boot Menu
MENU AUTOBOOT Starting System in # seconds
TIMEOUT 100
TOTALTIMEOUT 6000
ONTIMEOUT Cobbler
LABEL Cobbler
MENU LABEL ^Cobbler Menu
menu default
KERNEL pxechain.com
APPEND 192.168.0.1::/pxelinux.0
LABEL Other
MENU LABEL ^Other Menu
KERNEL pxechain.com
APPEND 192.168.0.23::pxelinux.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment