Created
December 15, 2014 07:37
sample pxe config for RHEL 5.4 on ATCA blades
This file contains 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 | |
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