Jump to content


StefanWe

OSD unattended.xml doesn't applying

Recommended Posts

Hello,

 

i captured a fresh windows 2008 r2 sp1 server with my sccm 2012.

Create a dnsserver.xml file with this code

 

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
   	<package action="configure">
       	<assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
       	<selection name="DNS-Server-Full-Role" state="true" />
       	<selection name="DNS-Server-Tools" state="true" />
   	</package>
</servicing>
<cpi:offlineImage cpi:source="wim:c:/tmp/install.wim#Windows Server 2008 R2 SERVERSTANDARD" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

 

Create a package and deploy that package to my dp. then in my task sequence i choose that package and as filename i type in dnsserver.xml.

 

Then i boot up my vm and install the new server with that task sequence. The OSD works well, but my DNS Server role is not installed.

 

Is this with my unattended.xml file right? Or do i something wrong?

Share this post


Link to post
Share on other sites

I found a similar article who describes the same issue.

http://support.microsoft.com/kb/939289/en-us

 

In addtion I found more Detail Information about the general workflow of windows Setup, WinPE, Sysprep here

http://technet.microsoft.com/en-gb/library/cc722130(v=ws.10).aspx

 

After further discussion with some friends I get an article with a similar Problem with Driver Installation during the Setup phase

http://social.technet.microsoft.com/Forums/en-US/configmanagerosd/thread/f379a544-46e1-4f98-a199-0e065e6fbca3/

 

 

Add the end I created a separate Powershell-Script as a Software package to enable or disable my Windows Features.

Share this post


Link to post
Share on other sites

Join the conversation

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

Guest
Reply to this topic...

×   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.