W7 Update failures

Good. Now are you able to check for updates?
 
Still cycles over and over...
 

Attachments

  • Restart-Your-Computer.PNG
    Restart-Your-Computer.PNG
    65.1 KB · Views: 3
And the pending.xml file isn't present in C:\Windows\WinSxS, right?
 
Alright, do you have your Windows installation media?
 
Unfortunately not. OEM installed OS software with no backup Windows 7 Pro install CD. We don't have any of those CDs.
 
Alright. Restart your computer and press on F8 before you boot in Windows (which means, right after your BIOS splash screen). Once in the Advanced Boot Options menu, select "Repair your computer". From there, click on the option to open the command prompt, and enter the command below:
Code:
diskpart
This will bring you in the diskpart utility. From there, enter the command below to list your disks.
Code:
list disk
Select the disk (hard drive) where your Windows partition is using the following command, where X is the number associated with the disk where your Windows is located.
Code:
select disk X[/color]
From there, enter the command below to list all the partition on that disk, and write down the letter associated with your Windows partition.
[code]list partition
.
You can exit diskpart after that using the exit command. Now in the command prompt, enter the following command:
Code:
DISM /image:X:\ /cleanup-image /revertpendingactions
Where X is the letter associated with your Windows partition (that you found while navigating diskpart).

Once done, restart your computer, and try to install your updates again.
 
Still circular update requests...
 

Attachments

  • check-for-updates.PNG
    check-for-updates.PNG
    22.5 KB · Views: 1
  • Restart-Your-Computer.PNG
    Restart-Your-Computer.PNG
    65.1 KB · Views: 1
It doesn't look good to be honest. Please upload your CBS.log so I can take a look at it.
 
Sadly this isn't an issue that we're able to solve at this time. We're still investigating what causes both ERROR_FAIL_REBOOT_REQUIRED and STATUS_RM_NOT_ACTIVE in the same log. What I can tell you though is that Windows is trying to access a key and can't (0x5 which is Access Denied), though it doesn't state which key and hints that restarting the system will free the key and make it available again, but obviously it doesn't. At this point you have two solutions (three if you consider a clean install): do a Repair Install of your Windows 7, or upgrade to Windows 10 (for free till July 29th).
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top