Link to home
Start Free TrialLog in
Avatar of camtz
camtzFlag for United States of America

asked on

Booting up problem

I recently had my internal HDD reformatted at FRY's because something corrupted my Windowx XP OS. I used Ghost to reload a backup of an earlier complete image and it took several hours but I think everything is back in there the problem is that when I start the machine it says - ; no bootable partition found.  NTLDR is missing, press Ctrl + Alt + Del to restart.  I have tried this several times but get no result.  What's next?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of nettek0300
nettek0300

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
try booting off an XP cd and select repair to go in command prompt, the issue the following command: c:\fixboot, the logout and reboot.
Avatar of nobus
Boot using the Windows XP installation disk, press R. Then type the following commands:
note : you can test after each command

      FIXMBR
      FIXBOOT
      BOOTCFG /rebuild

      cd\
      copy E:\i386\NTLDR c:\
      ATTRIB -arsh ntldr
      copy e:\i386\NTDETECT.COM
      ATTRIB -arsh ntdetect.com c:\

E: should be the location of your CDRom where you have the Windows install disk located.
and check if those files are in the root :   NTLDR   boot.ini     ntdetect.com

Contents of the boot.ini file :
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect

check this too for more info :  http://tinyempire.com/notes/ntldrismissing.htm#What_if_none_of_the_options_worked?
Avatar of camtz

ASKER

Thank you.  Sorry I haven't had time to get back but this worked.