Windows 11 24H2 Pro Installation Failure: Seeking Help for Sysprep-Related Deployment Errors

玉伟 胡 0 Reputation points
2025-03-13T08:14:20.9133333+00:00

I recently installed the latest Windows 11 24H2 Pro version on a new computer. After installation, the system prompted me with the Sysprep dialog box. I selected the following options:

System Cleanup Action (A): Enter System Out-of-Box Experience (OOBE)

Generalize

Shutdown Options (S): Shut down

After making these selections, the computer shut down automatically.

Next, I used a WinPE tool to capture the install.wim file and replaced it on the USB installation media for system deployment. However, the installation failed midway during the process.

I tested this on both Dell and Lenovo computers, and the same error occurred. This issue did not arise when I used Windows 11 23H2 Pro for the same operations. Could you please help me understand what might be causing this? Thank you.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,074 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. 玉伟 胡 0 Reputation points
    2025-03-13T08:17:52.55+00:00
    0 comments No comments

  2. Molly Lu-MSFT 1,571 Reputation points Microsoft External Staff
    2025-03-14T08:47:34.0333333+00:00

    Hello,

    Thank you for posting in Microsoft Q&A.

    Based on the description, I understand your question is related to sysprep.

    I understand that you would like to look at the logs, but understand that detailed analysis of the dump will require more professional resources and this may be beyond the range of this forum.

    Open Command Prompt as Admin and copy-paste the following commands:

    net stop wuauserv
    net stop cryptsvc
    net stop bits
    net stop msiserver 
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C: \Windows\System32\catroot2 Catroot2.old
    net start wuauserv 
    net start cryptsvc
    net start bits
    net start msiserver
    

    Close Command Prompt and reboot your PC.

    Have a nice day.

    Best Regards,

    Molly

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it


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.