Skip to main content

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:

  1. Power off your computer and restart it
  2. To ensure that the system components are not corrupted, run the following commands in an elevated PowerShell window:
    DISM /Online /Cleanup-Image /RestoreHealth
    SFC /scannow
    caution

    When running those commands, errors are okay, do not panic, they can be ignored.

  3. Try applying the playbook again
  4. After everything is done, open PowerShell as an administrator and run the following command:
    Get-WindowsPackage -online -PackageName *ReviOS*
    If the command returns a package, then the playbook has successfully deployed a ReviOS package to your system.