/[smeserver]/cdrom.image/sme10/isolinux/isolinux.cfg
ViewVC logotype

Contents of /cdrom.image/sme10/isolinux/isolinux.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Wed Nov 25 13:33:10 2020 UTC (3 years, 6 months ago) by chrissn
Branch: MAIN
Changes since 1.4: +5 -0 lines
* Wed Nov 25 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net>
- Added RAID support for BIOS and EFI installs
- Added text install option for BIOS and EFI installs

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 alpha5
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 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
65
66 label text
67 menu label ^Install Koozali SME Server 10 in text mode
68 kernel vmlinuz
69 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 text quiet
70
71 label check
72 menu label Test this ^media & install Koozali SME Server 10
73 menu default
74 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
76
77 menu separator # insert an empty line
78
79 # utilities submenu
80 menu begin ^Troubleshooting
81 menu title Troubleshooting
82
83 label vesa
84 menu indent count 5
85 menu label Install Koozali SME Server 10 in ^basic graphics mode
86 text help
87 Try this option out if you're having trouble installing
88 Koozali SME Server 10.
89 endtext
90 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
92
93 label rescue
94 menu indent count 5
95 menu label ^Rescue a Koozali SME Server system
96 text help
97 If the system will not boot, this lets you access files
98 and edit config files to try to get it booting again.
99 endtext
100 kernel vmlinuz
101 initrd=initrd.img initcall_blacklist=clocksource_done_booting inst.stage2=hd:LABEL=SME\x20Server rescue quiet
102
103 label memtest
104 menu label Run a ^memory test
105 text help
106 If your system is having issues, a problem with your
107 system's memory may be the cause. Use this utility to
108 see if the memory is working correctly.
109 endtext
110 kernel memtest
111
112 menu separator # insert an empty line
113
114 label local
115 menu label Boot from ^local drive
116 localboot 0xffff
117
118 menu separator # insert an empty line
119 menu separator # insert an empty line
120
121 label returntomain
122 menu label Return to ^main menu
123 menu exit
124
125 menu end

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed