Startup Repair Process
Startup Repair will try to repair computers that are unbootable because of the following reasons:- Registry corruption
- Missing or damaged system and driver files
- Disk metadata corruption (MBR, partition table, and boot sector)
- File system metadata corruption
- Installation of problematic or incompatible drivers
- Installation of incompatible Windows service packs and patches
- Corrupt boot configuration data
- Bad memory and hard disk hardware (detection only)
How Windows RE Works
Log file location: Startup Repair Log:
After Startup Repair has run, a text log with diagnostic information and repair result is generated within the recovery console. This log file is located at %WINDIR%\System32\LogFiles\Srt\SrtTrail.txt
- We can execute startrep.exe tool in recovery console to address corrupt registry issues if any in Windows Server 2008 R2
a) Boot from your Windows Vista or Windows Server 2008 DVD
b) On the first screen of Setup choose Next
c) In the lower left of the screen choose "repair your computer"
d) On the System Recovery Options screen choose your installation of Windows and then click next
e) Click "Command prompt"
f) Go to X:\sources\recovery> startrep.exe
g) This will take a while but will address any registry related issues.
Ref: http://technet.microsoft.com/en-us/library/cc734097(WS.10).aspx
Event ID 4005 — Windows Logon Availability
- Sfc Scannow command address file based corruptions if any.
b) On the first screen of Setup choose Next
c) In the lower left of the screen choose "repair your computer"
d) On the System Recovery Options screen choose your installation of Windows and then click next
e) Click "Command prompt"
f) Type in the following command: SFC.EXE /scannow /offbootdir=c:\ /offwindir=c:\windows
g) When complete type in exit to see if Windows starts up now.
Ref: http://blogs.technet.com/b/askcore/archive/2007/12/18/using-system-file-checker-sfc-to-fix-issues.aspx
Using System File Checker (SFC) To Fix Issues
- Chkdsk to address disk and filesystem based issues.
Boot the machine in recovery console mode and run chkdsk on C: drive [Local Fixed Disk]
chkdsk C: /f and then chkdsk c: /r
/f - Fixes errors on the disk. The disk must be locked. If chkdsk cannot lock the drive, a message appears that asks you if you want to check the drive the next time you restart the computer.
/r - Locates bad sectors and recovers readable information. The disk must be locked. /r includes the functionality of /f, with the additional analysis of physical disk errors.
http://technet.microsoft.com/en-us/library/cc730714(WS.10).aspx
Chkdsk
No comments:
Post a Comment