I can't create wim

2021-04-14T07:03:06.017+00:00

Hi team,

I used
Windows Server 2012 R2
MDT 6.3.8456.1000 with KB4564442
ADK 10.1.19041.1

I created simple Standart Client Task Sequence. Then imported Windows 20H2, update deployment share, etc.
Deployment share rules:

 [Settings]  
 Priority=Default  
 Properties=MyCustomProperty  
   
 [Default]  
 OSInstall=Y  
 SkipCapture=YES  
 SkipAdminPassword=YES  
 SkipProductKey=YES  
 SkipComputerBackup=YES  
 SkipBitLocker=YES  
 SkipLocaleSelection=YES  
 SkipTimeZone=YES  
 SkipDomainMembership=YES  
 SkipSummary=YES  
 SkipFinalSummary=YES  
 SkipComputerName=YES  
 Computername=masterimage  
 SkipUserData=YES  
   
 _SMSTSORGNAME=Build Share  
 _SMSTSPackageName=%TaskSequenceName%  
 DoCapture=YES  
 ComputerBackupLocation=\\SRV-DEPLOY\MDTBuild$\Captures  
 BackupFile=%TaskSequenceID%_#year(date) & "-" & month(date) & "-" & day(date) & "-" & hour(time) & "-" & minute(time)#.wim  
   
 FinishAction=SHUTDOWN  
 SLShare=\\srv-deploy\MDTLogs$  
 EventService=http://srv-deploy:9800  

On my computer run Hyper-V and created VM.

Process installation was successfully. Launched action Create WIM and has stopped on 1%. In $DEPLOYMENTROOT%\Captures was created file 27648 Kb.
87545-shooterscreenshot-30-14-04-21.png
87624-shooterscreenshot-31-14-04-21.png

How to solve this i don't no?

If turn off VM and restart him, i see error
87559-shooterscreenshot-32-14-04-21.png

87560-bdd.log

Windows for business Windows Client for IT Pros Devices and deployment Set up, install, or upgrade
0 comments No comments
{count} votes

7 answers

Sort by: Most helpful
  1. Rick Someone 411 Reputation points
    2021-04-14T12:15:49.95+00:00

    The only thing I noticed in your log was referring to the ZTIBackup…..

    <![LOG[Total used space: 19509008]LOG]!><time="23:55:42.000+000" date="04-13-2021" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">

    <![LOG[Available space at D:\StateStore: 11124972]LOG]!><time="23:55:42.000+000" date="04-13-2021" component="ZTIBackup" context="" type="1" thread="" file="ZTIBackup">

    There seems to be not enough space for ZTIBackup to run. D:\StateStore.

    0 comments No comments

  2. Anonymous
    2021-04-16T18:57:36.147+00:00

    SkipCapture=NO

    maybe this wil help

    0 comments No comments

  3. Алексей Новоселов 1 Reputation point
    2021-04-19T08:38:01.273+00:00

    So

    On drive D: many free space. Drive 100GB.

    Change SkipCapture to NO no effect, the error is the same.

    May be share all log files?

    0 comments No comments

  4. Алексей Новоселов 1 Reputation point
    2021-04-20T08:44:51.737+00:00

    Added log files: BDD, ZTIBackup, dism.log

    dism.log from X:\Windows\Logs\DISM

    I see that is problem, but don't understand why.

    89491-bdd.log89438-ztibackup.log89475-dism.log


  5. Алексей Новоселов 1 Reputation point
    2021-04-22T05:30:56.057+00:00

    Uninstall, reinstall ADK/WinPE.
    Try deploy on hyper-v, the error is the same.
    Try deploy OS on the physical computer. Error.

    The only thing that confuses me that dism can't find MetaDeployProvider.dll from \srv-deploy\deploymentshare$\Servicing\X64.

    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.