Hi i have hust compiled a 2.4.25 kernel using the following url
http://www.linuxquestions.org/questi...read&forumid=1
The problem i have is that the grub says file not found!
I have followed the tutorial as the tutorial says....except the steps fpr the final links
ln -s /boot/vmlinuz-x.q /boot/vmlinuz e.t.c
Because i think that if i apply them to my system they will destroy the kernel that i am using right now...
My grub conf is
boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Router
kernel /vmlinuz-2.4.22-1.2115.nptl ro root=/dev/hdc1
initrd /initrd-2.4.22-1.2115.nptl.img
title Router 2.4.25 (Here is the problem)
kernel /vmlinuz-2.4.25 ro root=/dev/hdc1
initrd /initrd-2.4.25