Skip to content

Instantly share code, notes, and snippets.

@taxilian
Created October 6, 2015 22:45
Show Gist options
  • Save taxilian/ab10b0d4b80604abc11e to your computer and use it in GitHub Desktop.
Save taxilian/ab10b0d4b80604abc11e to your computer and use it in GitHub Desktop.
default menu.c32
prompt 0
timeout 300
ONTIMEOUT local
MENU TITLE PXE Menu
LABEL local
MENU LABEL Boot local hard drive
LOCALBOOT 0
LABEL CentOS 6.6 x86_64 NO KS eth0
MENU LABEL CentOS 6 x86_64
KERNEL images/centos/6/x86_64/vmlinuz
append initrd=images/centos/6/x86_64/initrd.img method=http://mirror.centos.org/centos/6/os/x86_64/ devfs=nomount ip=dhcp
LABEL CentOS 6.6 x86_64 app server eth0
MENU LABEL CentOS 6 x86_64 App Server
KERNEL images/centos/6/x86_64/vmlinuz
append initrd=images/centos/6/x86_64/initrd.img ks=http://172.19.52.31:8123/app_member_ks.cfg method=http://mirror.centos.org/centos/6/os/x86_64/ devfs=nomount ip=dhcp
LABEL CentOS 6.6 x86_64 db server (insightset)
MENU LABEL CentOS 6 x86_64 insightset DB server
KERNEL images/centos/6/x86_64/vmlinuz
append initrd=images/centos/6/x86_64/initrd.img ks=http://172.19.52.31:8123/shard_db_member_ks.cfg method=http://mirror.centos.org/centos/6/os/x86_64/ devfs=nomount ip=dhcp
LABEL CentOS 6.6 x86_64 NO KS eth0
MENU LABEL CentOS 6 x86_64 ps DB server
KERNEL images/centos/6/x86_64/vmlinuz
append initrd=images/centos/6/x86_64/initrd.img ks=http://172.19.52.31:8123/ps_db_member_ks.cfg method=http://mirror.centos.org/centos/6/os/x86_64/ devfs=nomount ip=dhcp
LABEL CentOS 7 x86_64 NO KS eth0
MENU LABEL CentOS 7 x86_64
KERNEL images/centos/7/x86_64/vmlinuz
append initrd=images/centos/7/x86_64/initrd.img method=http://mirrors.xmission.com/centos/7/os/x86_64/ devfs=nomount ip=dhcp
label coreos
menu LABEL CoreOS install thingy
kernel images/coreos_production_pxe.vmlinuz
append initrd=images/coreos_production_pxe_image.cpio.gz coreos.autologin
#load pxe knife
LABEL pxeknife
MENU LABEL PXE Knife --->
kernel menu.c32
append pxeknife/pxeknife.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment