Jump to content


  • 0
cau888

OSD selectively copying content of MDT Settings package unattend.xml to C:\windows\panther\unattend

Question

I am having problems with getting some OOBE Settings in unattend.xml applied to my image. After spending a week troubleshooting it, I am noticing that during my OSD task sequence execution, not all the settings of my MDT Settings Package's unattend.xml are being copied over to the C:\windows\panther\unattend\unattend.xml.

 

My Setup:

- OSD Image Built and Captured using MDT 2010 Update 1 - W7 SP1 x64 with French language package added and all Windows Updates as of June 2014 downloaded directly from Windows Update via the MDT TS before it was sysprep and captured as wim. Used VMware Workstation to build the image, no drivers.

- SCCM lab environment is 2007 SP2 R2 with MDT 2010 Update 1 integration, also tried with MDT 2012 Update 1 integration with same result.

- SCCM-MDT Zero touch TS used. Nothing changed in MDT Toolkit Package.

- MDT Settings package unattend.xml modified the OOBE settings section to pass language settings from Task Sequence as below:

         <HideEULAPage>true</HideEULAPage>
         <NetworkLocation>Work</NetworkLocation>
         <ProtectYourPC>3</ProtectYourPC>
         <SkipMachineOOBE>true</SkipMachineOOBE>
         <SkipUserOOBE>true</SkipUserOOBE>
 
          <InputLocale>%OSDInputLocale%</InputLocale>
          <SystemLocale>%OSDSystemLocale%</SystemLocale>
          <UILanguageFallback>%OSDUILanguageFallback%</UILanguageFallback>
          <UserLocale>%OSDUserLocale%</UserLocale>
          <UILanguage>%OSDUILanguage%</UILanguage> 

- The values for these variables are in the TS and I've verified that they can be read by the unattend.xml.

 

What happens is after the image has been applied and Setup Windows and ConfigMgr step runs. I hit F8 and check the unattend.xml copied to C:\Windows\panther\unattend location. The file doesn't have some of the settings from my original file. The settings I passed in specialize pass got copied but oobeSystem wasn't.

<OOBE>
     <NetworkLocation>Work</NetworkLocation>
     <ProtectYourPC>1</ProtectYourPC>
     <HideEULAPage>true</HideEULAPage>
</OOBE>

<SystemLocale>en-US</SystemLocale>

Using the same Task sequence and MDT Settings package, I changed the OS image to another one I grabbed from the net with Windows updates until Nov 2013 only and it worked fine, all the settings were applied and xml in the panther folder had the correct settings. Just using VMware Workstation 10 for all my tests.

 

Any ideas on how the panther unattend.xml is generated during OSD? What's wrong in my image that's causing this issue?

 

I'm attaching my logs and unattend xml files for reference.

Unattend - MDT Settings.XML

unattend - copied in panther.xml

DeploymentLogs.zip

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.