Hi all:
I have installed RH8.0 with Grub boot loader. I download the src for
linux-kernel 2.4.20. I have successful build the bzImage and System.map into
the /boot directory.
Then I go to the /etc/grub.conf and modify the file as follow:
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd0,0)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.18-14.img
title Red Hat Linux (2.4.20)
root (hd0,0)
kernel /vmlinuz-2.4.20 ro root=LABEL=/ hdc=ide-scsi
Then I try to boot from the new kernel, but fail to work. This is because I
misc the thrid line start with initrd.
I wonder how can I create a initrd-2.4.20.img file from the new kernel
build. Also I have to re-link the System.map to point to the
System.map-2.4.20 file.
Any help or point will be greatly apperciated.
Thanks,
Kevin