Hi!

My problem is: ive installed grsecurity 2.1.6 with kernel 2.4.31 on debian sarge, but i have problems booting with new kernel. At the end of kernel compilation i got a notice, that i have to change the default kernel entry in /boot/grub/menu.lst to vmlinuz-2.4.31-grsec, and which i have done, but the system wont boot. I have to select the secondary boot with old 2.4.27 kernel.

Code:
title           Debian GNU/Linux, kernel 2.4.27-2-386
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.27-2-386 root=/dev/hda1 ro
initrd          /boot/initrd.img-2.4.27-2-386
savedefault
boot

title           Debian GNU/Linux, kernel 2.4.27-2-386 (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.27-2-386 root=/dev/hda1 ro single
initrd          /boot/initrd.img-2.4.27-2-386
savedefault
boot
this is where i changed it to:

Code:
title           Debian GNU/Linux, kernel 2.4.27-2-386
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.31-grsec root=/dev/hda1 ro
initrd          /boot/initrd.img-2.4.27-2-386
savedefault
boot

title           Debian GNU/Linux, kernel 2.4.27-2-386 (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.27-2-386 root=/dev/hda1 ro single
initrd          /boot/initrd.img-2.4.27-2-386
savedefault
boot
In my opinion, the funny thing is, that the compilation didnt make initrd.img-2.4.31-grsec in /boot.

Any ideas? Any help would be appreciated.

p.s. i was kompiling as instructed from www.grsecurity.net howto guide
Malkec