I have a Windows Server 2000 machine that only boots with this Hiren's boot CD menu option/code:
title Boot from Hard Drive - Windows XP (NTLDR)
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
-------------------------
I can't get the system to boot normally have tried:
ran fixmbr and "fixboot c: " from Recovery Console
boot.ini is set to boot from 2nd partition which is C: (set to any other partition gives ntldr missing error)
C: partition (Basic NTFS) is active partition, still getting "error loading operating system"
first partition is a Dell partition and there is also a D: partition (Basic NTFS).
I thought if someone can explain to me in plain English what this Grub4DOS code does, i might be able to troubleshoot this better...
Thanks.