[ LILO ] plantage du démarrage de certains noyau

bonjour à tous,
j’ai un problème assez bizarre
j’ai installé LILO comme chargeur de démarage (car grub empêche la reconnaissance du lecteur DVD pour linux et windows je sais pas pourquoi).

Mais j’ai de gros problèmes pour lancer les derniers noyaux, entre autre le 2.6.25 et les noyaux ubuntu( qui pendant un temps ont marchés très bien).
au démarrage j’ai un kernel panic.

voila mon lilo.conf au cas ou

[code]timeout=80
boot=/dev/sda
lba32
bitmap=/boot/sid.bmp
bmp-colors=12,11,15,8
bmp-table=110p,160p,1,10
bmp-timer=38,2,13,1
install=bmp

compact
map=/boot/map
prompt

default=Linux-2.6.24

image=/boot/vmlinuz-2.6.24-1-amd64
label=Linux-2.6.24
root=/dev/sda7
read-only

restricted

alias=1

initrd=/boot/initrd.img-2.6.24-1-amd64

image=/boot/vmlinuz-2.6.25-2-amd64
label=linux-2.6.25
root=/dev/sda7
read-only
initrd=/boot/initrd.img-2.6.25-2-amd64

image=/boot/vmlinuz-2.6.24rt
label=linux2-6-24rt
root=/dev/sda7
read-only
initrd=/boot/initrd.img-2.6.24rt

image=/boot/vmlinuz-2.6.25
label=linux-2.6.25rt
root=/dev/sda7
append="ro quiet splash"
read-only
initrd=/boot/initrd.img-2.6.25

other=/dev/sda7
label=GRUB

image=/vmlinuz.old
label=LinuxOLD
read-only
optional

restricted

alias=2

initrd=/initrd.img.old

image=/media/disk-2/boot/vmlinuz-2.6.24-16-rt
label=ubuntu-rt
read-only
root=/dev/sdb1
initrd=/media/disk-2/boot/initrd.img-2.6.24-16-rt
[/code]

J’ai alors fait un loader LILO puis GRUB (je charge le GRUB deuis LILO) et quand je les lances depuis le GRUB ca marche (juste que je dois appuyer sur ctrl+D a un moment au boot c’est p-e lié)

as-tu essayé le “nouveau grub”, à ce qu’il paraît, il lave plus blanc. :mrgreen:

oui je l’ai essayé aussi mais ca donnait le même résultat :frowning:
je me demande tjs d’ou viens ce bug c’est assez ch…

UP !