-
Notifications
You must be signed in to change notification settings - Fork 2
/
rootmenu.cfg
147 lines (112 loc) · 3.47 KB
/
rootmenu.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
DEFAULT menu.c32
# ^ http://syslinux.zytor.com/wiki/index.php/Comboot/menu.c32
PROMPT 0
MENU TITLE FreeGeek Chicago
MENU COLOR disabled 1;37;44
MENU ROWS -11
MENU MARGIN 18
MENU TABMSGROW -1
MENU CMDLINEROW -1
MENU HELPMSGROW -3
MENU HELPMSGENDROW -1
##########################TESTING##############################
LABEL -
MENU LABEL Testing
MENU DISABLE
LABEL memtest86+
MENU LABEL ^Memtest86+ v4.20
MENU INDENT 1
KERNEL /memtest/memtest86+_420
TEXT HELP
Tests RAM. It will continue forever, but you can stop when the "passes" column
reaches "1" or more. If the "errors" column is "0", then the test passed.
ENDTEXT
LABEL -
MENU LABEL ^Darik's Boot and Nuke 2.2.6
MENU INDENT 1
KERNEL dban/dban-2.2.6_i586.bzi
APPEND nuke="dwipe" silent
TEXT HELP
Securely wipe all information from a hard drive, while simultaneously testing
that the drive is still good.
ENDTEXT
#LABEL -
# MENU LABEL ^Ranish Partition Manager
# MENU INDENT 8
# KERNEL ubcd/UBCD_50beta12/boot/syslinux/memdisk
# APPEND initrd=ubcd/UBCD_50beta12/ubcd/images/fdubcd.igz ubcdcmd=ranish
# TEXT HELP
# Lists the sizes of your hard drives.
#ENDTEXT
#LABEL -
# MENU LABEL ^CPU identification
# MENU INDENT 4
# KERNEL /modules/cpuidtest.c32
# TEXT HELP
# Display what CPU is installed.
#ENDTEXT
LABEL -
MENU LABEL
MENU DISABLE
##########################BUILD AND TEAR DOWN##############################
LABEL -
MENU LABEL Build, Teardown
MENU DISABLE
LABEL ^Ultimate Boot CD 5.1.1
MENU LABLEL Ultimate Boot CD 5.1.1
MENU INDENT 1
linux /memdisk
initrd /ubcd511.iso
append iso raw
LABEL -
MENU LABEL ^NSSI -- show CPU/RAM/HDD
MENU INDENT 1
KERNEL ubcd/UBCD_50beta12/boot/syslinux/memdisk
APPEND initrd=ubcd/UBCD_50beta12/ubcd/images/nssi.igz
TEXT HELP
Display the CPU speed, RAM size, and hard drive sizes.
(ignore/skip the first one or two warnings)
ENDTEXT
LABEL -
MENU LABEL ^Hardware Detection Tool
MENU INDENT 1
KERNEL /modules/hdt.c32
#APPEND modules=/modules/modules.pcimap pciids=/modules/pci.ids
APPEND pciids=/modules/pci.ids
TEXT HELP
Display the CPU speed, RAM size, and hard drive sizes.
ENDTEXT
LABEL -
MENU LABEL
MENU DISABLE
##########################OPERATING SYSTEM INSTALL##############################
LABEL -
MENU LABEL Install GNU + Linux OS
MENU DISABLE
LABEL -
MENU LABEL Install ^XUbuntu v12.04 64-Bit
MENU INDENT 1
KERNEL /ubuntu1204x64/linux
APPEND initrd=/ubuntu1204x64/initrd.gz auto=true priority=critical netcfg/get_hostname=freegeekchicago url=http://192.168.100.21/preseed/xubuntu1204x32.seed --
TEXT HELP
Install XUbuntu v12.04 64-bit w/ Preseed (Automated Install)
ENDTEXT
LABEL -
MENU LABEL
MENU DISABLE
##########################ADVANCED OPTIONS##############################
LABEL -
MENU LABEL ^Advanced Options
KERNEL menu.c32
APPEND /pxelinux.cfg/advanced.cfg
TEXT HELP
Boot options that aren't needed on a daily basis by most volunteers.
ENDTEXT
##########################LIVE BOOT##############################
LABEL -
MENU LABEL ^Live OS Boot
KERNEL menu.c32
APPEND /pxelinux.cfg/liveos.cfg
TEXT HELP
Boot a Live Operating System
ENDTEXT