Created
May 19, 2011 18:49
-
-
Save goozbach/981437 to your computer and use it in GitHub Desktop.
Chaining PXELINUX bootloaders
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ip=192.168.1.100 sys=laptop ether=001c25123456 | |
dom=laptop.example.com | |
bootf=/386/syslinux/pxelinux.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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