Server Crash after Patch update

Korini Sankar Narasayya Naidu 21 Reputation points
2020-01-18T09:51:36.347+00:00

Hi,

Anyhelp on how can we revert the patches if server gets crash, followed the below steps.

Troubleshooting Steps:

  1. Boot from Windows Server 2012 ISO
  2. Click next
  3. Click repair your computer
  4. Click on tools -> cmd
  5. Within command prompt we need to run a couple of commands:
    a. Diskpart
    First we need to identify the disks by running: list disk
    From the output select the OS-Disk by : select disk
    Now run: list volume
    From the volume list, please select the FAT32-partition which is the SYSTEM partition
    Assign that partition a letter by: assign letter y
    Exit

b. Verify the OS Disk via dir (see if you can see Windows Folder, User-Folder, Program Files (x86) : dir c:
c. Verfiy the system partition is readable by running dir y:
d. Create a folder on C:\scratch and navigate into this folder
e. Dism
run the following command to get the list of installed packages:
DISM /Image:C:\ /Get-Packages

Open current.txt and see if you have any updates with the state Pending (could be uninstall pending or pending installation)
If so, run the following command:
DISM /Image:C:\ /clean-image /revertpendingactions

f. Reboot

Any help would be highly appreciated.

Thanks,
Korini

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,941 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.1K Reputation points MVP
    2020-01-18T16:24:41.773+00:00

    QnA currently only supports the products listed in right-hand pane (more to be added). Better to reach out to subject matter experts in dedicated forums over here.

    https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserver8gen

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful