Ho appena scaricato il 2.6.10-5-386 per Ubuntu, visto che ho problemi con il 2.6.10-4-386, posto il mio menu.lst
codice:
title           Debian Sid 2.6.11-1-386
root            (hd0,1)
kernel          /vmlinuz-2.6.11-1-386 root=/dev/hda6 ro quiet splash=verbose vga=791
initrd          /initrd.img-2.6.11-1-386
savedefault
boot

title           Ubuntu Hoary 2.6.10-4-386
root            (hd0,6)
kernel          /boot/vmlinuz-2.6.10-4-386 root=/dev/sda7 ro quiet splash=verbose vga=791
initrd          /boot/initrd.img-2.6.10-4-386
savedefault
boot

title           Ubuntu Hoary 2.6.10-5-386
root            (hd0,6)
kernel          /boot/vmlinuz-2.6.10-5-386 root=/dev/sda7 ro quiet splash=verbose vga=791
initrd          /boot/initrd.img-2.6.10-5-386
savedefault
boot

title           Ubuntu Hoary 2.6.10-5-686-smp
root            (hd0,6)
kernel          /boot/vmlinuz-2.6.10-5-686-smp root=/dev/sda7 ro quiet splash=verbose vga=791
initrd          /boot/initrd.img-2.6.10-5-686-smp
savedefault
boot
ed il contenuto di /boot:
codice:
config-2.6.10-5-386          memtest86+.bin
config-2.6.10-5-686-smp      System.map-2.6.10-5-386
config-2.6.11-1-386          System.map-2.6.10-5-686-smp
config-2.6.11-1-686          System.map-2.6.11-1-386
grub                         System.map-2.6.11-1-686
initrd.img-2.6.10-5-386      vmlinuz-2.6.10-5-386
initrd.img-2.6.10-5-686-smp  vmlinuz-2.6.10-5-686-smp
initrd.img-2.6.11-1-386      vmlinuz-2.6.11-1-386
initrd.img-2.6.11-1-686      vmlinuz-2.6.11-1-686
lost+found
Ora il problema è che se provo a bootare Hoary 2.6.10-5-386 oppure Hoary 2.6.10-5-686-smp ho "error 15: file not found", mentre se boot hoary 2.6.10-4-386 oppure debian non ho nessun problema.... qualcuno mi saprebbe dire dove sbaglio?