Problem with in-place upgrade from Windows Server 2019 to 2022

TomaszW-0873 156 Reputation points
2021-09-18T19:12:09.42+00:00

I have an issue when I try to do an in-place upgrade from Windows Server 2019 to Windows Server 2022. Installation itself starts, run okay but after restarting, system reverts to older version of Windows and I got the following errors:

0x800F081E-0x2003
The installation failed in the SAFE_OS phase with an error during INSTALL_UPDATES operation

Windows for business | Windows Server | User experience | Other
{count} votes

22 answers

Sort by: Most helpful
  1. RedVision81 31 Reputation points
    2022-10-26T11:31:10.683+00:00

    after spending days and a lot of try and error, in our Environment (VMware) the following method was finally successful
    Our VMs are all equiped with VMware Paravirtual Controller and vmnext3 Network Controller.

    • When using VMware Tools 12.0.5 or later, you need to downgrade the Paravirtual Controller Driver below 1.3.25.0 (as suggested in Vmware KB https://kb.vmware.com/s/article/89290)
    • usual downgrade/installing older driver vom cd/iso via device manager is enough, no need to delete/remove drivers via command line - reboot the machine
    • upload Server 2022 August 2021 iso to vmware content library (current iso 2108.13 is running into a blue screen)
    • login with local administrator !! not domain administrator
    • mount Server2022 Iso to VM and run the upgrade
    • don't use the download updates, driver and optional feature function !! use "not right now"
    • lean back and cross your fingers ;)
    1 person found this answer helpful.

  2. Brian Hoyt 106 Reputation points
    2023-03-16T16:09:46.02+00:00

    The final answer for me was an updated ISO. I was told by a MSFT person that this was a bug fixed in November update. I got the latest ISO (Feb 2023 at the time) and was able to do in place upgrade on all my remaining servers.

    1 person found this answer helpful.

  3. RedVision81 31 Reputation points
    2023-03-22T08:15:47.8033333+00:00

    Inplace Update with current Server2022 Iso (SW_DVD9_Win_Server_STD_CORE_2022_2108.18_64Bit_English_DC_STD_MLF_X23-37922) and Vmware Tools 12.1.5 worked without any issues.

    1 person found this answer helpful.
    0 comments No comments

  4. Anonymous
    2021-09-18T19:23:43.263+00:00

    An in-place upgrade can be problematic and is never recommended. Better option is a clean install, patch fully, migrate roles over. You can check the logs for additional details.
    https://learn.microsoft.com/en-us/troubleshoot/windows-client/deployment/windows-setup-log-file-locations

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  5. Docs 15,761 Reputation points
    2021-09-19T01:37:40.52+00:00

    List any of these installed non-Microsoft software:
    a) antivirus
    b) firewall
    c) drive encryption

    Run setupdaig > post a share link into this thread

    https://learn.microsoft.com/en-us/windows/deployment/upgrade/setupdiag

    Post commands with results for these administrative command prompt commands:

    sfc /scannow
    dism /online /cleanup-image /restorehealth
    findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >%userprofile%\desktopsfcdetails.txt
    findstr /c:"conx" c:\$windows.~bt\sources\panther\setupact.log >"%userprofile%\desktop\setupactdetails.txt"
    copy %windir%\logs\cbs\cbs.log "%userprofile%\desktop\cbs.txt"

    Find the new text files on the desktop and post share links into this thread.

    .
    .
    .
    .
    .
    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post: Vote = a helpful post
    .
    .
    .
    .
    .

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.