제목 그대로입니다.
저의 사양은 RedHat 7.3 Kernel 2.4.18-4였는데 커널 2.4.20을
컴파일해서 다음과 같이 grub설정을 해놓았습니다.
/boot/grub/grub.conf :
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/hdb1
# initrd /boot/initrd-version.img
#boot=/dev/hdb
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title RH73_K2418 (2.4.18-3)
root (hd0,0)
kernel /boot/vmlinuz-2.4.18-3 ro root=/dev/hdb1
initrd /boot/initrd-2.4.18-3.img
#default=1
#timeout=5
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title K2420
root (hd0,0)
kernel /boot/bzImage_2420 root=/dev/hdb1
# initrd /boot/2.4.18new.img
저장한 후에 grub-intstall /dev/hdb1 했습니다. 아무 에러 없이 고쳐
졌다고 메시지가 뜨더군요.
근데 재부팅을 하니깐
Booting from CD Rom
GRUB
하고는 응답이 없습니다. 새로 컴파일해 준 커널 때문인지 싶어 이제는
새 커널 이미지 부분을 완전히 주석 처리하고 다시 grub-install에
재부팅을 했지만 그래도 증상이 같네요.
모가 잘못된 걸까요? 여러분의 고견 기다리겠습니다. ㅠ.ㅠ