LILO (boot loader)
From Free net encyclopedia
{{Infobox_Software
| name = LILO | screenshot = Image:Lilo.png | caption = Standard LILO display. Windows as the default operating system, with 18 more seconds to make a different decision. | developer = John Coffman | operating_system = N/A | latest_release_version = 22.7.1 | latest_release_date = September 17, 2005 | genre = Bootloader | license = BSD license | website = http://lilo.go.dyndns.org/
}} LILO (Linux Loader) is a boot loader for Linux developed by John Coffman.
LILO does not depend on a specific file system, and can boot an operating system (e.g., Linux kernel images) from floppy disks and hard disks. One of up to sixteen different images can be selected at boot time. Various parameters, such as the root device, can be set independently for each kernel. LILO can be placed either in the master boot record (MBR) or the boot sector of a partition. In the latter case something else must be placed in the MBR to load LILO.
At system start, only the BIOS drivers are available for LILO to access hard disks. For this reason, with very old BIOSes, the accessible area is limited to cylinders 0 to 1023 of the first two hard disks. For later BIOSes, LILO can use 32-bit "logical block addressing" to access practically the entire storage of all the harddisks that the BIOS allows access to.
While LILO was the de-facto bootloader for Linux distributions in the early years of Linux's popularity, it has lately become a second choice in favour of the GRUB bootloader.
See also
External links
- Official Website
- LILO at freshmeat
- LILO installation instructions
- LILO mini-HOWTO
- LILO error messages
- Jumping bootfloppyde:LILO
es:Lilo (Linux) fr:Linux loader it:LILO ja:LILO no:LILO pl:LILO pt:Lilo sv:LILO