Jump to content


  • 0
alicuky

Error when deploy Windows 7

Question

Dear all,

 

Today I try to deploy windows 7 using SCCM OSD. The Taske sequence is ok. I pass to these steps below:

 

Installing Windows mode --> OK

Copying Windows files --> OK

Expanding Windows files --> OK

Installing features --> OK

Installing updates --> OK

 

Reboots

Setup is adjusting registry settings

A Setup is starting services

Completing installtion

The screen refresh's to higher resolution

 

Then the following error apprears:

Install Windows

--> Windows could not parse or process the unattend answer file for pass [specialize]. The settings specified in the answer file cannot be applied. The error was deteted while processing settings for component [Microsoft-Windows-Shell-Setup] <---

 

Please help me to solve this problem. Many thanks

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

i've seen if before too, usually when adding incorrect drivers or something in the unattend.xml that shouldn't be there,

so.. have you tried disabling drivers to see does it help and/or remove the unattend.xml changes if any ?

Share this post


Link to post
Share on other sites

  • 0

In the pass, I can deploy the win7 os. Every things run very smoothly. But later, after I configure the Asset Intelligence, import the license file then when I try to deploy the OS again, the error happen.

I tried to disable the step using the unattend.xml, or tried to create a new fresh boot image with the correct driver. But it still error. It makes me crazy.....

Some Microsoft experts ask me to give them the smsts.log but I can't find it.

Share this post


Link to post
Share on other sites

  • 0

here's how to find the SMSTS.log file

 

http://www.windows-noob.com/forums/index.php?showtopic=546

 

post the file here and we'll have a look.

 

are you adding the Windows 7 product key to your task sequence ? if so remove it and try again

Share this post


Link to post
Share on other sites

  • 0

Not sure if it'll help you or not, but here's a sample .XML file for Windows 7 Enterprise that should work with SCCM (watch out for odd word wrap and spacing due to the formatting on this board of course):

 

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<servicing></servicing>

<settings pass="specialize">

<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="xxxxxxxxxxxxxxxxxxx" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<FavoritesList>

<FavoriteItem wcm:action="add">

<FavID>1</FavID>

<FavURL>http://www.microsoft.com</FavURL>

<FavTitle>TestFolder\Microsoft</FavTitle>

</FavoriteItem>

<FavoriteItem wcm:action="add">

<FavID>2</FavID>

<FavTitle>TestFolder\Apple</FavTitle>

<FavURL>http://www.apple.com</FavURL>

</FavoriteItem>

<FavoriteItem wcm:action="add">

<FavID>3</FavID>

<FavTitle>TestFolder\redhat</FavTitle>

<FavURL>https://www.redhat.com</FavURL>

</FavoriteItem>

</FavoritesList>

<DisableFirstRunWizard>true</DisableFirstRunWizard>

<ShowMenuBar>true</ShowMenuBar>

<Window_Title_CN>MyCompanyName</Window_Title_CN>

<FavoritesDelete>true</FavoritesDelete>

<Home_Page>http://www.dell.com</Home_Page>

<EnableLinksBar>false</EnableLinksBar>

</component>

<component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<RunSynchronous>

<RunSynchronousCommand wcm:action="add">

<Order>1</Order>

<Description>Disable_UAC</Description>

<Path>CMD /c REG.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t REG_DWORD /d 0 /f</Path>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Order>2</Order>

<Description>Hide_Last_User_Name</Description>

<Path>CMD /c REG.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v dontdisplaylastusername /t REG_DWORD /d 1 /f</Path>

</RunSynchronousCommand>

<RunSynchronousCommand wcm:action="add">

<Path>CMD /c SUBINACL.exe /subkeyreg HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D} /grant=administrators=f</Path>

<Order>3</Order>

<Description>Adjust_Registry_ACL</Description>

</RunSynchronousCommand>

</RunSynchronous>

</component>

<component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="x86" publicKeyToken="xxxxxxxxxxxxxx" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<fDenyTSConnections>false</fDenyTSConnections>

</component>

</settings>

<settings pass="oobeSystem">

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="xxxxxxxxxxxx" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<Display>

<ColorDepth>32</ColorDepth>

<HorizontalResolution>1024</HorizontalResolution>

<RefreshRate>60</RefreshRate>

<VerticalResolution>768</VerticalResolution>

</Display>

</component>

</settings>

<cpi:offlineImage cpi:source="wim://xxxxxx.xxxxx.xxxx.xxx/osdfiles/xxxxx/osimages/windows_7_32bit.wim#1" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>

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