Jump to content


Bendes

Established Members
  • Posts

    87
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Bendes

  1. In order :

     

    - Add WDS Role on Windows Server (but don't configure it)

    - Add WSUS Role on Windows Server, if you would like to use Software Updates (also don't configure it)

    - Install SQL Server (and Reporting Services if needed) with the right Collation (SQL_Latin1_General_CP1_CI_AS)

    - Install SCCM2012 SP1 and configure all needed Roles

    - Install MDT and integrate it

     

     

    And Have Fun!

  2. If you install SCCM2012 on the same server as MDT/WDS and activate PXE on it, it will replace your PXE boot sequence and break MDT sequence...

     

    I suggest you to install SCCM2012 on a separate server and play with PXE Response/Collections/IP helpers/etc. to keep both PXE servers working.

  3. Let's continue then...

     

    Can you try with the following XML file :

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="specialize">
            <component name="Microsoft-Windows-International-Core" 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">
                <InputLocale>0813:00000813</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>nl-BE</UILanguage>
                <UserLocale>nl-BE</UserLocale>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-International-Core" 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">
                <InputLocale>0813:00000813</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>nl-BE</UILanguage>
                <UserLocale>nl-BE</UserLocale>
            </component>
        </settings>
    </unattend>
    
    

    Important steps :

    1. Package: Did you create a package (without a program) contening your XML file?
    2. Package: After modifying the XML file, did you update your Distribution Points?
    3. Task Sequence: Did you typing the right name in the "Apply Operating System Image" Task?
    • Check "Use an unattended..."
    • Choose a package -> "Browse"
    • Type <FileName>.xml
  4. Here is it :

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.micro...nfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <InputLocale>0813:00000813</InputLocale>
                <SystemLocale>nl-BE</SystemLocale>
                <UILanguage>nl-NL</UILanguage>
                <UILanguageFallback>nl-BE</UILanguageFallback>
                <UserLocale>nl-BE</UserLocale>
            </component>
        </settings>
        <settings pass="specialize">
            <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.micro...nfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <InputLocale>0813:00000813</InputLocale>
                <SystemLocale>nl-BE</SystemLocale>
                <UILanguage>nl-NL</UILanguage>
                <UILanguageFallback>nl-BE</UILanguageFallback>
                <UserLocale>nl-BE</UserLocale>
            </component>
        </settings>
    </unattend>
    
  5. Try this (assuming that you have an english Operating System without MUI Packs) :

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.micro...nfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <InputLocale>0813:00000813</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UILanguageFallback>en-US</UILanguageFallback>
                <UserLocale>en-US</UserLocale>
            </component>
        </settings>
    </unattend>
    
×
×
  • 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.