How to Fix a Failing Windows 7 Service Pack 1 Install
Posted by Ben Kendall in Microsoft Windows 7
Sometimes Windows patches or service packs simply will not install successfully. Following the definition of insanity and going back to Microsoft Update to try again and again does not usually fix the problem. Here are 3 things you can do to get that update installed.
I recommend completing all of the following, in order, before trying to re-install the update:
1. Check the system drive for filesystem errors:
-Open an Administrative command prompt (hit Windows key, type cmd, hit Ctrl + Shift + Enter)
-Type: chkdsk c: /f
-Hit “y” when prompted
-Reboot and wait
2. Run the System File Checker:
-Open an Administrative command prompt
-Type: sfc /scannow
-Wait for completion
-Reboot
3. Download and run the Windows Update Readiness Tool:
-Read and then follow the appropriate download link here
-Run the downloaded Update Readiness Tool
-Wait patiently for it to complete, this may take some time with little indication of progress until the end
-See the logs after it finishes: %systemroot%\Logs\CBS\CheckSUR.log and CheckSUR.persist.log
The Conversation
Follow the reactions below and share your own thoughts.


March 02, 2011 at 11:18 pm, David Lawrence said:
An alternative solution. I know it was a problem with Vista, can’t yet confirm it is with 7. If you dual boot and the MBR of your primary boot device doesn’t have the windows bootloader in it the update may not work. If you’re lucky enough to have separate HDDs for your windows install and other OSs just change the boot order in the bios temporarily for the update. If you don’t have multiple HDDs, you can try using the windows recovery tools to re-image the MBR but then you have the pleasure of getting GRUB/Lilo/whatever back into the MBR.
March 03, 2011 at 4:18 am, John said:
“-See the logs after it finishes: %systemroot%LogsCBSCheckSUR.log and CheckSUR.persist.log”
I got that far…now what? I’ve got the following errors:
Unavailable repair files:
winsxsmanifestsx86_microsoft-windows-activexcompat_31bf3856ad364e35_8.0.7600.16424_none_111a1d2bdbb4550c.manifest
winsxsmanifestsx86_microsoft-windows-activexcompat_31bf3856ad364e35_8.0.7600.20529_none_11a8bb68f4cd7389.manifest
March 04, 2011 at 7:29 pm, Ben Kendall said:
John, if you have already completed the sfc /scannow and then the Update Readiness tool still reports those errors, you will likely have to run a repair installation from the original Windows 7 installation media.
March 06, 2011 at 6:37 pm, extracrispy said:
Ran both the Chkdsk and the System File checker functions. Installed the Windows Update Readiness Tool. Upon a 3rd reboot, I get the following error: 0cx000000e
Used the System Recovery Options from the Windows 7 Install Disk and the Startup Repair has diagnosed that:
“The Partition Table does not have a valid System Partition”
and the Repair Action: Partition Table Repair
Opened the Command Prompt from the System Recovery Options and ran the bootrec.exe tools. The following files corrupt and unreadable:
F:Windowsassembly
F:WindowsOffline Web Pages
F:WindowsModemLogs
F:WindowsPLA
F:WindowsPerformance
After some researching, I found this article: http://support.microsoft.com/kb/176646
“WARNING: When Chkdsk detects problems with the file system and attempts to repair the damage, data loss can occur. Microsoft does not recommend running Chkdsk with the /f command-line switch unless you have a full backup of your hard disk. ”
Fortunately, I have a full backup of this problem HD (which is just a boot HD–Data is on another drive and backed up).
1st Question is, do I have to do a New Install of Windows 7 just so I can do a restore from my backup?
2nd Question: Were you not aware about problems with the /f command-line and Chkdsk? Seems to be a pretty serious issue.
March 19, 2011 at 9:38 pm, Deelaw said:
Just putting my experience out there. Windows Update Readiness Tool gave me this:
Unavailable repair files:
winsxsmanifestsx86_microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727.4053_none_03ca5532205cb096.manifest
…but I didn’t want to whip out my Windows 7 DVD just for one file, so I ignored and tried installing SP1 again, and it worked.
April 10, 2011 at 12:52 am, haildamage said:
here is a solution for dual boots where the windows partition is not the ‘active’ partition:
1. Click Start > type “diskpart”
2. Run the following command:
select disk 0
list partition
select partition x
active
x is the partition of Windows, you can look at the partition size to recognize it.
3. Update to SP1, then restart.
4. Run diskpart again and use following commands:
select disk 0
list partition
select partition y
active
y is the partirtion of Mac OS, you can look at the partition size to recognize it.
And now you have Windows 7 updated to SP1 while keeping the original dualboot.
Good luck!