• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Thinkcentre M57p wont register

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    25
    8.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dwayneS
      last edited by

      Yes i had seen something like that. I need to check how server 2008 accepts the domain user credentials for user name.

      I have a command in the unattend file that should enable the Administrator account. By default sysprep disables the Administrator account. So i need to revisit that section of my file

      1 Reply Last reply Reply Quote 0
      • Juan AntonioJ
        Juan Antonio
        last edited by

        You can show unattended xml sysprep?

        1 Reply Last reply Reply Quote 0
        • D
          dwayneS
          last edited by

          Here is my unattend.xml. After imaging the machine the Administrator account was still disabled and fog service still could not add machine to domain.

          [CODE]<?xml version=“1.0” encoding=“utf-8”?>
          <unattend xmlns=“urn:schemas-microsoft-com:unattend”>
          <settings pass=“generalize”>
          <component name=“Microsoft-Windows-Security-SPP” 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”>
          <SkipRearm>1</SkipRearm>
          </component>
          </settings>
          <settings pass=“specialize”>
          <component name=“Microsoft-Windows-Deployment” 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”>
          <RunSynchronous>
          <RunSynchronousCommand wcm:action=“add”>
          <Order>1</Order>
          <Path>c:\windows\system32\net user administrator /activate:yes</Path>
          </RunSynchronousCommand>
          </RunSynchronous>
          </component>
          <component name=“Microsoft-Windows-IE-InternetExplorer” processorArchitecture=“wow64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“http://schemas.microsoft.com/WMIConfig/2002/State” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>
          <Home_Page>http://www.jamaicacollege.org</Home_Page>
          <BlockPopups>yes</BlockPopups>
          </component>
          <component name=“Microsoft-Windows-Shell-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”>
          <ComputerName></ComputerName>
          <UserAccounts>
          <LocalAccounts>
          <LocalAccount wcm:action=“add”>
          <Password>
          <Value>password</Value>
          <PlainText>false</PlainText>
          </Password>
          <Description>Local Administrator</Description>
          <DisplayName>Administrator</DisplayName>
          <Name>Administrator</Name>
          <Group>Administrators</Group>
          </LocalAccount>
          </LocalAccounts>
          <AdministratorPassword>
          <Value>password</Value>
          <PlainText>false</PlainText>
          </AdministratorPassword>
          </UserAccounts>
          </component>
          </settings>
          <settings pass=“oobeSystem”>
          <component name=“Microsoft-Windows-Deployment” 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”>
          <Reseal>
          <Mode>OOBE</Mode>
          </Reseal>
          </component>
          <component name=“Microsoft-Windows-Shell-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”>
          <OOBE>
          <HideEULAPage>true</HideEULAPage>
          <ProtectYourPC>3</ProtectYourPC>
          <SkipUserOOBE>true</SkipUserOOBE>
          <SkipMachineOOBE>true</SkipMachineOOBE>
          <NetworkLocation>Work</NetworkLocation>
          </OOBE>
          </component>
          </settings>
          <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>
          <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”>
          <WillShowUI>OnError</WillShowUI>
          <Disk>
          <DiskID>0</DiskID>
          <WillWipeDisk>true</WillWipeDisk>
          <CreatePartitions>
          <CreatePartition>
          <!-- Create the system partition–>
          <Order>1</Order>
          <Type>Primary</Type>
          <Size>100</Size>
          </CreatePartition>
          <!-- Create the Windows partition and fill the rest of the hard disk -->
          <CreatePartition>
          <Order>2</Order>
          <Type>Primary</Type>
          <Extend>true</Extend>
          </CreatePartition>
          </CreatePartitions>
          <ModifyPartitions>
          <!-- Modify the system partition–>
          <ModifyPartition>
          <Order>1</Order>
          <PartitionID>1</PartitionID>
          <Format>NTFS</Format>
          <Label>System</Label>
          </ModifyPartition>
          <!-- Modify the Windows partition -->
          <ModifyPartition>
          <Order>2</Order>
          <PartitionID>2</PartitionID>
          <Format>NTFS</Format>
          <Label>Windows</Label>
          </ModifyPartition>
          </ModifyPartitions>
          </Disk>
          </component>
          <UserData>
          <ProductKey>
          <WillShowUI>OnError</WillShowUI>
          <Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key>
          </ProductKey>
          <AcceptEula>true</AcceptEula>
          <FullName>Jamaica College</FullName>
          <Organization>Jamaica College</Organization>
          </UserData>
          </settings>
          <cpi:offlineImage cpi:source=“catalog:d:/sources/install_Windows 7 PROFESSIONAL.clg” xmlns:cpi=“urn:schemas-microsoft-com:cpi” />
          </unattend>[/CODE]

          1 Reply Last reply Reply Quote 0
          • Juan AntonioJ
            Juan Antonio
            last edited by

            It seems to be correct, do not know what can be the problem.

            1 Reply Last reply Reply Quote 0
            • Juan AntonioJ
              Juan Antonio
              last edited by

              dof You set up the domain in FOG?

              [url=“/_imported_xf_attachments/1/1329_sshot-1.png?:”]sshot-1.png[/url]

              1 Reply Last reply Reply Quote 0
              • Jaymes DriverJ
                Jaymes Driver Developer
                last edited by

                [quote=“dwayneS, post: 36032, member: 25830”]Yes all of that was done and was working OK from day 1. After making the changes I mentioned above all was well. I only have 2 issues now.

                1. a section of my unattended file seems to not work. There is a command to enable the administrator account but that not working. I need to revisit.
                2. The computer is not being joined to the domain via fog client service. When I check the log file I get an unknown error 2202.[/quote]

                Is this by chance an old image? I have had problems like this happen (with one unit in particular that we use for nComputing) where the Administrator user becomes corrupt and had to be removed. I also add a SECOND administrator when I use the unattend file, i name him Admin, that way I have two instances in which to enter as the admin user.

                The only resolve I had for my issue was to set my image up again, it was daunting and well worth it!

                I am glad you got your FOG issue fixed, and thanks for telling us HOW you fixed it, that will help users in the future, I hope you get your image issue fixed 😞

                WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                1 Reply Last reply Reply Quote 0
                • M
                  Mentaloid
                  last edited by

                  You upgraded to 1.2.0? If so, you might want to verify that the default domain settings are correct in FOG config, noting that the domain portion should NOT be included in the username anymore.

                  If you have clients that are not using the default (as in you specified the OU, and therefore the rest of the domain settings as well), then you may need to double check the individual clients/groups as well for misconfigured domain/user’s

                  1 Reply Last reply Reply Quote 0
                  • D
                    dwayneS
                    last edited by

                    [quote=“Juan Antonio, post: 36077, member: 23837”]dof You set up the domain in FOG?[/quote]
                    Yes i did set it up. i had it setup prior to the upgrade

                    1 Reply Last reply Reply Quote 0
                    • D
                      dwayneS
                      last edited by

                      [quote=“Jaymes Driver, post: 36168, member: 3582”]Is this by chance an old image? I have had problems like this happen (with one unit in particular that we use for nComputing) where the Administrator user becomes corrupt and had to be removed. I also add a SECOND administrator when I use the unattend file, i name him Admin, that way I have two instances in which to enter as the admin user.

                      The only resolve I had for my issue was to set my image up again, it was daunting and well worth it!

                      I am glad you got your FOG issue fixed, and thanks for telling us HOW you fixed it, that will help users in the future, I hope you get your image issue fixed :([/quote]
                      Thanks i always try to share solutions to problems i encounter as someone sure will be in my position somewhere down the line. No its not an old image. The win7 images are new and its my first time doing sysprep and first time deploying win7 on fog

                      1 Reply Last reply Reply Quote 0
                      • D
                        dwayneS
                        last edited by

                        [quote=“Mentaloid, post: 36203, member: 4362”]You upgraded to 1.2.0? If so, you might want to verify that the default domain settings are correct in FOG config, noting that the domain portion should NOT be included in the username anymore.

                        If you have clients that are not using the default (as in you specified the OU, and therefore the rest of the domain settings as well), then you may need to double check the individual clients/groups as well for misconfigured domain/user’s[/quote]
                        hmmm thats interesting. i will have to try that when i return to work. the domain user section that is. When i searched the 2202 error is an AD authentication error and not a fog error, stating that the provided name is incorrect or in wrong format

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 2 / 2
                        • First post
                          Last post

                        166

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project