Hi Josh Amato,
I’m following up to check whether the issue has been resolved.
If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Win11 pro
updates ran last night and now most of my building pcs are starting up to blue repair screen.
start up repair fails
uninstall updates fails
system restore and image recovery fail (no recovery partition on these devices)
I cannot boot to safe mode
other than reinstalling windows, anything else i can try?
Hi Josh Amato,
I’m following up to check whether the issue has been resolved.
If the information provided was helpful, please click "Accept Answer" to help others in the community. Thank you!
Hi Josh Amato,
From what you’ve described, the boot files may have been corrupted during the update, which explains why startup repair, uninstalling updates, and system restore aren’t working.
Before reinstalling Windows, there are a few advanced steps worth trying. Boot from Windows installation media (USB or DVD), open the Command Prompt, and run bootrec /fixmbr, bootrec /fixboot, and bootrec /rebuildbcd to repair the boot configuration. If that doesn’t resolve the loop, you can also run sfc /scannow and DISM /RestoreHealth from the recovery environment to repair system files. In some cases, temporarily disabling automatic driver updates or rolling back specific drivers can help if a hardware driver conflict is involved. For environments with many devices, pausing updates until Microsoft publishes a Known Issue Rollback (KIR) may help prevent further disruption.
You can try the above steps and let me know the outcome. If this answer helps clarify the situation, I’d appreciate it if you could click “Accept Answer” so others with the same issue can find the solution.
Jason.
If you're experiencing a boot repair loop after Windows updates and cannot access Safe Mode or perform a system restore, you can try the following troubleshooting steps:
BOOTREC /FIXMBR
BOOTREC /FIXBOOT
Bootrec /ScanOS
bcdedit /export c:\bcdbackup
attrib c:\boot\bcd -r -s -h
ren c:\boot\bcd bcd.old
bootrec /rebuildbcd
DISM /image:C:\ /get-packages
DISM /image:C:\ /remove-package /packagename:name_of_the_package
DISM /Image:C:\ /Cleanup-Image /RevertPendingActions
If none of these steps work, reinstalling Windows may be the last resort, but these methods can often resolve boot issues without needing to do a full reinstall.
References: