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 Koozali SME Server 10.0 |
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 Koozali SME Server 10 |
63 |
text help |
64 |
Default GUI install uses kick-start to prepare your disk, |
65 |
then will let you setup the repo that you want to install from. |
66 |
If you use the GUI partitioning menu, it will use the CentOS default |
67 |
instead of our settings, and you will need to restart the installer. |
68 |
endtext |
69 |
kernel vmlinuz |
70 |
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg |
71 |
|
72 |
label text |
73 |
menu label ^Install Koozali SME Server 10 in text mode |
74 |
text help |
75 |
This text interface uses a kick-start to prepare your disk, |
76 |
then let you setup the repo that you want. If you use the |
77 |
partitioning menu, it will use the CentOS default instead |
78 |
of our settings, and you will need to restart the installer. |
79 |
endtext |
80 |
kernel vmlinuz |
81 |
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg text |
82 |
|
83 |
label check |
84 |
menu label Test this ^media & install Koozali SME Server 10 |
85 |
menu default |
86 |
kernel vmlinuz |
87 |
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server rd.live.check quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg |
88 |
|
89 |
menu separator # insert an empty line |
90 |
|
91 |
# utilities submenu |
92 |
menu begin ^Troubleshooting |
93 |
menu title Troubleshooting |
94 |
|
95 |
label vesa |
96 |
menu indent count 5 |
97 |
menu label Install Koozali SME Server 10 in ^basic graphics mode |
98 |
text help |
99 |
Try this option out if you're having trouble installing |
100 |
Koozali SME Server 10. |
101 |
endtext |
102 |
kernel vmlinuz |
103 |
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server xdriver=vesa nomodeset quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg |
104 |
|
105 |
label rescue |
106 |
menu indent count 5 |
107 |
menu label ^Rescue a Koozali SME Server system |
108 |
text help |
109 |
If the system will not boot, this lets you access files |
110 |
and edit config files to try to get it booting again. |
111 |
endtext |
112 |
kernel vmlinuz |
113 |
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server rescue quiet |
114 |
|
115 |
label memtest |
116 |
menu label Run a ^memory test |
117 |
text help |
118 |
If your system is having issues, a problem with your |
119 |
system's memory may be the cause. Use this utility to |
120 |
see if the memory is working correctly. |
121 |
endtext |
122 |
kernel memtest |
123 |
|
124 |
menu separator # insert an empty line |
125 |
|
126 |
label local |
127 |
menu label Boot from ^local drive |
128 |
localboot 0xffff |
129 |
|
130 |
menu separator # insert an empty line |
131 |
menu separator # insert an empty line |
132 |
|
133 |
label returntomain |
134 |
menu label Return to ^main menu |
135 |
menu exit |
136 |
|
137 |
menu end |