Bonjour,
J’ai récemment réalisé, comme beaucoup je suppose, la mise à jour de Etch vers Lenny.
Donc j’ai fait mes apt-get update & apt-get upgrade, jusque là pas de problème.
Par contre, après avoir fait un apt-get distupgrade, j’ai voulu redémarrer sur le nouveau noyau (2.6.26-486), mais c’est impossible, après l’avoir choisi, le boot s’arrête sur ça:
“Kernel panic - not syncing: Attempted to kill the idle task”
Quelqu’un saurait-il m’aider?
Voici le contenu (la fin tout du moins) de mon fichier /boot/grub/menu.lst
[code]title Debian GNU/Linux, kernel 2.6.26-1-486
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-486 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.26-1-486
title Debian GNU/Linux, kernel 2.6.26-1-486 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-1-486 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.26-1-486
title Debian GNU/Linux, kernel 2.6.18-6-486
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-6-486 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.18-6-486
title Debian GNU/Linux, kernel 2.6.18-6-486 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-6-486 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.18-6-486[/code]
Pour info:
*j’ai déjà essayé les options acpi=force et acpi=off =>même résultat
*je travaille sur une machine virtuelle
*j’ai essayé apt-get install --reinstall linux-image-1-486 =>même résultat
Merci de m’aider.