저같은 경우는 리눅스를 먼저 설치하고 그리고 나서 윈2000을 설치했습니
다.
한데 lilo 에서는 멀티 부팅이 되고 grub 에서는 윈2000이 부팅이
되지 않습니다. 고수님들 도움좀 부탁드립니다.
현재 하드는 20기가 한개이고 파티션은 3개를 나누었습니다.
리눅스 파티션 5기가에 리눅스 설치하고 나서 fat 포멧형태로 윈2000을 설
치하였고
남는 파티션도 fat 로 포멧한 상태입니다.
현재 저의 lilo.conf 는
prompt
timeout=50
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
image=/boot/vmlinuz-2.4.13-1hl
label=linux
initrd=/boot/initrd-2.4.13-1hl.img
read-only
root=dev/hda1
other=/dev/hda2
label=win2k
로 설정되어 있습니다.
/boot/gurb/menu.lst 파일 설정은 다음과 같습니다.
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title HancomLinux (2.4.13-1hl)
root (hd0,0)
kernel /boot/vmlinuz-2.4.13-1hl ro root=/dev/hda1
initrd /boot/initrd-2.4.13-1hl.img
title win2k
rootnoverify(hd0,1)
makeactive
chainloader+1
위와 같이 되어있는데요 lilo 를 mbr 로 옮겨놓으면 멀티부팅이 되고
grub 을 옮겨놓으면 윈2000이 부팅이 되지 않습니다.
무엇이 문제일까요..?