Most distributions have switched to grub.
Uses BIOS to access disks .
As LILO boots it displays:
L first stage boot loader has been loaded and started
LI Second stage boot loader has been loaded
LIL Second stage started LILO stops here, it can't load the descriptor table from the map file. LIL? second stage has been loaded at an incorrect address, bad disk parameters in the BIOS.LIL- descriptor table is corrupt, bad disk parameters in the BIOS
LILO All is loaded
/etc/lilo.conf
| |
/boot/boot.MMmm Name of backup of original boot sectors ( | MM=major,mm=minor Device Numbers) Needed to un-install and restore to previous bootstrap program. Running multiple times will NOT clobber the original bootstap!
To restore previous bootstrap: |
-M |
large-memory lba32 boot=/dev/hda install=menu map=/boot/map prompt default=Linux image=/boot/vmlinuz-2.6.26 label="Linux" root=/dev/hda2 label = windoz table = /dev/hda1 append="" read-only optional
GRUB is successor.