none
Fehler bei unbeaufsichtigter Installation von Windows XP via WDS RRS feed

  • Frage

  • Hallo,

     

    ich habe seit ein paar Wochen ein Problem Windows XP über WDS zu verteilen. Mein Windows Server 2008 Std. mit den Windows-Bereitstellungsdiensten läuft ohne Probleme, aber wenn ich das Startabbild(boot.wim einer deutschen Windows 7 DVD) boote,  bleibt der Prozess jedes mal bei der Abbildauswahl stehen und ich muss  per Hand das Windows XP Image zuweisen. Danach funktioniert alles wieder automatisiert.

     

     Ich bekomme folgenden Fehler in der setupact.log:

     

    2010-05-14 12:08:40, Info         WDS  Name: [Windows XP FSC]
    Description: [Windows XP mit Sp3 f�r FSC Computer �ffentlicher Bereich]
    Group: [Clients]
    Path: [Images\Clients\windowsxp_fsc.wim]
    Index: [1]
    Architecture: [0]
    Image Type: [1]
    Supported Firmwares: [3]
    2010-05-14 12:08:40, Error   [0x0b008e] WDS  ProcessSingleImage: No language found for downlevel image [Windows XP FSC], group [Clients]. Error code [0x0].
    2010-05-14 12:08:40, Info         WDS  	---END OF IMAGE LIST---
    2010-05-14 12:08:40, Error   [0x0b0044] WDS  SelectImage: Cannot find language pack for [de-de][gle=0x00000002]
    2010-05-14 12:08:40, Error   [0x0b0049] WDS  CallBack_WdsClient_ConnectToImageStore: Error processing unattended image selection. Error [0x80070002][gle=0x00000002]
    2010-05-14 12:08:40, Info    [0x0a018c] UI   Setup UI language is set to en-US.
    2010-05-14 12:08:40, Info    [0x0a0016] UI   Callback with EVENT_SHOW_UI,SHOW_UI_WDS happend
    2010-05-14 12:08:40, Warning        UI   CLanguages::v_InitLanguage - Failed to load en-US resources with error 2. Will load fallback binaries
    2010-05-14 12:08:40, Info    [0x0a0051] UI   Initializing Page 
    2010-05-14 12:08:40, Info         UI   AppWindow has layout style 0
    2010-05-14 12:08:41, Info         UI   NavWindow has layout style 0
    2010-05-14 12:08:41, Info    [0x0a017d] UI   User has specified the language thru command line. Language neutral selection UI won't be shown
    2010-05-14 12:08:41, Info    [0x0a017d] UI   User has specified the language thru command line. Language selection UI won't be shown
    2010-05-14 12:08:41, Info    [0x0a0035] UI   Allowing Page '' to be shown
    2010-05-14 12:08:41, Info    [0x0a0052] UI   No language pack available for image Windows XP FSC
    2010-05-14 12:08:41, Info    [0x0a011c] UI   WizardDialogPost::SetActive
    

     

     

    Als unattended.xml nutze ich eine die dem Beispiel 2 vom Technet http://technet.microsoft.com/de-de/library/cc732280(WS.10).aspx ähnelt.

     

    unattended.xml

     

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
      <servicing></servicing>
      <settings pass="windowsPE">
        <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>
                  <Extend>true</Extend>
                  <Type>Primary</Type>
                </CreatePartition>
              </CreatePartitions>
              <ModifyPartitions>
                <ModifyPartition wcm:action="add">
                  <Active>true</Active>
                  <Extend>false</Extend>
                  <Format>NTFS</Format>
                  <Label>Windows</Label>
                  <Letter>C</Letter>
                  <Order>1</Order>
                  <PartitionID>1</PartitionID>
                </ModifyPartition>
              </ModifyPartitions>
              <DiskID>0</DiskID>
              <WillWipeDisk>true</WillWipeDisk>
            </Disk>
            <WillShowUI>OnError</WillShowUI>
          </DiskConfiguration>
          <WindowsDeploymentServices>
            <Login>
              <Credentials>
                <Domain>domain</Domain>
                <Password>password</Password>
                <Username>user</Username>
              </Credentials>
            </Login>
            <ImageSelection>
              <InstallImage>
                <Filename>windowsxp_fsc.wim</Filename>
                <ImageGroup>Clients</ImageGroup>
                <ImageName>Windows XP FSC</ImageName>
              </InstallImage>
              <InstallTo>
                <DiskID>0</DiskID>
                <PartitionID>1</PartitionID>
              </InstallTo>
            </ImageSelection>
          </WindowsDeploymentServices>
        </component>
        <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>en-US</UILanguage>
          </SetupUILanguage>
          <UILanguage>de-de</UILanguage>
          <SystemLocale>de-de</SystemLocale>
          <UserLocale>de-de</UserLocale>
        </component>
      </settings>
      <cpi:offlineImage cpi:source="wim:c:/users/administrator/desktop/install.wim#Windows 7 STARTER" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

     

    Acuh wenn ich bei dem Punkt SetupUILanguage->UILanguage de-DE einstelle, tritt das Problem auf.

     

     

    Hat jemand evtl. eine Idee was ich falsch mache?

     

    Vielen dank im voraus.

     

    Gruß

     

    uncloned

    Freitag, 14. Mai 2010 10:53

Antworten

  • Hallo,

    ich habe heute das Problem lösen können. Folgender Punkt muss aus der Unattended.xml gelöscht werden.

    <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>en-US</UILanguage>
       </SetupUILanguage>
       <UILanguage>de-de</UILanguage>
       <SystemLocale>de-de</SystemLocale>
       <UserLocale>de-de</UserLocale>
      </component>
    

    Diese Lösung half bei mir.

     

    Gruß

    uncloned

    Montag, 17. Mai 2010 06:38