8 |
# the menu itself for as long as the screen remains in graphics mode. |
# the menu itself for as long as the screen remains in graphics mode. |
9 |
menu clear |
menu clear |
10 |
menu background splash.png |
menu background splash.png |
11 |
menu title Koozali SME Server 10 alpha5 |
menu title Koozali SME Server 10 rc1 |
12 |
menu vshift 8 |
menu vshift 8 |
13 |
menu rows 18 |
menu rows 18 |
14 |
menu margin 8 |
menu margin 8 |
61 |
label linux |
label linux |
62 |
menu label ^Install Koozali SME Server 10 |
menu label ^Install Koozali SME Server 10 |
63 |
kernel vmlinuz |
kernel vmlinuz |
64 |
append initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg quiet |
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg |
65 |
|
|
66 |
|
label text |
67 |
|
menu label ^Install Koozali SME Server 10 in text mode |
68 |
|
kernel vmlinuz |
69 |
|
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg text |
70 |
|
|
71 |
label check |
label check |
72 |
menu label Test this ^media & install Koozali SME Server 10 |
menu label Test this ^media & install Koozali SME Server 10 |
73 |
menu default |
menu default |
74 |
kernel vmlinuz |
kernel vmlinuz |
75 |
append initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg rd.live.check quiet |
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server rd.live.check quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg |
76 |
|
|
77 |
menu separator # insert an empty line |
menu separator # insert an empty line |
78 |
|
|
88 |
Koozali SME Server 10. |
Koozali SME Server 10. |
89 |
endtext |
endtext |
90 |
kernel vmlinuz |
kernel vmlinuz |
91 |
append initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server inst.ks=hd:LABEL=SME\x20Server:/Packages/base/sme-kickstart.cfg xdriver=vesa nomodeset quiet |
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server xdriver=vesa nomodeset quiet inst.ks=hd:LABEL=SME\x20Server:/ks.cfg |
92 |
|
|
93 |
label rescue |
label rescue |
94 |
menu indent count 5 |
menu indent count 5 |
98 |
and edit config files to try to get it booting again. |
and edit config files to try to get it booting again. |
99 |
endtext |
endtext |
100 |
kernel vmlinuz |
kernel vmlinuz |
101 |
initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server rescue quiet |
append initrd=initrd.img inst.stage2=hd:LABEL=SME\x20Server rescue quiet |
102 |
|
|
103 |
label memtest |
label memtest |
104 |
menu label Run a ^memory test |
menu label Run a ^memory test |