Created
February 4, 2015 14:08
-
-
Save duncaninnes/f0a69a22f3a1e84f1fe7 to your computer and use it in GitHub Desktop.
Libvirt: Host PXE default menu
This file contains hidden or 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 | |
prompt 0 | |
timeout 100 | |
menu vshift 5 | |
menu background splash.jpg | |
menu title << My PXE Menu >> | |
menu color border 0 #ffffffff #00000000 | |
menu color sel 7 #ffffffff #ff000000 | |
menu color title 0 #ffffffff #00000000 | |
menu color tabmsg 0 #ffffffff #00000000 | |
menu color unsel 0 #ffffffff #00000000 | |
menu color hotsel 0 #ff000000 #ffffffff | |
menu color hotkey 7 #ffffffff #ff000000 | |
menu color scrollbar 0 #ffffffff #000000000 | |
label linux | |
menu label Install RHEL7 ^Server | |
kernel rhel7/vmlinuz | |
append initrd=rhel7/initrd.img ip=dhcp ks=http://192.168.122.1/ks/rhel7.ks | |
text help | |
Press tab to edit options before booting (DHCP kickstart) | |
endtext | |
label linux | |
menu label Install ^CentOS7 Server | |
kernel centos7/vmlinuz | |
append initrd=centos7/initrd.img ip=dhcp ksdevice=eth0 ks=http://192.168.122.1/ks/centos7.ks | |
text help | |
Press tab to edit options before booting (DHCP kickstart) | |
endtext | |
label linux | |
menu label Install RHEL7 ^Workstation | |
kernel workstation7/vmlinuz | |
append initrd=workstation7/initrd.img ip=dhcp ks=http://192.168.122.1/ks/workstation7.ks | |
text help | |
Press tab to edit options before booting (DHCP kickstart) | |
endtext | |
menu separator | |
label local | |
menu label Boot from ^local drive | |
menu default | |
localboot 0xffff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment