gopkg.in/hugelgupf/u-root.v2@v2.0.0-20180831055005-3f8fdb0ce09d/pkg/diskboot/testdata/qubes-3.2-install/isolinux/isolinux.cfg (about)

     1  default vesamenu.c32
     2  timeout 600
     3  
     4  display boot.msg
     5  
     6  # Clear the screen when exiting the menu, instead of leaving the menu displayed.
     7  # For vesamenu, this means the graphical background is still displayed without
     8  # the menu itself for as long as the screen remains in graphics mode.
     9  menu clear
    10  menu background splash.png
    11  menu title Qubes R3.2
    12  menu vshift 8
    13  menu rows 18
    14  menu margin 8
    15  #menu hidden
    16  menu helpmsgrow 15
    17  menu tabmsgrow 13
    18  
    19  # Border Area
    20  menu color border * #00000000 #00000000 none
    21  
    22  # Selected item
    23  menu color sel 0 #ffffffff #00000000 none
    24  
    25  # Title bar
    26  menu color title 0 #ff7ba3d0 #00000000 none
    27  
    28  # Press [Tab] message
    29  menu color tabmsg 0 #ff3a6496 #00000000 none
    30  
    31  # Unselected menu item
    32  menu color unsel 0 #84b8ffff #00000000 none
    33  
    34  # Selected hotkey
    35  menu color hotsel 0 #84b8ffff #00000000 none
    36  
    37  # Unselected hotkey
    38  menu color hotkey 0 #ffffffff #00000000 none
    39  
    40  # Help text
    41  menu color help 0 #ffffffff #00000000 none
    42  
    43  # A scrollbar of some type? Not sure.
    44  menu color scrollbar 0 #ffffffff #ff355594 none
    45  
    46  # Timeout msg
    47  menu color timeout 0 #ffffffff #00000000 none
    48  menu color timeout_msg 0 #ffffffff #00000000 none
    49  
    50  # Command prompt text
    51  menu color cmdmark 0 #84b8ffff #00000000 none
    52  menu color cmdline 0 #ffffffff #00000000 none
    53  
    54  # Do not display the actual menu unless the user presses a key. All that is displayed is a timeout message.
    55  
    56  menu tabmsg Press Tab for full configuration options on menu items.
    57  
    58  menu separator # insert an empty line
    59  menu separator # insert an empty line
    60  
    61  label linux
    62    menu label ^Install Qubes R3.2
    63    kernel mboot.c32
    64    append xen.gz console=none --- vmlinuz inst.stage2=hd:LABEL=Qubes-R3.2-x86_64 i915.preliminary_hw_support=1 quiet rhgb --- initrd.img
    65  label check
    66    menu label Test this ^media & install Qubes R3.2
    67    menu default
    68    kernel mboot.c32
    69    append xen.gz console=none --- vmlinuz inst.stage2=hd:LABEL=Qubes-R3.2-x86_64 i915.preliminary_hw_support=1 quiet rhgb rd.live.check --- initrd.img
    70  
    71  menu separator # insert an empty line
    72  
    73  # utilities submenu
    74  menu begin ^Troubleshooting
    75    menu title Troubleshooting
    76  
    77  label vesa
    78    menu indent count 5
    79    menu label Install Qubes R3.2 in ^basic graphics mode
    80    text help
    81  	Try this option out if you're having trouble installing
    82  	Qubes R3.2.
    83    endtext
    84    kernel mboot.c32
    85    append xen.gz --- vmlinuz inst.stage2=hd:LABEL=Qubes-R3.2-x86_64 xdriver=vesa nomodeset quiet --- initrd.img
    86  
    87  label rescue
    88    menu indent count 5
    89    menu label ^Rescue a Qubes system
    90    text help
    91  	If the system will not boot, this lets you access files
    92  	and edit config files to try to get it booting again.
    93    endtext
    94    kernel mboot.c32
    95    append xen.gz --- vmlinuz inst.stage2=hd:LABEL=Qubes-R3.2-x86_64 rescue quiet --- initrd.img
    96  
    97  label memtest
    98    menu label Run a ^memory test
    99    text help
   100  	If your system is having issues, a problem with your
   101  	system's memory may be the cause. Use this utility to
   102  	see if the memory is working correctly.
   103    endtext
   104    kernel memtest
   105  
   106  menu separator # insert an empty line
   107  
   108  label local
   109    menu label Boot from ^local drive
   110    localboot 0xffff
   111  
   112  menu separator # insert an empty line
   113  menu separator # insert an empty line
   114  
   115  label returntomain
   116    menu label Return to ^main menu
   117    menu exit
   118  
   119  menu end