Linux Loader
operating system
(
LILO (boot loader)
LILO (Linux Loader) is a bootloader for Linux and was the default boot loader for most Linux distributions prior to the widespread adoption of GRUB in the early 2000s. Unlike loadlin, LILO allowed booting Linux without having DOS on the computer. As of 2009, most distributions have switched to GRUB as the default boot loader. Further development of LILO was discontinued in December 2015 along with a request by Joachim Wiedorn for potential developers.
) A boot loader for
Linux
Linux ( LIN-uuks) is a family of free and open-source Unix-like operating systems based on the Linux kernel, which was first released on 17 September 1991 by Linus Torvalds. Some members of the family are typically packaged as a distribution (a.k.a. distro), which includes the kernel alongside supporting system software and libraries developed by third parties—such as GNU, Red Hat, and X.Org—to create a complete operating system; however, not all Linux-based operating systems are considered distros, with Android being an example. Linux was originally designed as a clone of Unix and is distributed under the copyleft GPL license.
. LILO does not depend on a specific file system,
it can boot Linux kernel images from floppy disks and hard disks and can even
boot other operating systems. One of up to sixteen differernt images can be
selected at boot time. Various parameters, such as the root device, can be set
independently for each kernel. LILO can even be used as the master boot record.