Voici le contenu de mon /etc/lilo.conf :

# /etc/lilo.conf: Sample Debian LILO boot loader configuration

#
# Configuration globale
#

boot=/dev/sda4 # disque sur lequel se trouve le repertoire /boot/
map=/boot/map 
default=Ubuntu # Nom de la selection a démarer par défault
delay=20 # delay a attendre
vga=normal # résolution de l'écran 

# To use the new LILO boot menu, add the following
bitmap=/boot/sarge.bmp # Image à afficher
bmp-colors=1,,0,2,,0 
bmp-table=120p,173p,1,15,17
bmp-timer=254p,432p,1,0,0
install=bmp

#
# Config des OS
#

# install=menu 1
image=/vmlinuz initrd=/initrd.img # premier noyeau possible
root=/dev/sda4 # disque sur lequel se trouve la partition /
label=Linux
read-only

# install menu 2
image=/boot/vmlinuz-2.6.15-26-686 initrd=/boot/initrd.img-2.6.15-26-686
root=/dev/sda4
label=Ubuntu
read-only