안녕하세요..이번에. grub를 이용하여 멀티 부팅을 할려고하는데..
너무나 되질 않아서 이렇게 이곳에 글올립니다.
저의 하드 구성은 첫번째Primary에 마스터로 15G를 파티션을 나눠서 리눅스를 설치를
했구요..
(리눅스 파티션 내용(15기가))
hda1 /boot
hda2 /
hda3 /usr
hda5 /tmp
hda6 /var
hda7 /swap
hda8 /home
그리고 두번째 하드에 Primary 슬래브로 8기가에 winXp를 설치를 했는데요..
winxp설치는 제가 win98을 쓸때 winxp를 D(primary 슬래브)에다 설치를 해놨거든요..
그래서 그걸 win98설치된 컴퓨터에서 빼내서 리눅스 컴퓨터의 primary 슬래브에 장착을 했답
니다. (winxp설치된 하드 파티션 내용(8기가))
hdb1 /winxp
hdb5 /백업
grub에서 선택을 해서 winxp로 들어가질 않습니다.
리눅스로는 잘도 들어 가는데...
제 grub.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,0)
# kernel /vmlinuz-version ro root=/dev/hda2
# initrd /initrd-version.img
#boot=/dev/hda
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=/
initrd /initrd-2.4.18-14.img
title Windows XP
rootnoverify (hd1,0)
chainloader +1