question

novalenik avatar image
0 Votes"
novalenik asked novalenik answered

I can't create wim

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







mem-mdt
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

novalenik avatar image
0 Votes"
novalenik answered

I don't understand where the problem.
If i install mdt server on the VMWare virtual machine with OS windows 2012R2 - error.
If i install mdt server on the my workcomp with OS windows 10 - no error.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

RickSomeone-1151 avatar image
0 Votes"
RickSomeone-1151 answered novalenik commented

Would it be possible to create a new deployment share and copy the file over?

If that works, then you could just remove the new deploy share you just created.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I created new deployment share and etc. All new, but error is old.

0 Votes 0 ·
novalenik avatar image
0 Votes"
novalenik answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

novalenik avatar image
0 Votes"
novalenik answered RickSomeone-1151 commented

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



bdd.log (423.2 KiB)
ztibackup.log (11.7 KiB)
dism.log (200.8 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I think my first move would be to uninstall and reinstall ADK/ADK with WinPE.

0 Votes 0 ·
novalenik avatar image
0 Votes"
novalenik answered novalenik edited

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?

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

WRaspe-5601 avatar image
0 Votes"
WRaspe-5601 answered

SkipCapture=NO

maybe this wil help

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

RickSomeone-1151 avatar image
0 Votes"
RickSomeone-1151 answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.