oldiesstation said:
getting a windows sys 32 config system error.someone did a hard shutdown and this is the result.it's a dell dimension.i put the disc in and get to the recovery console.did chkdsk/r it scanned to 25 per cent and stopped showing 2 unrecoverable errors.i think the hd is still good,it just won't boot the os.(XP) HELP, thanks
There is a way to rebuild the boot system in XP. Get an XP CD, boot from it, and when you get the main setup screen, press R for Recovery Console. (Do NOT choose "Press F2 for Automated System Recovery.") Choose the Windows install to repair, log into the Administrator account, and issue the following commands in the following order, pressing Enter after each one:
CHDIR C:\
ATTRIB -H C:\BOOT.INI
ATTRIB -S C:\BOOT.INI
ATTRIB -R C:\BOOT.INI
DEL C:\BOOT.INI
BOOTCFG /REBUILD (You will, at this point, be prompted for two options during the rebuild. For "Enter Load Identifier" type
Microsoft Windows XP Professional and press Enter. For "OS Load Option" type
/FASTDETECT and press Enter.
CHKDSK /R
FIXBOOT (Answer Y to the "are you sure" prompt.)
Once you're back to a C:> prompt, type EXIT to reboot the OS. If all went well, it should boot up normally.
This repair works for any of the following error messages:
"Windows could not start because the following file or missing or corrupt:
\WINDOWS\SYSTEM32\CONFIG\SYSTEM
\WINDOWS\SYSTEM32\NTOSKRNL.EXE
\WINDOWS\SYSTEM32\HAL.DLL
"NTLDR is missing – Press any key to restart"
"Invalid BOOT.INI – Press any key to restart"
Good luck!