저는 리눅스가 primary 마스터 쪽에 설치가 되어 있습니다.
이렇게요..
hda1 /boot
hda2 /
hda3 /usr
hda5 /home
hda7 /tmp
hda8 /var
이런식으로 primary 마스터 쪽에 설치 되어 있습니다.
이걸 primary 슬래브쪽으로 옮길려고 하거든요..
그리고 primary 마스터에 xp를 깔았구요..
리눅스 어느 곳을 고쳐 줘야지만.. 슬래브쪽으로 옮길수있나요..
어떤분이./etc/fstab 쪽에 있는 곳을 이런식으로 고친면 된다고
하던데.. hda1 가 기존에 하드마스터 /boot 였으면. hdb1으로
고치면 된다고 고쳤는데.. 안되네요..
hda1 이면 hdb1 이런식으료
hda2 이면 hdb2 이런식으로
..
...
grub쪽도 그런식으로 고쳤거든요.
# 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=(hd1,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd1,0)
kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /initrd-2.4.18-14.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
이런식으로 고쳤는데..도 리눅스가 잘 살아나지 않네요..
아시는분 알려 주시면 감사하겠네요?