Skip to content

Instantly share code, notes, and snippets.

@gojun077
Created December 15, 2014 07:37
sample pxe config for RHEL 5.4 on ATCA blades
DEFAULT menu.c32
prompt 0
TIMEOUT 1
ONTIMEOUT RHEL5.4_x86_64
menu title PXE Boot Menu
label RHEL5.4_x86_64
menu label RHEL5.4_x86_64
kernel images/rhel5dot4_64/vmlinuz
append initrd=images/rhel5dot4_64/initrd.img vnc vncconnect=192.168.10.100:5500 ks=http://192.168.10.100:80/ks5_ATCA_7360_SKT.cfg method=http://192.168.10.100:8080 console=ttyS0 console=ttyS0,57600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment