[SOLVED] Upgrade Windows 10 Version 21H1 to 22H2 fails

Download and run SetupDiag from Microsoft
  • Download
    60e45c659164d-SetupDiag.png
    SetupDiag to your desktop.
  • Right-click on SetupDiag.exe and select Run as administrator.
  • When completed the following files are created: "Logs.zip, SetupDiag.exe.config and SetupDiagResults.log"
  • Attach SetupDiagResults.log and Logs.zip to your next reply.
 
Rich (BB code):
2022-10-19 21:04:05, Warning               SP     BFSVC: Failed to forcibly unload the system store. Status = [c000000e]
2022-10-19 21:04:05, Info                  SP     BFSVC: Creating General objects.
2022-10-19 21:04:05, Info                  SP     BFSVC: Creating Resume object.
2022-10-19 21:04:05, Info                  SP     BFSVC: Creating MemTest object.
2022-10-19 21:04:05, Info                  SP     BFSVC: Creating OsLoader object.
2022-10-19 21:04:05, Info                  SP     BFSVC: OsLoader identifier: {d3322e34-391d-11ec-83d6-004e01aa7240}
2022-10-19 21:04:05, Info                  SP     BFSVC: Create BOOTMGR object RetainBootDefault:n
2022-10-19 21:04:05, Info                  SP     BFSVC: Setting {default} to {d3322e34-391d-11ec-83d6-004e01aa7240}
2022-10-19 21:04:05, Info                  SP     BFSVC: Cleaning up debugger settings.
2022-10-19 21:04:05, Info                  SP     BFSVC: Opening recovery store from \Device\HarddiskVolume2\EFI\Microsoft\Recovery\BCD
2022-10-19 21:04:05, Info                  SP     BFSVC: Creating General objects.
2022-10-19 21:04:05, Info                  SP     BFSVC: Create BOOTMGR object RetainBootDefault:y
2022-10-19 21:04:05, Info                  SP     BFSVC: Setting {default} to {7206d41c-d57c-11ea-837e-975cddc94cab}
2022-10-19 21:04:05, Info                  SP     BFSVC: BCD Error: BiUpdateEfiEntry failed c000000e
2022-10-19 21:04:05, Info                  SP     BFSVC: BCD Error: BiUpdateEfiEntry failed c000000e
2022-10-19 21:04:05, Info                  SP     BFSVC: BCD Error: BiUpdateEfiEntry failed c000000e
2022-10-19 21:04:05, Info                  SP     BFSVC: BCD Error: BiUpdateEfiEntry failed c000000e
2022-10-19 21:04:05, Info                  SP     BFSVC: BCD Error: BiExportBcdObjects failed c000000e
2022-10-19 21:04:05, Info                  SP     BFSVC: BCD Error: BiExportStoreAlterationsToEfi failed c000000e
2022-10-19 21:04:05, Info                  SP     BFSVC: BCD Error: Failed to export alterations to firmware. Status: c000000e
2022-10-19 21:04:05, Error                 SP     BFSVC: Failed to close the system store. Status = [c000000e]
2022-10-19 21:04:05, Error                 SP     CAddBootEntry: Failure while adding the boot entry. Error: 0x800701B1[gle=0x000001b1]
2022-10-19 21:04:05, Error                 IBSLIB BCD: BiUpdateEfiEntry failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error                 IBSLIB BCD: BiUpdateEfiEntry failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error                 IBSLIB BCD: BiUpdateEfiEntry failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error                 IBSLIB BCD: BiUpdateEfiEntry failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error                 IBSLIB BCD: BiExportBcdObjects failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error                 IBSLIB BCD: BiExportStoreAlterationsToEfi failed c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error                 IBSLIB BCD: Failed to export alterations to firmware. Status: c000000e[gle=0x000001b1]
2022-10-19 21:04:05, Error                 SP     Operation failed: Add boot entry for C:\$WINDOWS.~BT\NewOS\WINDOWS. Locale = nb-NO. Error: 0x800701B1[gle=0x000000b7]
2022-10-19 21:04:05, Info                  MOUPG  Finalize: Registering Setup Platform error: [0x800701B1]
2022-10-19 21:04:05, Error                 SP     ExecuteOperations: Failed execution phase Finalize. Error: 0x800701B1
2022-10-19 21:04:05, Info                  MOUPG  MoSetupPlatform: SetupPlatform::INewSystem::Finalize returned: [0x4]
2022-10-19 21:04:05, Error                 MOUPG  MoSetupPlatform: Finalize reported failure!

I would suggest booting from the .ISO and then going to the recovery options and opening a command prompt, once opened, then please enter the following commands:

Rich (BB code):
bootrec /scanos
bootrec /rebuildbcd

Please create a backup beforehand and once the commands have executed successfully, then please attempt to upgrade again.
 
Hi.

Tried running the bootrec commands:
bootrec /scanos
bootrec /rebuildbcd

Getting following result:


bootrec /scanos
Scanning all disks for Windows installations.

Please wait, since this may take a while...

Successfully scanned Windows installations.
Total identified Windows installations: 0
The operation completed successfully.



bootrec /rebuildbcd
Scanning all disks for Windows installations.

Please wait, since this may take a while...

Successfully scanned Windows installations.
Total identified Windows installations: 0
The operation completed successfully.
 

Attachments

  • windows10_bootrec.jpg
    windows10_bootrec.jpg
    100.9 KB · Views: 1
Please create a backup of your system if you haven't done so already, open a command prompt from the Windows Recovery (Windows RE) environment using the Windows USB/DVD you created earlier:

diskpart - Opens the Disk Partitionning tool
select disk 0 - Will select your first hard drive (the one with the Windows partition on it)
list volume - Note the number of the partition that have no drive letter assigned to it, is of 260MB of size and have "FAT32" listed under the "FS" column
select volume X - X will be the number of your partition with a size of 260MB, the EFI System Partition one that you identified in the last command
assign letter=Z: - It'll assign the Z: letter to the EFI System Partition
exit - To exit the diskpart utility

Now you'll be back in the command prompt, enter the following commands:

cd /d Z:\EFI\Microsoft\Boot - Goes to the "Boot" directory in the Z: partition
attrib Z:\EFI\Microsoft\Boot\BCD -h -r -s - Removes the hidden, read-only and system attributes from the BCD folder
ren Z:\EFI\Microsoft\Boot\BCD BCD.old - Renamed the BCD folder to BCD.old
bootrec /rebuildbcd - This command will rebuild the BCD.

When it asks you Add the installation to boot list?, press on y followed by Enter and if it succeed, you'll have a The operation completed successfully message. Once you're done, close the command prompt, restart your computer and try to upgrade again.
 

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

Back
Top