Apr�s avoir compil� un nouveau noyau, j'ai copi� son image dans /boot sous le
nom vmlinuz_2.2.17
J'ai modifi� mon lilo.conf pour y rajouter cette image, mais au d�marrage, avec
[tab], je n'ai que linux, windows et floppy, alors que je m'attendais � avoir
linuxold et linuxnew. Du coup, Linux se lance avec mon ancien noyau.
Comment dois-je faire pour choisir le noyau que je veux au lancement ?
Mon lilo.conf :
boot = /dev/hda
timeout = 50
prompt
message = /boot/message
default = windows
vga = normal
read-only
map=/boot/map
install=/boot/boot.b
keytable=/boot/fr-latin1.klt
image = /boot/vmlinuz
label = linuxold
initrd = /boot/initrd.img
root = /dev/hdb4
image= /boot/vmlinuz_2.2.17
label = linuxnew
initrd = /boot/initrd.img
root = dev/hdb4
other = /dev/hda1
abel = windows
table=/dev/hda
other = /dev/fd0
label = floppy
unsafe
JeanMi