Nainstalujte LILO do kořenového
adresáře Linuxu, ne do MBR. Jinak nebudete moct měnit jádro.
Změňte lilo.conf asi takto (kořenový adresář je v našem
případě označen jako sda3):
# LILO configuration file
# Start LILO global Section
boot=/dev/sda3 # where LILO should be installed to
backup=/boot/boot.sda3.970428 # Backup of the previous bootsector
prompt
timeout=100 # wait at prompt: 10 s
vga = normal # force sane state
# End LILO global section
# Linux bootable partition config begins
image = /vmlinuz # default image to boot
root = /dev/sda3 # root-partition is here!
label = Linux
# Linux bootable partition config ends
# Name other Linux kernel images h
# ...
Spusťte LILO příkazem:
# /sbin/lilo.