Stuck on 'Updates are underway'
Stuck on Updates are underway
After applying the playbook, you may see a message that says "Updates are underway" and the installation process may appear to be stuck. Unfortunately, this is a known issue with the DISM tool that is used to apply the updates. However, there are a few things you can try to resolve this issue:
- Power off your computer and restart it
- To ensure that the system components are not corrupted, run the following commands in an elevated PowerShell window:
DISM /Online /Cleanup-Image /RestoreHealth
SFC /scannowcautionWhen running those commands, errors are okay, do not panic, they can be ignored.
- Try applying the playbook again
- After everything is done, open PowerShell as an administrator and run the following command:
If the command returns a package, then the playbook has successfully deployed a ReviOS package to your system.
Get-WindowsPackage -online -PackageName *ReviOS*