-
Notifications
You must be signed in to change notification settings - Fork 0
/
default
158 lines (135 loc) · 3.96 KB
/
default
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
148
149
150
151
152
153
154
155
156
157
158
SERIAL 0 38400
DEFAULT vesamenu.c32
PROMPT 0
MENU TITLE Arch Linux (archboot)
MENU BACKGROUND splash.png
TIMEOUT 300
F1 boot.msg
F2 options.msg
MENU WIDTH 78
MENU MARGIN 4
MENU ROWS 10
MENU VSHIFT 9
MENU TIMEOUTROW 15
MENU TABMSGROW 16
MENU CMDLINEROW 17
MENU HELPMSGROW 18
MENU HELPMSGENDROW -1
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
LABEL help
TEXT HELP
For general information press F1 key.
For troubleshooting and other options press F2 key.
ENDTEXT
MENU LABEL Help
LABEL arch
TEXT HELP
Boot the Arch Linux (i686) archboot medium.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686)
LINUX /boot/vmlinuz
APPEND initrd=/boot/initrd.img rootdelay=10
LABEL arch64
TEXT HELP
Boot the Arch Linux (x86_64) archboot medium.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (x86_64)
LINUX /boot/vm64
APPEND initrd=/boot/initrd64.img rootdelay=10
LABEL centosi686
TEXT HELP
Boot the centos
It allows you to install CentOS Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Cent OS i686
LINUX /centos/vmlinuz
APPEND initrd=/centos/initrd.img
LABEL debiani686
TEXT HELP
Boot the Debian i686
It allows you to install Debian Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Debian i686
LINUX /debian/vmlinuz
APPEND initrd=/debian/initrd.gz
LABEL ubuntu10.04
TEXT HELP
Install the Ubuntu 10.04 i686
It allows you to install Ubuntu Linux or perform system maintenance.
ENDTEXT
MENU LABEL Install Ubuntu 10.04
LINUX /ubuntu/10.04/linux
APPEND initrd=/ubuntu/10.04/initrd.gz ks=http://192.168.1.1/netinst/ubuntu/10.04/ks.cfg
LABEL ubuntu10.04
TEXT HELP
Install the Ubuntu 10.04 i686 (Clear all your disk partition, caution!)
It allows you to install Ubuntu Linux or perform system maintenance.
ENDTEXT
MENU LABEL Install the Ubuntu 10.04 i686 (Clear all your disk partition, caution!)
LINUX /ubuntu/10.04/linux
APPEND initrd=/ubuntu/10.04/initrd.gz ks=http://192.168.1.1/netinst/ubuntu/10.04/ksAllDisks.cfg
LABEL ubuntu10.10
TEXT HELP
Boot the Ubuntu 10.10 i686
It allows you to install Ubuntu Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Ubuntu 10.10
LINUX /ubuntu/10.10/linux
APPEND initrd=/ubuntu/10.10/initrd.gz
LABEL ubuntu11.04
TEXT HELP
Boot the Ubuntu 11.04 i686
It allows you to install Ubuntu Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Ubuntu 11.04
LINUX /ubuntu/11.04/linux
APPEND initrd=/ubuntu/11.04/initrd.gz
LABEL ubuntu11.10
TEXT HELP
Boot the Ubuntu 11.10 i686
It allows you to install Ubuntu Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Ubuntu 11.10
LINUX /ubuntu/11.10/linux
APPEND initrd=/ubuntu/11.10/initrd.gz
LABEL kickstartCentos
MENU LABEL kickstartCentOS
LINUX /centos/vmlinuz
APPEND ks=nfs:192.168.1.1:/netinst/ks.cfg initrd=/centos/initrd.img
LABEL kickstartCentos
MENU LABEL kickstartCentOS auto partition, may be dangerous to your disk!
LINUX /centos/vmlinuz
APPEND ks=nfs:192.168.1.1:/netinst/ksAllAuto.cfg initrd=/centos/initrd.img
LABEL existing
TEXT HELP
Boot an existing operating system. Press TAB to edit the disk and partition
number to boot.
ENDTEXT
MENU LABEL Boot existing OS
COM32 chain.c32
APPEND hd0 0
# http://www.memtest.org/
LABEL memtest
MENU LABEL Run Memtest86+ (RAM test)
LINUX /boot/memtest
LABEL hdt
MENU LABEL Run HDT (Hardware Detection Tool)
COM32 hdt.c32
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32
LABEL poweroff
MENU LABEL Power Off
COMBOOT poweroff.com
ONTIMEOUT arch