]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/syslinux/syslinux.cfg
syslinux: add serial console output.
[people/pmueller/ipfire-2.x.git] / config / syslinux / syslinux.cfg
1 SERIAL 0 115200
2
3 UI vesamenu.c32
4 PROMPT 0
5 DEFAULT installer
6 TIMEOUT 600
7
8 MENU HSHIFT 0
9 MENU WIDTH 40
10 MENU MARGIN 1
11 MENU VSHIFT 8
12 MENU ROWS 10
13 MENU HELPMSGROW 16
14 MENU BACKGROUND boot.png
15 MENU CLEAR
16
17 # Coloring
18 MENU COLOR TITLE * #FFFFFFFF *
19 MENU COLOR BORDER * #00000000 #00000000 none
20 MENU COLOR SEL * #FFFFFFFF #FFE74C2E *
21 MENU COLOR HOTSEL 1;7;37;40 #FFFFFFFF #99E74C2E *
22 MENU COLOR TABMSG * #FFFFFFFF #00000000 *
23
24 MENU TITLE Welcome!
25
26 LABEL installer
27 MENU LABEL Install IPFire VERSION
28 TEXT HELP
29 Install the version of IPFire that is on this disk.
30 ENDTEXT
31 KERNEL vmlinuz
32 INITRD instroot
33 APPEND vga=791
34
35 MENU SEPARATOR
36
37 MENU BEGIN other
38 MENU TITLE Other installation options
39
40 LABEL other.back
41 MENU LABEL Back
42 MENU EXIT
43
44 MENU SEPARATOR
45
46 LABEL novga
47 MENU LABEL Install IPFire (text mode)
48 TEXT HELP
49 Run the installer in text mode.
50 ENDTEXT
51 KERNEL vmlinuz
52 INITRD instroot
53
54 LABEL unattended
55 MENU LABEL Unattended installation
56 TEXT HELP
57 Run an unattended installation.
58 ENDTEXT
59 KERNEL vmlinuz
60 INITRD instroot
61 APPEND unattended
62 MENU END
63
64 MENU BEGIN tools
65 MENU TITLE Tools
66
67 LABEL tools.back
68 MENU LABEL Back
69 MENU EXIT
70
71 MENU SEPARATOR
72
73 LABEL memtest
74 MENU LABEL memtest86+
75 TEXT HELP
76 Diagnose memory problems with memtest86+.
77 ENDTEXT
78 KERNEL memtest
79
80 LABEL hdt
81 MENU LABEL Hardware Detection Tool
82 TEXT HELP
83 Check your hardware with the Hardware Detection Tool!
84 ENDTEXT
85 KERNEL hdt.c32
86 MENU END
87
88 MENU BEGIN serial
89 MENU TITLE Serial console options
90
91 LABEL serial.back
92 MENU LABEL Back
93 MENU EXIT
94
95 MENU SEPARATOR
96
97 LABEL ipfire-serial
98 MENU LABEL Install IPFire (serial)
99 TEXT HELP
100 Run the installer with serial console.
101 ENDTEXT
102 KERNEL vmlinuz
103 INITRD instroot
104 APPEND console=ttyS0,115200 novga
105
106 LABEL unattended-serial
107 MENU LABEL Unattended installation (serial)
108 TEXT HELP
109 Run an unattended installation wit serial console.
110 ENDTEXT
111 KERNEL vmlinuz
112 INITRD instroot
113 APPEND console=ttyS0,115200 novga unattended
114
115 MENU SEPARATOR
116
117 LABEL memtest-serial
118 MENU LABEL memtest86+ (serial)
119 TEXT HELP
120 Diagnose memory problems with memtest86+ with serial console.
121 ENDTEXT
122 KERNEL memtest
123 APPEND console=ttyS0,115200
124
125 LABEL hdt-serial
126 MENU LABEL Hardware Detection Tool
127 TEXT HELP
128 Check your hardware with the Hardware Detection Tool!
129 ENDTEXT
130 KERNEL hdt.c32
131
132 MENU END
133
134 MENU SEPARATOR
135
136 LABEL netboot
137 MENU LABEL boot.ipfire.org
138 TEXT HELP
139 Boot from the IPFire Boot Server!
140 ENDTEXT
141 KERNEL netboot