Debian + W2k Professional no mesmo hd
	
	
		Olá
 
Tenho um hd com Debian e também Windows 2000 Professional, eu não consigo inicializar ele certo, está na IDE0 sendo que assim que é carregado ele só mostra uma linha escrita GRUB e mais nada.
 
Com um livecd do ubuntu eu inicializei a maquina, aí vi as partições e aparentemente está tudo ok. No devices.map e ta certinho com a linha:
 
(hd0)      /dev/hda
 
E no arquivo de config. do grub ... menu.lst está assim ...
 
title Debian GNU/Linux, kernel 2.6.8-2-686 
root (hd0,2)
kernel /boot/vmlinuz-2.6.8-2-686 root=/dev/hda3 ro 
initrd /boot/initrd.img-2.6.8-2-686
savedefault
boot
 
title Debian GNU/Linux, kernel 2.6.8-2-686 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.8-2-686 root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.8-2-686
savedefault
boot
 
### END DEBIAN AUTOMAGIC KERNELS LIST
 
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
 
title Microsoft Windows 2000 Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
 
Aparentemente tudo certo né, só que quando ligo a máquina só aparece uma tela escrito GRUB e nada acontece.
 
Alguma dica? Nesse caso eu necessito mais do Ruindows do que Linux, formatar a MBR adiantaria?