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: Most helpful
  1. Ramesh 181.6K Reputation points Volunteer Moderator
    2022-11-28T10:08:40+00:00

    Hi Sacha, Good Morning!

    Type:

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

    And then, type:

    • cd /d Y:\EFI\Microsoft\Boot
    • attrib -s -h -r BCD
    • ren BCD BCD.BAK
    • bootrec /rebuildbcd
      (When you see the message, "Add installation to boot list?", press "Y")
    • bcdedit /enum ALL

    Please post screenshots for all of the above.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-11-28T09:51:42+00:00

    Hi mate, good morning

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-11-28T09:03:24+00:00

    Hi mate,

    I don’t think I know how to increase that partition and sure as heck I don’t know what’s that 1 mb fat partition :D

    As for antiviruses, I don’t have any third party installed right now, but for some reason I’m reports I see avast is mentioned

    Was this answer helpful?

    0 comments No comments
  4. Ramesh 181.6K Reputation points Volunteer Moderator
    2022-11-28T03:23:16+00:00

    Sacha,

    Boot the computer using the USB setup disk.

    From the Recovery Options Command Prompt, run:

    • diskpart
    • lis dis
    • lis vol
    • sel dis 2
    • lis par

    Please post a screenshot of the output window.

    Was this answer helpful?

    0 comments No comments