Hello Dante Martino,
The error codes you’re seeing usually point to driver or migration plugin issues rather than hardware limitations. Even though other devices of the same model upgraded fine, these specific machines may have remnants of outdated drivers or corrupted migration components that block the process.
Here are a few steps you can try:
- Fully uninstall any third‑party antivirus or endpoint security agents before attempting the upgrade, then reinstall afterward.
- Check Device Manager for hidden or non‑present drivers (use “set devmgr_show_nonpresent_devices=1”) and remove stale entries.
- Run
DISM /Online /Cleanup-Image /StartComponentCleanupto clear old component store entries. - Review
setupact.logandsetuperr.logunder C:$WINDOWS.~BT\Sources\Panther for specific driver or migration plugin failures. - If CBS errors persist, consider removing optional features or language packs temporarily before retrying.
- As a last resort, performing a clean reimage will resolve the issue, but I understand you’d prefer to avoid downtime.
These errors are typically tied to software state rather than hardware, so with careful cleanup you should be able to get the upgrade through.
I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.
Jason.