blob: adcaf94db808deb0ab57bd803b25daa6806f0d1c [file] [log] [blame]
Greg Hartman76d05dc2016-11-23 15:51:27 -08001.TH SYSLINUX 1 "19 July 2010" "SYSLINUX"
2.SH NAME
3syslinux \- install the \s-1SYSLINUX\s+1 bootloader on a FAT filesystem
4.SH SYNOPSIS
5.B syslinux
6[\fBOPTIONS\fP]
7.I device
8.SH DESCRIPTION
9\fBSyslinux\fP is a boot loader for the Linux operating system which
10operates off an MS-DOS/Windows FAT filesystem. It is intended to
11simplify first-time installation of Linux, and for creation of rescue
12and other special-purpose boot disks.
13.PP
14In order to create a bootable Linux floppy using \fBSyslinux\fP, prepare a
15normal MS-DOS formatted floppy. Copy one or more Linux kernel files to
16it, then execute the command:
17.IP
18.B syslinux \-\-install /dev/fd0
19.PP
20This will alter the boot sector on the disk and copy a file named
21.I ldlinux.sys
22into its root directory.
23.PP
24On boot time, by default, the kernel will be loaded from the image named
25LINUX on the boot floppy. This default can be changed, see the section
26on the \fBsyslinux\fP configuration file.
27.PP
28If the Shift or Alt keys are held down during boot, or the Caps or Scroll
29locks are set, \fBsyslinux\fP will display a
30.BR lilo (8)
31-style "boot:" prompt. The user can then type a kernel file name
32followed by any kernel parameters. The \s-1SYSLINUX\s+1 bootloader
33does not need to know about the kernel file in advance; all that is
34required is that it is a file located in the root directory on the
35disk.
36.PP
37\fBSyslinux\fP supports the loading of initial ramdisks (initrd) and the
38bzImage kernel format.
39.SH OPTIONS
40.TP
41\fB\-i\fP, \fB\-\-install\fP
42Install \s-1SYSLINUX\s+1 on a new medium, overwriting any previously
43installed bootloader.
44.TP
45\fB\-U\fP, \fB\-\-update\fP
46Install \s-1SYSLINUX\s+1 on a new medium if and only if a version of
47\s-1SYSLINUX\s+1 is already installed.
48.TP
49\fB\-s\fP, \fB\-\-stupid\fP
50Install a "safe, slow and stupid" version of \s-1SYSLINUX\s+1. This version may
51work on some very buggy BIOSes on which \s-1SYSLINUX\s+1 would otherwise fail.
52If you find a machine on which the \-s option is required to make it boot
53reliably, please send as much info about your machine as you can, and include
54the failure mode.
55.TP
56\fB\-f\fP, \fB\-\-force\fP
57Force install even if it appears unsafe.
58.TP
59\fB\-r\fP, \fB\-\-raid\fB
60RAID mode. If boot fails, tell the BIOS to boot the next device in
61the boot sequence (usually the next hard disk) instead of stopping
62with an error message. This is useful for RAID-1 booting.
63.TP
64\fB\-d\fP, \fB\-\-directory\fP \fIsubdirectory\fP
65Install the \s-1SYSLINUX\s+1 control files in a subdirectory with the
66specified name (relative to the root directory on the device).
67.TP
68\fB\-t\fP, \fB\-\-offset\fP \fIoffset\fP
69Indicates that the filesystem is at an offset from the base of the
70device or file.
71.TP
72\fB\-\-once\fP \fIcommand\fP
73Declare a boot command to be tried on the first boot only.
74.TP
75\fB\-O\fP, \fB\-\-clear-once\fP
76Clear the boot-once command.
77.TP
78\fB\-H\fP, \fB\-\-heads\fP \fIhead-count\fP
79Override the detected number of heads for the geometry.
80.TP
81\fB\-S\fP, \fB\-\-sectors\fP \fIsector-count\fP
82Override the detected number of sectors for the geometry.
83.TP
84\fB\-z\fP, \fB\-\-zipdrive\fP
85Assume zipdrive geometry (\fI\-\-heads 64 \-\-sectors 32).
86.SH FILES
87.SS "Configuration file"
88All the configurable defaults in \s-1SYSLINUX\s+1 can be changed by putting a
89file called
90.B syslinux.cfg
91in the install directory of the boot disk. This
92is a text file in either UNIX or DOS format, containing one or more of
93the following items (case is insensitive for keywords).
94.PP
95This list is out of date.
96.PP
97In the configuration file blank lines and comment lines beginning
98with a hash mark (#) are ignored.
99.TP
100\fBdefault\fP \fIkernel\fP [ \fIoptions ...\fP ]
101Sets the default command line. If \fBsyslinux\fP boots automatically,
102it will act just as if the entries after "default" had been typed in
103at the "boot:" prompt.
104.IP
105If no DEFAULT or UI statement is found, or the configuration file is missing
106entirely, \s-1SYSLINUX\s+1 drops to the boot: prompt with an error message (if
107NOESCAPE is set, it stops with a "boot failed" message; this is also the case
108for PXELINUX if the configuration file is not found.)
109.TP
110NOTE: Until \s-1SYSLINUX\s+1 3.85, if no configuration file is present, or no
111"default" entry is present in the configuration file, the default is
112"linux auto".
113.TP
114Even earlier versions of \s-1SYSLINUX\s+1 used to automatically
115append the string "auto" to whatever the user specified using
116the DEFAULT command. As of version 1.54, this is no longer
117true, as it caused problems when using a shell as a substitute
118for "init." You may want to include this option manually.
119.TP
120.BI append " options ..."
121Add one or more \fIoptions\fP to the kernel command line. These are added both
122for automatic and manual boots. The options are added at the very beginning of
123the kernel command line, usually permitting explicitly entered kernel options
124to override them. This is the equivalent of the
125.BR lilo (8)
126 "append" option.
127.PP
128.nf
129.BI label\ label
130.RS 2
131.BI kernel\ image
132.BI append\ options\ ...
133.RE
134.fi
135.RS
136Indicates that if \fIlabel\fP is entered as the kernel to boot, \fBsyslinux\fP should
137instead boot \fIimage\fP, and the specified "append" options should be used
138instead of the ones specified in the global section of the file (before the
139first "label" command.) The default for \fIimage\fP is the same as \fIlabel\fP,
140and if no "append" is given the default is to use the global entry (if any).
141Use "append -" to use no options at all. Up to 128 "label" entries are
142permitted.
143.IP
144The "image" doesn't have to be a Linux kernel; it can be a boot sector (see below.)
145.RE
146.TP
147.BI implicit\ flag_val
148If \fIflag_val\fP is 0, do not load a kernel image unless it has been
149explicitly named in a "label" statement. The default is 1.
150.TP
151.BI timeout\ timeout
152Indicates how long to wait at the "boot:" prompt until booting automatically, in
153units of 1/10 s. The timeout is cancelled as soon as the user types anything
154on the keyboard, the assumption being that the user will complete the command
155line already begun. A timeout of zero will disable the timeout completely,
156this is also the default. The maximum possible timeout value is 35996;
157corresponding to just below one hour.
158.TP
159\fBserial\fP \fIport\fP [ \fIbaudrate\fP ]
160Enables a serial port to act as the console. "port" is a number (0 = /dev/ttyS0
161= COM1, etc.); if "baudrate" is omitted, the baud rate defaults to 9600 bps.
162The serial parameters are hardcoded to be 8 bits, no parity, 1 stop bit.
163.IP
164For this directive to be guaranteed to work properly, it
165should be the first directive in the configuration file.
166.TP
167.BI font\ filename
168Load a font in .psf format before displaying any output (except the copyright
169line, which is output as ldlinux.sys itself is loaded.) \fBsyslinux\fP only loads
170the font onto the video card; if the .psf file contains a Unicode table it is
171ignored. This only works on EGA and VGA cards; hopefully it should do nothing
172on others.
173.TP
174.BI kbdmap\ keymap
175Install a simple keyboard map. The keyboard remapper used is \fIvery\fP
176simplistic (it simply remaps the keycodes received from the BIOS, which means
177that only the key combinations relevant in the default layout \- usually U.S.
178English \- can be mapped) but should at least help people with AZERTY keyboard
179layout and the locations of = and , (two special characters used heavily on the
180Linux kernel command line.)
181.IP
182The included program
183.BR keytab-lilo.pl (8)
184from the
185.BR lilo (8)
186 distribution can be used to create such keymaps.
187.TP
188.BI display\ filename
189Displays the indicated file on the screen at boot time (before the boot:
190prompt, if displayed). Please see the section below on DISPLAY files. If the
191file is missing, this option is simply ignored.
192.TP
193.BI prompt\ flag_val
194If \fIflag_val\fP is 0, display the "boot:" prompt only if the Shift or Alt key
195is pressed, or Caps Lock or Scroll lock is set (this is the default). If
196\fIflag_val\fP is 1, always display the "boot:" prompt.
197.PP
198.nf
199.BI f1\ filename
200.BI f2\ filename
201.I ...
202.BI f9\ filename
203.BI f10\ filename
204.BI f11\ filename
205.BI f12\ filename
206.fi
207.RS
208Displays the indicated file on the screen when a function key is pressed at the
209"boot:" prompt. This can be used to implement pre-boot online help (presumably
210for the kernel command line options.)
211.RE
212.IP
213When using the serial console, press \fI<Ctrl-F><digit>\fP to get to
214the help screens, e.g. \fI<Ctrl-F>2\fP to get to the f2 screen. For
215f10-f12, hit \fI<Ctrl-F>A\fP, \fI<Ctrl-F>B\fP, \fI<Ctrl-F>C\fP. For
216compatiblity with earlier versions, f10 can also be entered as
217\fI<Ctrl-F>0\fP.
218.SS "Display file format"
219DISPLAY and function-key help files are text files in either DOS or UNIX
220format (with or without \fI<CR>\fP). In addition, the following special codes
221are interpreted:
222.TP
223\fI<FF>\fP = \fI<Ctrl-L>\fP = ASCII 12
224Clear the screen, home the cursor. Note that the screen is
225filled with the current display color.
226.TP
227\fI<SI><bg><fg>\fP, \fI<SI>\fP = \fI<Ctrl-O>\fP = ASCII 15
228Set the display colors to the specified background and foreground colors, where
229\fI<bg>\fP and \fI<fg>\fP are hex digits, corresponding to the standard PC
230display attributes:
231.IP
232.nf
233.ta \w'5 = dark purple 'u
2340 = black 8 = dark grey
2351 = dark blue 9 = bright blue
2362 = dark green a = bright green
2373 = dark cyan b = bright cyan
2384 = dark red c = bright red
2395 = dark purple d = bright purple
2406 = brown e = yellow
2417 = light grey f = white
242.fi
243.IP
244Picking a bright color (8-f) for the background results in the
245corresponding dark color (0-7), with the foreground flashing.
246.IP
247colors are not visible over the serial console.
248.TP
249\fI<CAN>\fPfilename\fI<newline>\fP, \fI<CAN>\fP = \fI<Ctrl-X>\fP = ASCII 24
250If a VGA display is present, enter graphics mode and display
251the graphic included in the specified file. The file format
252is an ad hoc format called LSS16; the included Perl program
253"ppmtolss16" can be used to produce these images. This Perl
254program also includes the file format specification.
255.IP
256The image is displayed in 640x480 16-color mode. Once in
257graphics mode, the display attributes (set by \fI<SI>\fP code
258sequences) work slightly differently: the background color is
259ignored, and the foreground colors are the 16 colors specified
260in the image file. For that reason, ppmtolss16 allows you to
261specify that certain colors should be assigned to specific
262color indicies.
263.IP
264Color indicies 0 and 7, in particular, should be chosen with
265care: 0 is the background color, and 7 is the color used for
266the text printed by \s-1SYSLINUX\s+1 itself.
267.TP
268\fI<EM>\fP, \fI<EM>\fP = \fI<Ctrl-U>\fP = ASCII 25
269If we are currently in graphics mode, return to text mode.
270.TP
271\fI<DLE>\fP..\fI<ETB>\fB, \fI<Ctrl-P>\fP..\fI<Ctrl-W>\fP = ASCII 16-23
272These codes can be used to select which modes to print a
273certain part of the message file in. Each of these control
274characters select a specific set of modes (text screen,
275graphics screen, serial port) for which the output is actually
276displayed:
277.IP
278.nf
279Character Text Graph Serial
280------------------------------------------------------
281<DLE> = <Ctrl-P> = ASCII 16 No No No
282<DC1> = <Ctrl-Q> = ASCII 17 Yes No No
283<DC2> = <Ctrl-R> = ASCII 18 No Yes No
284<DC3> = <Ctrl-S> = ASCII 19 Yes Yes No
285<DC4> = <Ctrl-T> = ASCII 20 No No Yes
286<NAK> = <Ctrl-U> = ASCII 21 Yes No Yes
287<SYN> = <Ctrl-V> = ASCII 22 No Yes Yes
288<ETB> = <Ctrl-W> = ASCII 23 Yes Yes Yes
289.fi
290.IP
291For example:
292.nf
293<DC1>Text mode<DC2>Graphics mode<DC4>Serial port<ETB>
294.fi
295 ... will actually print out which mode the console is in!
296.TP
297\fI<SUB>\fP = \fI<Ctrl-Z>\fP = ASCII 26
298End of file (DOS convention).
299.SS Other operating systems
300This version of \fBsyslinux\fP supports chain loading of other operating
301systems (such as MS-DOS and its derivatives, including Windows 95/98).
302.PP
303Chain loading requires the boot sector of the foreign operating system
304to be stored in a file in the root directory of the filesystem.
305Because neither Linux kernels, nor boot sector images have reliable magic
306numbers, \fBsyslinux\fP will look at the file
307extension. The following extensions are recognised:
308.PP
309.nf
310.ta \w'none or other 'u
311none or other Linux kernel image
312BSS Boot sector (DOS superblock will be patched in)
313BS Boot sector
314.fi
315.PP
316For filenames given on the command line, \fBsyslinux\fP will search for the
317file by adding extensions in the order listed above if the plain
318filename is not found. Filenames in KERNEL statements must be fully
319qualified.
320.PP
321.SS Novice protection
322\fBSyslinux\fP will attempt to detect if the user is trying to boot on a 286
323or lower class machine, or a machine with less than 608K of low ("DOS")
324RAM (which means the Linux boot sequence cannot complete). If so, a
325message is displayed and the boot sequence aborted. Holding down the
326Ctrl key while booting disables this feature.
327.PP
328The compile time and date of a specific \fBsyslinux\fP version can be obtained
329by the DOS command "type ldlinux.sys". This is also used as the
330signature for the LDLINUX.SYS file, which must match the boot sector
331.PP
332Any file that \fBsyslinux\fP uses can be marked hidden, system or readonly if
333so is convenient; \fBsyslinux\fP ignores all file attributes. The \s-1SYSLINUX\s+1
334installed automatically sets the readonly attribute on LDLINUX.SYS.
335.SS Bootable CD-ROMs
336\s-1SYSLINUX\s+1 can be used to create bootdisk images for El
337Torito-compatible bootable CD-ROMs. However, it appears that many
338BIOSes are very buggy when it comes to booting CD-ROMs. Some users
339have reported that the following steps are helpful in making a CD-ROM
340that is bootable on the largest possible number of machines:
341.IP \(bu
342Use the -s (safe, slow and stupid) option to \s-1SYSLINUX\s+1
343.IP \(bu
344Put the boot image as close to the beginning of the
345ISO 9660 filesystem as possible.
346.PP
347A CD-ROM is so much faster than a floppy that the -s option shouldn't
348matter from a speed perspective.
349.PP
350Of course, you probably want to use ISOLINUX instead. See the
351documentation file
352.BR isolinux.doc .
353.SS Booting from a FAT partition on a hard disk
354\s-1SYSLINUX\s+1 can boot from a FAT filesystem partition on a hard
355disk (including FAT32). The installation procedure is identical to the
356procedure for installing it on a floppy, and should work under either
357DOS or Linux. To boot from a partition, \s-1SYSLINUX\s+1 needs to be
358launched from a Master Boot Record or another boot loader, just like
359DOS itself would. A sample master boot sector (\fBmbr.bin\fP) is
360included with \s-1SYSLINUX\s+1.
361.SH BUGS
362I would appreciate hearing of any problems you have with \s-1SYSLINUX\s+1. I
363would also like to hear from you if you have successfully used \s-1SYSLINUX\s+1,
364especially if you are using it for a distribution.
365.PP
366If you are reporting problems, please include all possible information
367about your system and your BIOS; the vast majority of all problems
368reported turn out to be BIOS or hardware bugs, and I need as much
369information as possible in order to diagnose the problems.
370.PP
371There is a mailing list for discussion among \s-1SYSLINUX\s+1 users and for
372announcements of new and test versions. To join, send a message to
373majordomo@linux.kernel.org with the line:
374.PP
375.B subscribe syslinux
376.PP
377in the body of the message. The submission address is syslinux@linux.kernel.org.
378.SH SEE ALSO
379.BR lilo (8),
380.BR keytab-lilo.pl (8),
381.BR fdisk (8),
382.BR mkfs (8),
383.BR superformat (1).
384.SH AUTHOR
385This manual page is a modified version of the original \fBsyslinux\fP
386documentation by H. Peter Anvin <hpa@zytor.com>. The conversion to a manpage
387was made by Arthur Korn <arthur@korn.ch>.