Eric Cathelinaud wrote:
[...] In /boot directory, I have initdr files only for 2.6.26.2 and 2.6.26.1.
Sorry I am quite weak concerning the kernel. Can anyone help me?
Then just use mkinitramfs-kpkg to build a new initrd for your build.
ex: $ mkinitramfs-kpkg -o /boot/initrd.img-2.6.27.4 2.6.27.4
title Debian GNU/Linux, kernel X root (hd0,0) kernel /vmlinuz-X initrd /initrd.img-X
and so on...
kenny_