none
Unattended bei Windows Server 2008 RRS feed

  • Frage

  • Hallo zusammen,

    ich bin dabei eine Unattended für Windows Server 2008 Standard zu erstellen und scheiter an der Auswahl des Operating Systems.

    Hier mal meine LOG:

     

      <?xml version="1.0" encoding="utf-8" ?>
    - <unattend xmlns="urn:schemas-microsoft-com:unattend">
      <servicing />
    - <settings pass="windowsPE">
    - <component name="Microsoft-Windows-International-Core-WinPE" 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">
    - <SetupUILanguage>
      <UILanguage>de-DE</UILanguage>
      <WillShowUI>OnError</WillShowUI>
      </SetupUILanguage>
      <InputLocale>de-DE</InputLocale>
      <SystemLocale>de-DE</SystemLocale>
      <UILanguage>de-DE</UILanguage>
      <UserLocale>de-DE</UserLocale>
      </component>
    - <component name="Microsoft-Windows-Setup" 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">
    - <DiskConfiguration>
    - <Disk wcm:action="add">
    - <CreatePartitions>
    - <CreatePartition wcm:action="add">
      <Order>1</Order>
      <Size>20000</Size>
      <Type>Primary</Type>
      </CreatePartition>
      </CreatePartitions>
    - <ModifyPartitions>
    - <ModifyPartition wcm:action="add">
      <Active>true</Active>
      <Format>NTFS</Format>
      <Label>System</Label>
      <Order>1</Order>
      <PartitionID>1</PartitionID>
      </ModifyPartition>
      </ModifyPartitions>
      <DiskID>0</DiskID>
      <WillWipeDisk>true</WillWipeDisk>
      </Disk>
      <WillShowUI>OnError</WillShowUI>
      </DiskConfiguration>
    - <ImageInstall>
    - <OSImage>
    - <InstallTo>
      <DiskID>0</DiskID>
      <PartitionID>1</PartitionID>
      </InstallTo>
    - <InstallFrom>
    - <MetaData wcm:action="add">
      <Value>1</Value>
      <Key>/IMAGE/INDEX</Key>
      </MetaData>
      </InstallFrom>
      </OSImage>
      </ImageInstall>
    - <UserData>
    - <ProductKey>
      <WillShowUI>OnError</WillShowUI>
      <Key>AAAA-BBBB-CCCC-DDDD-EEEE</Key>
      </ProductKey>
      <AcceptEula>true</AcceptEula>
      <FullName>XXXX</FullName>
      <Organization>XXXX</Organization>
      </UserData>
      <UseConfigurationSet>true</UseConfigurationSet>
      </component>
      </settings>
    - <settings pass="oobeSystem">
    - <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">
    - <Reseal>
      <Mode>Audit</Mode>
      </Reseal>
      </component>
    - <component name="Microsoft-Windows-Shell-Setup" 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">
    - <OOBE>
      <HideEULAPage>true</HideEULAPage>
      <ProtectYourPC>3</ProtectYourPC>
      </OOBE>
      </component>
      </settings>
      <cpi:offlineImage cpi:source="wim:c:/unattended/windows%20server%202008/install.wim#Windows Longhorn SERVERSTANDARD" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
      </unattend>
    Sollte ich informationen vergessen haben einfach fragen. Hoffe mir kann jemand helfen.
    Gruß
    Montag, 16. August 2010 10:37

Antworten

  • Für alle die die weiterhin Probleme mit der erstellung von einer unattended Server 2008 haben.

    Achtet auf die processorArchitecture da Windows Server 2008 auf 64bit beruht darf man x86 nicht verwenden.

    Also processorArchitecture="x86" ist falsch!!!  einfach das x86 in "amd64" ändern und schon läuft alles.

    • Als Antwort markiert Patric Cronen Dienstag, 17. August 2010 10:03
    Dienstag, 17. August 2010 10:02