Linux root 파티션 안에 LILO를 설치한다(예: /dev/sda3), MBR에 설치하면
안된다!
다음에 나오는 것을 /etc/lilo.conf 에 넣는다 :
# 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 here:
# ...
Install LILO as usual :
# /sbin/lilo