I have successful make install a new 2.4.1 kernel, but the system can't
boot up with this kernel.
So I go to /boot directory to see what happen, I find the file file belong
to kernel 2.4.1 is System.map-2.4.1 and vmlinuz-2.4.1.
About the boot file: vmlinuz is link to vmlinuz-2.4.1, initrd.img is link
to initrd-2.2.17-21mdk.img and System.map is link to
System.map-2.2.17-21mdksecure, so I think the the reason is two:
1) The system can't use initrd-2.2.17-21mdk.img to boot vmlinuz-2.4.1, but
how can I built initrd-2.4.1.img ??
2) I need to link System.map to System.map-2.4.1, but will it cause the
kernel vmlinuz-2.2.17-21mdksecure and vmlinuz-2.2.17-21mdk can't boot up?