default vesamenu.c32 timeout 100 display boot.msg # Clear the screen when exiting the menu, instead of leaving the menu displayed. # For vesamenu, this means the graphical background is still displayed without # the menu itself for as long as the screen remains in graphics mode. menu clear menu background splash.png menu title Cloud menu vshift 8 menu rows 18 menu margin 8 menu hidden menu color border 0 #ffffffff #ee000000 std menu color title 0 #ffffffff #ee000000 std menu color disabled 0 #ffffffff #ee000000 std menu color sel 0 #ffffffff #85000000 std menu color unsel 0 #ffffffff #ee000000 std menu color pwdheader 0 #ff000000 #99ffffff rev menu color pwdborder 0 #ff000000 #99ffffff rev menu color pwdentry 0 #ff000000 #99ffffff rev menu color hotkey 0 #ff00ff00 #ee000000 std menu color hotsel 0 #ffffffff #85000000 std menu color cmdmark 0 #ffffffff #ee000000 std menu color cmdline 0 #ffffffff #ee000000 std # Do not display the actual menu unless the user presses a key. All that is displayed is a timeout message. menu tabmsg Press Tab for full configuration options on menu items. menu separator # insert an empty line menu separator # insert an empty line label linux menu default menu label ^Install Cloud kernel vmlinuz append initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet console=tty0 console=ttyS1,115200 label check menu label Test this ^media & install Cloud kernel vmlinuz append initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 rd.live.check quiet console=tty0 console=ttyS1,115200 menu end