커널 2.6.0을 다운받아 make gconfig로 몇개만 선택(usb관련만..., 기본적인 것은 선택이 되어있었던 것 같습니다.)하고 bzImage로 이미지를 만들어 boot폴더에 넣었습니다. System.map두요..
그리고 grub.conf파일을 아래와 같이 수정 했습니다.
default=1
timeout=10
splashimage=(hd0,5)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,5)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
title Red Hat Linux (2.6.0) //새로 추가한 부분
root (hd0,5)