Created
November 13, 2017 04:57
-
-
Save kchandan/b4d6092ac972586eb1e87ae8a1d373ed to your computer and use it in GitHub Desktop.
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 vesamenu.c32 | |
serial 0 115200 | |
menu title Welcome to CentOS 6.5! | |
label linux | |
menu label ^Install or Upgrade system | |
menu default | |
kernel vmlinuz console=tty0 console=ttyS0,115200n8 | |
append initrd=initrd.img ks=cdrom:/ks.cfg serial | |
label vesa | |
menu label Install system with ^basic video driver | |
kernel vmlinuz | |
append initrd=initrd.img xdriver=vesa nomodeset | |
label rescue | |
menu label ^Rescue installed system | |
kernel vmlinuz | |
append initrd=initrd.img rescue | |
label local | |
menu label Boot from ^local drive | |
localboot 0xffff | |
label memtest86 | |
menu label ^Memory test | |
kernel memtest | |
append - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment