[SOLVED] Can't in-place upgrade repair my OS

Hi!

Let's check:
Code:
Diskpart 
Select disk 0
Select partition 1
Detail partition
Detail volume
Select partition 2
Detail partition
Detail volume
Select partition 3
Detail partition
Detail volume
Exit
 
Hi!

Let's check:
Code:
Diskpart
Select disk 0
Select partition 1
Detail partition
Detail volume
Select partition 2
Detail partition
Detail volume
Select partition 3
Detail partition
Detail volume
Exit
Hello, these are the results
 

Attachments

  • partition 1 details.PNG
    partition 1 details.PNG
    15.1 KB · Views: 7
  • partition 2 details.PNG
    partition 2 details.PNG
    14.9 KB · Views: 8
  • partition 3 details.PNG
    partition 3 details.PNG
    14.8 KB · Views: 7
Rich (BB code):
2023-12-25 22:26:39, Error                 IBSLIB BCD: BcdCopyObjectEx: Failed to enumerate source elements. Target: {7e1a0bbe-3150-4ec0-9142-a8416fa064a0} Flags: 0x4 Status: c0000024[gle=0x00000002]
2023-12-25 22:26:39, Error                 IBSLIB BCD: Failed to clone store. Status: c0000024[gle=0x00000002]
2023-12-25 22:26:39, Error                 IBSLIB BCD: BcdExportStore: Failed clone BCD to \??\C:\$WINDOWS.~BT\Sources\Rollback\EFI\Microsoft\Boot\BCD. Status: c0000024[gle=0x00000002]
2023-12-25 22:26:39, Error                 IBSLIB OSRollbackService::CBootFilesRestoreCheckpoint::Finalize: Failed to backup BCD database from "Z:\EFI\Microsoft\Boot\BCD" to "C:\$WINDOWS.~BT\Sources\Rollback\EFI\Microsoft\Boot\BCD".[gle=0x00000006]
2023-12-25 22:26:39, Error      [0x064199] IBSLIB SetCheckpoint(WinPEBootFilesRestoreCheckpoint): threw exception.: class RollbackException: RollbackException: Error(6), CSystemVolumeSelectionCheckpoint: Failed to backup BCD database. void __cdecl OSRollbackService::CBootFilesRestoreCheckpoint::Finalize(const unsigned short *,struct OSRollbackService::ICheckpointParameters *)[gle=0x00000006]
2023-12-25 22:26:39, Error      [0x06418a] IBSLIB RollbackSetCheckpoint(WinPEBootFilesRestoreCheckpoint): threw exception.: class RollbackException: RollbackException: Error(6), CSystemVolumeSelectionCheckpoint: Failed to backup BCD database. void __cdecl OSRollbackService::CCheckpointImpressario::SetCheckpoint(const unsigned short *,struct OSRollbackService::ICheckpointParameters *)
void __cdecl OSRollbackService::CBootFilesRestoreCheckpoint::Finalize(const unsigned short *,struct OSRollbackService::ICheckpointParameters *)[gle=0x00000006]
2023-12-25 22:26:39, Error      [0x06414e] IBSLIB RollbackSetCheckpoint(WinPEBootFilesRestoreCheckpoint) failed. Disabling Rollback.[gle=0x00000006]
2023-12-25 22:26:39, Error                 SP     Error setting OS Switch Rollback checkpoint[gle=0x00000006]
2023-12-25 22:26:39, Info                  SP     CUpdateBootCode::DoExecute: Try to repair BCD file due to potential corruption error

This is the most important error as it seems, but recreating the EFI partition is not possible due to a Virtual Disk Service error when trying to shrink the current OS partition.?

Rich (BB code):
"The volume you have selected to shrink may be corrupted. Use Chkdsk to fix the corruption problem, and then try to shrink the volume again."

Could you please run Check Disk again and the following tool.

Code:
chkdsk

Download
6198cd309385f-58a60a47ed1bd-ListChkdskResult.PNG
ListChkdskResult.exe and save it on your desktop.
  • Rightclick ListChkdskResult.exe and select Run as administrator.
  • Notepad will open the file ListChkdskResult.txt on completion. (This logfile ListChkdskResult.txt is also saved on your desktop.)
  • Post the logfile ListChkdskResult.txt as attachment in your next reply.
 
chkdsk c:

Let's see if it still finds something.

PS: when you open "this pc", is there the Z: partition?
If yes, enter diskpart, select the partition and remove letter=z.
 
Last edited:
Assign the Z letter to the EFI partition (esp), then try:

Chkdsk Z:


Edit:
Does it show any (NUMBERED) error codes, after the failed upgrade?
Did you put the iso on a pen drive? Or what?
 
Last edited:
In addition to @xilolee, please do the following as well to see if Disk CleanUp will remove the "C:\$WINDOWS.~BT" folder. Just to be sure it does not contain any corruptions which could be an issue. This folder will be recreated when you re-try to perform an in-place-upgrade.

But do this after you have followed the above instructions.
  1. Open the start menu and type cleanmgr to start Disk Cleanup.
  2. Click Clean up system files
  3. Select Temporary files and Temporary Windows installation files only.
  4. Click OK.
  5. Let us know if the (hidden) folder C:\$WINDOWS.~BT is removed from the systemdrive.
 
Hello, @xilolee there is no error code in the upgrade, it just have a pop-up of "windows 10 installation has failed". @Maxstar, there is no temporary windows installation files in the disk cleanup even after clicking clean up system files. Here are the results.

result.PNG
 

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

Back
Top