1.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.TP 144.B Notes: 145Labels are mangled as if they were DOS filenames, and must be unique after 146mangling. For example, two labels "v2.1.30" and "v2.1.31" will not be 147distinguishable. 148.IP 149The "image" doesn't have to be a Linux kernel; it can be a boot sector or a 150COMBOOT file (see below.) 151.RE 152.TP 153.BI implicit\ flag_val 154If \fIflag_val\fP is 0, do not load a kernel image unless it has been 155explicitly named in a "label" statement. The default is 1. 156.TP 157.BI timeout\ timeout 158Indicates how long to wait at the "boot:" prompt until booting automatically, in 159units of 1/10 s. The timeout is cancelled as soon as the user types anything 160on the keyboard, the assumption being that the user will complete the command 161line already begun. A timeout of zero will disable the timeout completely, 162this is also the default. The maximum possible timeout value is 35996; 163corresponding to just below one hour. 164.TP 165\fBserial\fP \fIport\fP [ \fIbaudrate\fP ] 166Enables a serial port to act as the console. "port" is a number (0 = /dev/ttyS0 167= COM1, etc.); if "baudrate" is omitted, the baud rate defaults to 9600 bps. 168The serial parameters are hardcoded to be 8 bits, no parity, 1 stop bit. 169.IP 170For this directive to be guaranteed to work properly, it 171should be the first directive in the configuration file. 172.TP 173.BI font\ filename 174Load a font in .psf format before displaying any output (except the copyright 175line, which is output as ldlinux.sys itself is loaded.) \fBsyslinux\fP only loads 176the font onto the video card; if the .psf file contains a Unicode table it is 177ignored. This only works on EGA and VGA cards; hopefully it should do nothing 178on others. 179.TP 180.BI kbdmap\ keymap 181Install a simple keyboard map. The keyboard remapper used is \fIvery\fP 182simplistic (it simply remaps the keycodes received from the BIOS, which means 183that only the key combinations relevant in the default layout \- usually U.S. 184English \- can be mapped) but should at least help people with AZERTY keyboard 185layout and the locations of = and , (two special characters used heavily on the 186Linux kernel command line.) 187.IP 188The included program 189.BR keytab-lilo.pl (8) 190from the 191.BR lilo (8) 192 distribution can be used to create such keymaps. 193.TP 194.BI display\ filename 195Displays the indicated file on the screen at boot time (before the boot: 196prompt, if displayed). Please see the section below on DISPLAY files. If the 197file is missing, this option is simply ignored. 198.TP 199.BI prompt\ flag_val 200If \fIflag_val\fP is 0, display the "boot:" prompt only if the Shift or Alt key 201is pressed, or Caps Lock or Scroll lock is set (this is the default). If 202\fIflag_val\fP is 1, always display the "boot:" prompt. 203.PP 204.nf 205.BI f1\ filename 206.BI f2\ filename 207.I ... 208.BI f9\ filename 209.BI f10\ filename 210.BI f11\ filename 211.BI f12\ filename 212.fi 213.RS 214Displays the indicated file on the screen when a function key is pressed at the 215"boot:" prompt. This can be used to implement pre-boot online help (presumably 216for the kernel command line options.) 217.RE 218.IP 219When using the serial console, press \fI<Ctrl-F><digit>\fP to get to 220the help screens, e.g. \fI<Ctrl-F>2\fP to get to the f2 screen. For 221f10-f12, hit \fI<Ctrl-F>A\fP, \fI<Ctrl-F>B\fP, \fI<Ctrl-F>C\fP. For 222compatiblity with earlier versions, f10 can also be entered as 223\fI<Ctrl-F>0\fP. 224.SS "Display file format" 225DISPLAY and function-key help files are text files in either DOS or UNIX 226format (with or without \fI<CR>\fP). In addition, the following special codes 227are interpreted: 228.TP 229\fI<FF>\fP = \fI<Ctrl-L>\fP = ASCII 12 230Clear the screen, home the cursor. Note that the screen is 231filled with the current display color. 232.TP 233\fI<SI><bg><fg>\fP, \fI<SI>\fP = \fI<Ctrl-O>\fP = ASCII 15 234Set the display colors to the specified background and foreground colors, where 235\fI<bg>\fP and \fI<fg>\fP are hex digits, corresponding to the standard PC 236display attributes: 237.IP 238.nf 239.ta \w'5 = dark purple 'u 2400 = black 8 = dark grey 2411 = dark blue 9 = bright blue 2422 = dark green a = bright green 2433 = dark cyan b = bright cyan 2444 = dark red c = bright red 2455 = dark purple d = bright purple 2466 = brown e = yellow 2477 = light grey f = white 248.fi 249.IP 250Picking a bright color (8-f) for the background results in the 251corresponding dark color (0-7), with the foreground flashing. 252.IP 253colors are not visible over the serial console. 254.TP 255\fI<CAN>\fPfilename\fI<newline>\fP, \fI<CAN>\fP = \fI<Ctrl-X>\fP = ASCII 24 256If a VGA display is present, enter graphics mode and display 257the graphic included in the specified file. The file format 258is an ad hoc format called LSS16; the included Perl program 259"ppmtolss16" can be used to produce these images. This Perl 260program also includes the file format specification. 261.IP 262The image is displayed in 640x480 16-color mode. Once in 263graphics mode, the display attributes (set by \fI<SI>\fP code 264sequences) work slightly differently: the background color is 265ignored, and the foreground colors are the 16 colors specified 266in the image file. For that reason, ppmtolss16 allows you to 267specify that certain colors should be assigned to specific 268color indicies. 269.IP 270Color indicies 0 and 7, in particular, should be chosen with 271care: 0 is the background color, and 7 is the color used for 272the text printed by \s-1SYSLINUX\s+1 itself. 273.TP 274\fI<EM>\fP, \fI<EM>\fP = \fI<Ctrl-U>\fP = ASCII 25 275If we are currently in graphics mode, return to text mode. 276.TP 277\fI<DLE>\fP..\fI<ETB>\fB, \fI<Ctrl-P>\fP..\fI<Ctrl-W>\fP = ASCII 16-23 278These codes can be used to select which modes to print a 279certain part of the message file in. Each of these control 280characters select a specific set of modes (text screen, 281graphics screen, serial port) for which the output is actually 282displayed: 283.IP 284.nf 285Character Text Graph Serial 286------------------------------------------------------ 287<DLE> = <Ctrl-P> = ASCII 16 No No No 288<DC1> = <Ctrl-Q> = ASCII 17 Yes No No 289<DC2> = <Ctrl-R> = ASCII 18 No Yes No 290<DC3> = <Ctrl-S> = ASCII 19 Yes Yes No 291<DC4> = <Ctrl-T> = ASCII 20 No No Yes 292<NAK> = <Ctrl-U> = ASCII 21 Yes No Yes 293<SYN> = <Ctrl-V> = ASCII 22 No Yes Yes 294<ETB> = <Ctrl-W> = ASCII 23 Yes Yes Yes 295.fi 296.IP 297For example: 298.nf 299<DC1>Text mode<DC2>Graphics mode<DC4>Serial port<ETB> 300.fi 301 ... will actually print out which mode the console is in! 302.TP 303\fI<SUB>\fP = \fI<Ctrl-Z>\fP = ASCII 26 304End of file (DOS convention). 305.SS Comboot Images and other operating systems 306This version of \fBsyslinux\fP supports chain loading of other operating 307systems (such as MS-DOS and its derivatives, including Windows 95/98), 308as well as COMBOOT-style standalone executables (a subset of DOS .COM 309files; see separate section below.) 310.PP 311Chain loading requires the boot sector of the foreign operating system 312to be stored in a file in the root directory of the filesystem. 313Because neither Linux kernels, boot sector images, nor COMBOOT files 314have reliable magic numbers, \fBsyslinux\fP will look at the file 315extension. The following extensions are recognised: 316.PP 317.nf 318.ta \w'none or other 'u 319none or other Linux kernel image 320CBT COMBOOT image (not runnable from DOS) 321BSS Boot sector (DOS superblock will be patched in) 322BS Boot sector 323COM COMBOOT image (runnable from DOS) 324.fi 325.PP 326For filenames given on the command line, \fBsyslinux\fP will search for the 327file by adding extensions in the order listed above if the plain 328filename is not found. Filenames in KERNEL statements must be fully 329qualified. 330.PP 331A COMBOOT file is a standalone executable in DOS .COM format. They 332can, among other things, be produced by the Etherboot package by 333Markus Gutschke and Ken Yap. The following requirements apply for 334these files to be sufficiently "standalone" for \fBsyslinux\fP to be able to 335load and run them: 336.IP \(bu 337The program must not execute any DOS calls (since there is no 338DOS), although it may call the BIOS. The only exception is that 339the program may execute INT 20h (Terminate Program) to return to 340the \fBsyslinux\fP prompt. Note especially that INT 21h AH=4Ch, INT 21h 341AH=31h or INT 27h are not supported. 342.IP \(bu 343Only the fields pspInt20 at offset 00h, pspNextParagraph at offset 02h and 344pspCommandTail at offset 80h (contains the arguments from the \fBsyslinux\fP command 345line) in the PSP are supported. All other fields will contain zero. 346.IP \(bu 347The program must not modify any main memory outside its 64K segment if it 348returns to \fBsyslinux\fP via INT 20h. 349.PP 350\fBSyslinux\fP currently doesn't provide any form of API for the use of 351COMBOOT files. If there is need, a future version may contain an INT 352interface to some \fBsyslinux\fP functions; please contact me if you have a 353need or ideas for such an API. 354.SS Novice protection 355\fBSyslinux\fP will attempt to detect if the user is trying to boot on a 286 356or lower class machine, or a machine with less than 608K of low ("DOS") 357RAM (which means the Linux boot sequence cannot complete). If so, a 358message is displayed and the boot sequence aborted. Holding down the 359Ctrl key while booting disables this feature. 360.PP 361The compile time and date of a specific \fBsyslinux\fP version can be obtained 362by the DOS command "type ldlinux.sys". This is also used as the 363signature for the LDLINUX.SYS file, which must match the boot sector 364.PP 365Any file that \fBsyslinux\fP uses can be marked hidden, system or readonly if 366so is convenient; \fBsyslinux\fP ignores all file attributes. The \s-1SYSLINUX\s+1 367installed automatically sets the readonly attribute on LDLINUX.SYS. 368.SS Bootable CD-ROMs 369\s-1SYSLINUX\s+1 can be used to create bootdisk images for El 370Torito-compatible bootable CD-ROMs. However, it appears that many 371BIOSes are very buggy when it comes to booting CD-ROMs. Some users 372have reported that the following steps are helpful in making a CD-ROM 373that is bootable on the largest possible number of machines: 374.IP \(bu 375Use the -s (safe, slow and stupid) option to \s-1SYSLINUX\s+1 376.IP \(bu 377Put the boot image as close to the beginning of the 378ISO 9660 filesystem as possible. 379.PP 380A CD-ROM is so much faster than a floppy that the -s option shouldn't 381matter from a speed perspective. 382.PP 383Of course, you probably want to use ISOLINUX instead. See the 384documentation file 385.BR isolinux.doc . 386.SS Booting from a FAT partition on a hard disk 387\s-1SYSLINUX\s+1 can boot from a FAT filesystem partition on a hard 388disk (including FAT32). The installation procedure is identical to the 389procedure for installing it on a floppy, and should work under either 390DOS or Linux. To boot from a partition, \s-1SYSLINUX\s+1 needs to be 391launched from a Master Boot Record or another boot loader, just like 392DOS itself would. A sample master boot sector (\fBmbr.bin\fP) is 393included with \s-1SYSLINUX\s+1. 394.SH BUGS 395I would appreciate hearing of any problems you have with \s-1SYSLINUX\s+1. I 396would also like to hear from you if you have successfully used \s-1SYSLINUX\s+1, 397especially if you are using it for a distribution. 398.PP 399If you are reporting problems, please include all possible information 400about your system and your BIOS; the vast majority of all problems 401reported turn out to be BIOS or hardware bugs, and I need as much 402information as possible in order to diagnose the problems. 403.PP 404There is a mailing list for discussion among \s-1SYSLINUX\s+1 users and for 405announcements of new and test versions. To join, send a message to 406majordomo@linux.kernel.org with the line: 407.PP 408.B subscribe syslinux 409.PP 410in the body of the message. The submission address is syslinux@linux.kernel.org. 411.SH SEE ALSO 412.BR lilo (8), 413.BR keytab-lilo.pl (8), 414.BR fdisk (8), 415.BR mkfs (8), 416.BR superformat (1). 417.SH AUTHOR 418This manual page is a modified version of the original \fBsyslinux\fP 419documentation by H. Peter Anvin <hpa@zytor.com>. The conversion to a manpage 420was made by Arthur Korn <arthur@korn.ch>. 421

