Seite 1 von 1

New Win 10 package unattend.xml

Verfasst: 31 Mai 2018, 10:59
von bobzbobz
Hi

I am trying to create a new netboot product for "Windows 10 Enterprise 2016 LTSB".
I have followed this post: viewtopic.php?f=8&t=10215
  • Created new package win10-x64-ent-ltsb.
  • Copied WinPE files
  • Copied installfiles
Installation works to a degree but fails with this error (translated):
Unable to interpret or process the automatic answer file [C:\Windows\Panther\unattend.xml] for configuration step [specialize]. The answer file is invalid.
I have tried comparing the win10-x64 and win10-x64-ent-ltsb unattend.xml files side by side and I have even tried using an excact copy of the win10-x64 (which works on win10-x64 package), but nothing works.

Are there any obvious error that I just cant see?
The file can be downloaded here: https://owncloud.eucl.dk/s/KG8yfPqJDT5myJY
(Domain and domainpassword has been sensored in this copy).

Re: New Win 10 package unattend.xml

Verfasst: 31 Mai 2018, 12:53
von wolfbardo
mmh

- is property "imagename" correct set?


- for "enterprise" try "productkey" with the apropiate kms-client key

regards
bardo wolf

Re: New Win 10 package unattend.xml

Verfasst: 31 Mai 2018, 14:52
von bobzbobz
Hello Bardo

I ran this command on the Win10 Ent LTSB-installfiles:

Code: Alles auswählen

dism /get-wiminfo /wimfile:d:\sources\install.wim
Which returned:

Code: Alles auswählen

Windows 10 Enterprise 2016 LTSB
This information I added to the control-file.

We are using an KMS-server, but I can try to add a key manually.

Re: New Win 10 package unattend.xml

Verfasst: 01 Jun 2018, 12:32
von bobzbobz
I think the problem was network-related (maybe it was unable to access the unattend.xml).

I solved the problem by loading network drivers to the win10-x64-ent-ltsb driver catalog.
I then changed the winpenetworkmode to false.

Installation now works.