Skip to content

Instantly share code, notes, and snippets.

@kchandan
Created November 13, 2017 04:57
Show Gist options
  • Save kchandan/b4d6092ac972586eb1e87ae8a1d373ed to your computer and use it in GitHub Desktop.
Save kchandan/b4d6092ac972586eb1e87ae8a1d373ed to your computer and use it in GitHub Desktop.
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