Could not update to 22h2 due to 0x800701b1 and 0xC1900101 error. Then I managed to update and boot fails, 0xc0000098 errror. What do I do?

Anonymous
2022-11-26T16:43:05+00:00

Well, this.
If I try to install the update after a while pc restarts and restores old version

Windows for home | Windows 11 | 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
Answer accepted by question author
Ramesh 181.6K Reputation points Volunteer Moderator
2022-11-27T16:03:13+00:00

Sacha,

Let's try deleting the erroneous boot entries which are pointing to a non-existent device.

The statutory warning applies! Before modifying the boot configuration, please backup your system image (the OS and boot partitions) to an external hard drive using Macrium Reflect Free edition.

From Admin Command Prompt, run:

  • bcdedit /export c:\boot_config_backup.bcd
  • bcdedit /delete {9649d88d-4b28-11ed-8001-6d7368757261}
  • bcdedit /delete {4069d4e4-2920-11ed-be4c-a85e45d0a878}

Then, run these commands and post the output here:

  • bcdedit /enum All
  • bcdedit /enum All -v

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

69 additional answers

Sort by: Oldest
  1. Anonymous
    2022-11-28T12:26:57+00:00

    Ok, how do I do that?

    Oh, I forgot

    "But without a system image backup, the procedure shouldn't be attempted."

    You mean like a clone right? I tried to make an image backup with that app you suggested, but it only made some xml file of a few gigabytes, so maybe I'm missing something

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-11-28T13:32:51+00:00

    Ok I tried to do that with AOMEi partition assistant and it would not let me, it needed to reboot in a Windows PE environment but due to the error we're dealing with it could not.

    Was this answer helpful?

    0 comments No comments
  3. Ramesh 181.6K Reputation points Volunteer Moderator
    2022-11-28T14:31:41+00:00

    About backing up Windows and boot partitions, pls see this page and this. It creates one or more images with file extension .mrimg.

    To run Chkdsk on the EFI boot partition, run:

    • Diskpart
    • sel vol 4
    • assign letter=y:
    • exit

    Then, run:

    • robocopy Y:\EFI E:\Boot_files /MIR
    • chkdsk y: /r

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-11-28T17:01:10+00:00

    Ok, do I have to do it via the external usb boot as usual?

    Was this answer helpful?

    0 comments No comments