Unable to bypass Select OS to install


everytime install os through wds answer file 

it asks me select os install 

and there 1 windows 2008 enterprise , once click next automatically installs os 

need bypass screen 

xml file 

  <?xml version="1.0" encoding="utf-8" ?>
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="windowspe">
- <component name="microsoft-windows-international-core-winpe" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" language="neutral" versionscope="nonsxs" xmlns:wcm="http://schemas.microsoft.com/wmiconfig/2002/state" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance">
- <setupuilanguage>
  <uilanguage>en-us</uilanguage>
  </setupuilanguage>
  <inputlocale>en-us</inputlocale>
  <systemlocale>en-us</systemlocale>
  <uilanguage>en-us</uilanguage>
  <uilanguagefallback>en-us</uilanguagefallback>
  <userlocale>en-us</userlocale>
  </component>
- <component name="microsoft-windows-setup" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" language="neutral" versionscope="nonsxs" xmlns:wcm="http://schemas.microsoft.com/wmiconfig/2002/state" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance">
- <diskconfiguration>
- <disk wcm:action="add">
- <createpartitions>
- <createpartition wcm:action="add">
  <extend>true</extend>
  <order>1</order>
  <type>primary</type>
  </createpartition>
  </createpartitions>
- <modifypartitions>
- <modifypartition wcm:action="add">
  <active>true</active>
  <extend>false</extend>
  <format>ntfs</format>
  <label>sys</label>
  <letter>c</letter>
  <order>1</order>
  <partitionid>1</partitionid>
  </modifypartition>
  </modifypartitions>
  <diskid>0</diskid>
  <willwipedisk>true</willwipedisk>
  </disk>
  </diskconfiguration>
- <imageinstall>
- <osimage>
- <installto>
  <diskid>0</diskid>
  <partitionid>1</partitionid>
  </installto>
  <willshowui>never</willshowui>
- <installfrom>
- <metadata wcm:action="add">
  <key>/image/name</key>
  <value>windows longhorn serverenterprise</value>
  </metadata>
  </installfrom>
  </osimage>
  </imageinstall>
- <windowsdeploymentservices>
- <login>
- <credentials>
  <domain>******</domain>
  <password>******</password>
  <username>administrator</username>
  </credentials>
  </login>
- <imageselection>
- <installto>
  <diskid>0</diskid>
  <partitionid>1</partitionid>
  </installto>
  </imageselection>
  </windowsdeploymentservices>
  </component>
  </settings>
  <cpi:offlineimage cpi:source="wim:d:/sources/install.wim#windows server 2008 r2 serverenterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  </unattend>


with regards venkatesh sekar


you need specify wim , location of install image group, example:

                <imageselection>
                    <installimage>
                        <filename>w7thin.wim</filename>
                        <imagegroup>windows 7</imagegroup>
                        <imagename>w7thinpc</imagename>
                    </installimage>
                    <installto>
                        <diskid>0</diskid>
                        <partitionid>1</partitionid>
                    </installto>
                </imageselection>




Windows Server  >  Setup Deployment



Comments

Popular posts from this blog

server manager error: ADAM.events.xml could not be enumerated.

Cannot access Anywhere Access using domain name?

WMI Failure: Unable to update Local Resource Group