Error 0x800f0922 for 2020-01 Cumulative Update for Windows 10 Version 1909 for x64-based Systems (KB4532695)

Anonymous
2020-01-31T22:50:04+00:00

Install attempt fails with error 0x800f0922 whether I run Windows Update  to install this update or run windows10.0-kb4532695-x64_a85fd28af075ebfd8b0753d2c2aca244e926c3ce.msu

Running WIndows 10 Pro Ver. 1909 build 18363.592

I have tried every suggestion by HiltonOishi in https://answers.microsoft.com/en-us/windows/forum/all/failed-install-attempt-error-code-0x800f0922/c5eb31d7-f04f-4ff8-9d6f-f39e4f03944b

After the update installs I restart the computer and when it reboots it gets to 93% in "Working on Updates" then I get "We couldn't complete the updates Undoing changes"

Windows Update says this is an optional update. Should I just ignore the problem till the next update?

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

133 answers

Sort by: Most helpful
  1. Anonymous
    2020-11-16T06:18:03+00:00

    You've got a strange installation. A System Reserved partition belongs to a Legacy install. It is the equivalent of a UEFI install's  EFI partition (that holds the BCD & other boot files). Yours is on an MBR (Master Boot Record) style disk (disk 4) which is normal for a Legacy install. But the rest of the Windows installation is on disk 2 which is in the GPT (GUID Partition Table) style. That's normal for a UEFI install. They don't show up in Disk Management (that's normal), but two MSR (Microsoft Reserved) partitions are also on disk 2. There really should be only that first one (of 16 MB), but the presence of an MSR means it is a UEFI install. Legacy installs don't have them.

    It looks like you can boot that way, but Windows doesn't appear to want to do an update that way. Have you been able to get Windows updates in that configuration before? Also, it doesn't appear BCDEdit likes it, either.

    It seems you want to convert the 2nd MSR (of 554 MB) into an EFI partition, which I think is a good idea. But it can't be done with Set ID. And also the System Reserved partition should be deleted. I'm not really sure I can come up with the instructions to do it all. It would be to...

    (a) Delete the 2nd MSR.

    (b) Use DiskPart to create an EFI in its place.

    (c) Have Windows use that EFI.

    (d) Delete the System Reserved partition.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2020-11-16T04:47:22+00:00

    Let me know if this image is good enough, it looks small in the preview, if it's unreadable I can post a hyperlink to an image host.

    The RAW partitions are encrypted, disk management doesn't know what to do with them, other than that I don't see any issues.

    Could it be the 100MB system reserved partition on disk 4? I really don't know and that's part of the problem, especially when I try to troubleshoot the BCDedit issue.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2020-11-16T03:42:22+00:00

    (1) Let's see a "right-click START, Disk Management". Use the divider lines in the header to make it readable. Make a picture, then insert it....

    (a) Press Shift+WinKey+S, then use the mouse to outline your snip.

         When the outline is completed, the snip is made.

    (b) Click the notification (that the snip was made) in Action Center.

         The snip will reopen into Snip & Sketch. You may draw on it.

    (c) Then click its Save icon (top, right). It will save into the Pictures folder.

    (d) Finally, click the Insert Image icon (2nd from right) above your post to insert it.

    (2) But I'm not sure I'll be able to figure this one out.

    (a) BCDEdit should work & show the BCD that normally is in a system partition.

    (b) I don't see a system partition on disk 2. Maybe it's on one of the other disks.

    (c) I see two MSR (Microsoft Reserved) partitions, but think only one is normal.

    Any/all of those could be preventing the update from happening.

    (3) Set ID won't work on an MSR partition. That much is hinted in the help file. You shouldn't want to convert one into an EFI system partition, anyway.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2020-11-15T22:25:48+00:00

    Hi PCR, thanks for sticking around on this thread for so long to help. As usual for my issues, I'm getting errors that are completely unique to my own system, hoping it's something you're ran into before.

    C:\Windows\system32>BCDEdit

    The boot configuration data store could not be opened.

    The requested system device cannot be found.

    C:\Windows\system32>diskpart

    Microsoft DiskPart version 10.0.19041.1

    Copyright (C) Microsoft Corporation.

    On computer: DESKTOP-K41Q933

    DISKPART> list disk

      Disk ###  Status         Size     Free     Dyn  Gpt

      --------  -------------  -------  -------  ---  ---

      Disk 0    Online          238 GB   551 MB        *

      Disk 1    Online           12 TB      0 B        *

      Disk 2    Online          465 GB  2048 KB        *

      Disk 3    Online          931 GB      0 B

      Disk 4    Online          931 GB      0 B

      Disk 5    Online          931 GB      0 B        *

      Disk 6    Online         7452 GB      0 B        *

    DISKPART> sel disk 2

    Disk 2 is now the selected disk.

    DISKPART> list part

      Partition ###  Type              Size     Offset

      -------------  ----------------  -------  -------

      Partition 1    Reserved            16 MB  1024 KB

      Partition 2    Primary            464 GB    18 MB

      Partition 3    Recovery           844 MB   464 GB

      Partition 4    Reserved           554 MB   465 GB

    DISKPART> sel par 4

    Partition 4 is now the selected partition.

    DISKPART> detail par

    Partition 4

    Type    : e3c9e316-0b5c-4db8-817d-f92df00215ae

    Hidden  : Yes

    Required: No

    Attrib  : 0X8000000000000000

    Offset in Bytes: 499526926336

    There is no volume associated with this partition.

    DISKPART> set id=c12a7328-f81f-11d2-ba4b-00a0c93ec93b override

    Virtual Disk Service error:

    This operation is not supported on MSR partitions.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2020-11-07T00:02:36+00:00

    I'll be here hoping for the best. 👍.

    Was this answer helpful?

    0 comments No comments