Tech Support Forum banner

Startup Rapair cannot repair this computer Automatically

1341 Views 10 Replies 2 Participants Last post by  spunk.funk
Hi,

I have a Dell Studio Laptop. It runs a Windows 7 Home Premium 64 bit SP1 OS.
I recently rebooted my laptop and it went into startup repair option. I went through the below forum:
http://www.techsupportforum.com/for...epair-this-computer-automatically-768938.html

I tried running the Startup Repair, it didn't Repair.
I then tried the SFC with the below command:
sfc /scannow /OFFBOOTDIR=f:\ /OFFWINDIR=f:\windows

It said there were no integrity issues.

Then i tried the below 3 commands:
bootrec /fixmbr
bootrec /fixboot
bootrec /RebuildBCD

First i ran these 3 commands with environment
X:\windows\system32
I got 0 identified Windows Installations

Then i changed to X:\sources, i got the same 0 identified installation.
Then I found a boot folder in X:\Windows\boot
I ran the same there but with no fruitful result.

I think this would be important, before booting i was having this issue of Windows not being updated. So i searched online and found that if i stop 3 services namely wuauserv, bits and cryptsvc and rename the 2 folders Catroot2 and SoftwareDistribution to Catroot2.old and SoftwareDistribution.old. I was able to update my Windows using Windows update. But then it again got stuck and then i added another '.old' to the old files so it became Catroot2.old.old and SoftwareDistribution.old.old. Since then its not booting.
I tried searching for these folders but i couldn't locate them using command prompt. Tried renaming but it couldn't find the specified file.

Shall be grateful if you could help me out with this issue.

Regards
Nikhil
See less See more
Status
Not open for further replies.
1 - 5 of 11 Posts
In the RE (recovery environment) X:\ is the temporary RAM drive, and it does not have Windows on it, Same with the SFC command, you must change the drive letter to your Windows Partition, it may not be C: or F:

1– Boot from the Windows Disc/USB
2- Go to Repair Your Computer, Or Press Shift + F10 to go directly to the Command Prompt
3- In the RE (recovery environment) choose command prompt
At command prompt (x: sources) type this exactly as written:
bcdedit |find “osdevice” (Must inc and the |), the | before Find is the Upper case \ key) press enter. This will tell you what drive letter the OS is on.It may not be on the C: drive.
Now use the returned as the drive letter for OS, for this example, assume C: or whatever drive letter is the OS device.
To run SFC type:
sfc /scannow /OFFBOOTDIR=C:\ /OFFWINDIR=C:\windows (change the drive letter to whatever Drive letter is returned in the previous command).
To type the other commands at X:\Sources type C: (or whatever drive letter) and Press Enter.
Now type then press enter and try booting normally after each of the commands:

bootrec /fixmbr
bootrec /fixboot
bootrec /RebuildBCD
See less See more
If RebuildBCD said no Windows then at the F:\ Prompt type DIR and press enter. It will give you a list of the Directories and folders on the F:\ drive. If there is no Windows folder, then you either have the wrong drive letter, try "osdevices" again, or the drive has lost all of it's files.
You will need to reinstall Windows.
Backup all of your personal files (eg) Pictures, Music, Documents etc from the User Profile from the failed HDD to that computer or an external HDD.
If the commands previously mentioned do not work when you change the drive letter to F: or whatever drive letter it specifies, then you will need to reinstall Windows. Since your computer is not booting into Windows, the Update to Windows 10 might not work, but it may, I have never tried it from a failed Windows boot drive. In the process, it may do a clean install, again, I'm not sure.
And if I upgrade it would the installation of Google Chrome be finctional on the upgrade?
Possibly a mistyping, but if Chrome is not Functioning after the update, you can always download it again, it is free and relatively small.
The Chrome User Profile with your stored bookmarks and passwords is in your user directory Under the Hidden File "AppData\Local\Google\Chrome\User Data\Default." You can backup this file and restore it into that directory when you reinstall Chrome. If you backup all the files in your User directory (eg) C:\Users\[YouUserName] you will also backup your Chrome Profile.
If the commands previously mentioned do not work when you change the drive letter to F: or whatever drive letter The OS is, then you will need to reinstall Windows.
1 - 5 of 11 Posts
Status
Not open for further replies.
Top