FC 3, Redhat8, WinXP의 멀티 부팅시 Redhat8을 인식 못 합니다

drfaust의 이미지

제가 작업상 같은 PC에 Redhat8과 Fedora 가 동시에 필요해서 같이 깔았습니다. Redhat8을 먼저 깔고 그 뒤에 페도라를 깔았는데 XP는 잘 인식하는데 레드헷8은 인식 못하는 것 같습니다. 그래서 grup.conf를 살펴봤는데 무슨 말인지 말 모르겠네요. ㅜ.ㅜ

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,7)
#          kernel /vmlinuz-version ro root=/dev/hda9
#          initrd /initrd-version.img
#boot=/dev/hda
default=2
timeout=5
splashimage=(hd0,7)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.9-1.667smp)
	root (hd0,7)
	kernel /vmlinuz-2.6.9-1.667smp ro root=LABEL=/1 rhgb quiet
	initrd /initrd-2.6.9-1.667smp.img
title Fedora Core-up (2.6.9-1.667)
	root (hd0,7)
	kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet
	initrd /initrd-2.6.9-1.667.img
title Other
	rootnoverify (hd0,0)
	chainloader +1
title Redhat8
	rootnoverify (hd0,4)
	chainloader +1

라고 되어있습니다.

아마 Redhat8 부분을 손대면 될 것 같은데

제가 아직 초보라 너무 어렵네요.
파티션은 hda3 -> Redhat8 의 /boot
hda5 -> Redgat8 의 /
hda8 -> Fedora 의 /boot
hda9 -> Fedora 의 /

이렇게 되어 있습니다.

xflare의 이미지

title Redhat8
rootnoverify (hd0,4)
chainloader +1

이 부분을
title Redhat8 (버전이름)
root (hd0,4)
kernel /vmlinuz-버전이름 ro root=LABEL=/1 rhgb quiet
initrd /initrd-버전이름.img

버전이름은 /hda3 에 마운트된 /boot
화일에서 ls 하셔서 나타나는 화일이름을 써주셔야합니다.

그나저나 chainloader는 win 부팅때 사용하는데
왜 그렇게 설정되었을까?
fdisk -l 해서 /hda3가 부팅 가능한 디스크로 잘 설정되었는지 확인하심이...

며칠전에 질문하러 왔다가
이거 갑자기 답변 다는게 일이되버렸군요.