Share via

Lab 4: Sysprep - Deploy Issue

NG,SHAO-GENG (Agilent MYS) 0 Reputation points
2023-09-22T01:44:07.0666667+00:00

By following step by step of the manufacturing guide (link as shown below), failed to use the WinPE USB drive to deploy to new systems.

https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/commercialization/iot-ent-sysprep-capture-deploy

User's image

Error: dism.log

What I've already done: Tried with different version of Windows ADK

From: ADK for Windows 10, version 1803

To: ADK for Windows 11, version 22H2

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. XinGuo-MSFT 22,271 Reputation points
    2023-09-25T09:33:49.2433333+00:00

    Hi,

    https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/split-a-windows-image--wim--file-to-span-across-multiple-dvds?view=windows-11

    Split the Windows image:

    Dism /Split-Image /ImageFile:C:\sources\install.wim /SWMFile:C:\sources\install.swm /FileSize:3000
    

    If you're deploying your image from WinPE, you can copy the .swm files into any folder and use DISM with the comnand:

    Dism /apply-image /imagefile:install.swm /swmfile:install.swm
    

    Was this answer helpful?

    0 comments No comments

Your answer

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