-
-
Save connectthefuture/67401abed561a39ba243afb9eafae876 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 | |
timeout 600 | |
display boot.msg | |
. | |
. | |
. | |
# omit other than label section and text | |
label rescue | |
menu indent count 5 | |
menu label ^Rescue a CentOS system | |
kernel vmlinuz | |
append initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 rescue quiet | |
label memtest | |
menu label Run a ^memory test | |
kernel memtest | |
label local | |
menu label Boot from ^local drive | |
localboot 0xffff | |
label returntomain | |
menu label Return to ^main menu | |
menu exit | |
label check | |
menu label Test this ^media & install CentOS 7 | |
menu default | |
kernel vmlinuz | |
append initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 rd.live.check quiet | |
label vesa | |
menu indent count 5 | |
menu label Install CentOS 7 in ^basic graphics mode | |
kernel vmlinuz | |
append initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 xdriver=vesa nomodeset quiet | |
menu label Return to ^main menu | |
label linux | |
menu label ^Install CentOS 7 | |
kernel vmlinuz | |
append initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet | |
menu exit | |
. | |
. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment