il problema è che io ora sono sulla 2.6.18 (versione del kernel) e va tutto bene. xò mi piacerebbe dato che avevo fatto l'upgrade a lenny usare il 2.6.24
pbaxter@pbaxter:~$ dpkg -l | grep linux-image
ri linux-image-2.6.18-6-686 2.6.18.dfsg.1-18etch3 Linux 2.6.18 image on PPro/Celeron/PII/PIII/
rc linux-image-2.6.24-1-686 2.6.24-6 Linux 2.6.24 image on PPro/Celeron/PII/PIII/
pbaxter@pbaxter:~$
e questo il file menu.lst (/boot/grub/menu.lst):
(ho messo solo la parte dove indica dove caricare le i kernel....eppure non parte)
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.24-1-686
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-1-686 root=/dev/hdb1 ro
initrd /boot/initrd.img-2.6.24-1-686
title Debian GNU/Linux, kernel 2.6.24-1-686 (single-user mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-1-686 root=/dev/hdb1 ro single
initrd /boot/initrd.img-2.6.24-1-686
title Debian GNU/Linux, kernel 2.6.18-6-686
root (hd1,0)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/hdb1 ro
initrd /boot/initrd.img-2.6.18-6-686
title Debian GNU/Linux, kernel 2.6.18-6-686 (single-user mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/hdb1 ro single
initrd /boot/initrd.img-2.6.18-6-686
### END DEBIAN AUTOMAGIC KERNELS LIST