Hi nothing to see here,
Thank you for sharing this portion of the setupact.log.
From what we can see in the snippet, the upgrade progresses through the SafeOS and offline servicing phase successfully and reaches the OOBE Boot phase (~71%) before rolling back. At that point, the following entry is recorded: WINDEPLOY error code is 0xC0000374
This may indicate that the upgrade encountered a memory heap corruption condition during the deployment phase. In some cases, this can be related to:
- Third‑party services or security software interfering during first boot, or
- Existing system component inconsistencies that only surface during the OOBE migration stage
Since the rollback happens after the OS image is already applied, this suggests the issue may not be related to disk space or download problems, but rather during system initialization on first boot.
In addition to the Clean Boot steps previously suggested, we recommend trying the following before attempting the upgrade again:
1. Temporarily uninstall any third‑party antivirus or endpoint protection software
Even when disabled, security software can still load drivers or services during the upgrade process. Please fully uninstall it for now (you can reinstall it after the upgrade completes).
2. Repair the current Windows image
Open Command Prompt as Administrator, then run the following commands one at a time:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Restart the device after both commands complete.
3. Disconnect all non‑essential external devices
Please disconnect any external peripherals such as:
- USB drives
- Docking stations
- External monitors
- Bluetooth adapters
- Printers
Then try the upgrade again with only the keyboard and mouse connected.
Please also let me know how the upgrade goes when performed in a Clean Boot state.
If it rolls back again, kindly share the relevant setuperr.log entries, specifically the last 30–50 lines captured around the time of failure via Private Message so we can take a closer look at what may be triggering the rollback.