After installing three updates Windows Server 2008 R2 machine is stuck in a reboot loop.
I have tried deleting pending.xml from the Windows directory. I have also tried:
dism /image:d:\ /cleanup-image /revertpendingactions
That command completed successfully but did not solve my issue. I then tried:
dism /image:d:\ /Remove-Package /PackageName:<Name>
and successfully removed one of the three updates.
The two updates that are left are not listed with the dism get-packages command, but are listed with the get-apppatches command. I cannot find a way to uninstall them with dism however.
How can I manually uninstall specific updates or hotfixes from within the WinRE environment?