• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. klasikrkade
    3. Posts
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 19
    • Posts 26
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by klasikrkade

    • Fog and self encrypting hard drives

      I have imaged a Dell Optiplex 790 and am having strange issues occurring. The workstations I just found out have Seagate Momentus Self Encrypting Hard drives with 4K sector size. The boxes image fine but they have extreme night and day performance issues within the OS. I can log into one box and can happily click on apps and they open fast with no issues. I can log onto the same box a day later and it takes 20-30 seconds to open apps that took just seconds the previous day.

      All drivers from Dell have been installed so I don’t think it is any kind of driver based issue at this point. I have rebuilt these from scratch now twice and am baffled. I do not have these problems on the 390’s and 6520 laptops that I fog. These however do not have these self encrypting drives. Has anyone had any experience imaging machines with this type of drive using fog? It seems to be the only x-factor that my other Dell hardware does not have.

      Any insight would be appreciated.

      Thanks

      posted in Windows Problems
      K
      klasikrkade
    • Extra admin account causing issues

      I have an local admin account called foguser as part of my image that I don’t actually remember creating. This account is in the local administrators group along with the normal windows Administrator account. My image deploys fine but if I attempt to delete this account or give it a password (currently it is blank) when I repackage and deploy sysprep fails out with an error in the specialize portion of my unattend.xml file. I really don’t want to be forced to upload my images with this extra admin account just to get it to work. It also brings up the issue where I can’t upload without this secondary account. Is there any way to get this to work by just leaving the normal Administrator account in my image?

      Also when windows deploys it ends up logged in as the local Admin account which I would rather not have happen. At the end I would like it end up at the ALT-CTRL-DEL. The image changes its hostname and joins the domain with no problems.

      Here is my current unattend.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=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <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=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <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>
      <Format>NTFS</Format>
      <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>
      </OSImage>
      </ImageInstall>
      <UserData>
      <ProductKey>
      <Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key>
      <WillShowUI>OnError</WillShowUI>
      </ProductKey>
      <AcceptEula>true</AcceptEula>
      <FullName>fog</FullName>
      <Organization>xxxxxxxx</Organization>
      </UserData>
      </component>
      </settings>
      <settings pass=“specialize”>
      <component name=“Microsoft-Windows-Shell-Setup” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <AutoLogon>
      <Password>
      <Value>xxxxxxxxxxxxx</Value>
      <PlainText>false</PlainText>
      </Password>
      <Enabled>true</Enabled>
      <LogonCount>5</LogonCount>
      <Username>administrator</Username>
      </AutoLogon>
      <WindowsFeatures>
      <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
      <ShowWindowsMail>false</ShowWindowsMail>
      <ShowMediaCenter>false</ShowMediaCenter>
      <ShowInternetExplorer>true</ShowInternetExplorer>
      </WindowsFeatures>
      <TimeZone>Eastern Standard Time</TimeZone>
      <CopyProfile>true</CopyProfile>
      <ComputerName>*</ComputerName>
      </component>
      <component name=“Microsoft-Windows-Security-Licensing-SLC-UX” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <SkipAutoActivation>true</SkipAutoActivation>
      </component>
      <component name=“Security-Malware-Windows-Defender” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <DisableAntiSpyware>true</DisableAntiSpyware>
      </component>
      <component name=“Microsoft-Windows-Deployment” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <RunSynchronous>
      <RunSynchronousCommand wcm:action=“add”>
      <Order>1</Order>
      <Path>net user administrator /active:yes</Path>
      </RunSynchronousCommand>
      </RunSynchronous>
      </component>
      </settings>
      <settings pass=“oobeSystem”>
      <component name=“Microsoft-Windows-International-Core” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <InputLocale>en-us</InputLocale>
      <SystemLocale>en-us</SystemLocale>
      <UILanguage>en-us</UILanguage>
      <UserLocale>en-us</UserLocale>
      </component>
      <component name=“Microsoft-Windows-Shell-Setup” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <AutoLogon>
      <Password>
      <Value>xxxxxxxxxx</Value>
      <PlainText>false</PlainText>
      </Password>
      <Enabled>true</Enabled>
      <LogonCount>5</LogonCount>
      <Username>administrator</Username>
      </AutoLogon>
      <RegisteredOrganization>xxxxxxxxx</RegisteredOrganization>
      <RegisteredOwner>xxxxxxxxxxx</RegisteredOwner>
      <FirstLogonCommands>
      <SynchronousCommand wcm:action=“add”>
      <CommandLine>cscript //b C:\windows\system32\slmgr.vbs /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</CommandLine>
      <Order>1</Order>
      <RequiresUserInput>false</RequiresUserInput>
      </SynchronousCommand>
      <SynchronousCommand wcm:action=“add”>
      <Order>2</Order>
      <RequiresUserInput>false</RequiresUserInput>
      <CommandLine>cscript //b C:\windows\system32\slmgr.vbs /ato</CommandLine>
      </SynchronousCommand>
      </FirstLogonCommands>
      <OOBE>
      <HideEULAPage>true</HideEULAPage>
      <NetworkLocation>Work</NetworkLocation>
      <ProtectYourPC>1</ProtectYourPC>
      </OOBE>
      <UserAccounts>
      <AdministratorPassword>
      <Value>xxxxxxxxxxx=</Value>
      <PlainText>false</PlainText>
      </AdministratorPassword>
      <LocalAccounts>
      <LocalAccount wcm:action=“add”>
      <Password>
      <Value>xxxxxxxxxx</Value>
      <PlainText>false</PlainText>
      </Password>
      <Description>Local Administrator</Description>
      <DisplayName>Administrator</DisplayName>
      <Group>Administrators</Group>
      <Name>Administrator</Name>
      </LocalAccount>
      </LocalAccounts>
      </UserAccounts>
      </component>
      </settings>
      <settings pass=“generalize”>
      <component name=“Microsoft-Windows-Security-SPP” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <SkipRearm>1</SkipRearm>
      </component>
      </settings>
      <cpi:offlineImage cpi:source=“catalog://xxxxxxx/zsources/install_windows 7 professional.clg” xmlns:cpi=“urn:schemas-microsoft-com:cpi” />
      </unattend>

      posted in FOG Problems
      K
      klasikrkade
    • Extra admin account casuing issues

      I have an local admin account called foguser as part of my image that I don’t actually remember creating. This account is in the local administrators group along with the normal windows Administrator account. My image deploys fine but if I attempt to delete this account or give it a password (currently it is blank) when I repackage and deploy sysprep fails out with an error in the specialize portion of my unattend.xml file. I really don’t want to be forced to upload my images with this extra admin account just to get it to work. It also brings up the issue where I can’t upload without this secondary account. Is there any way to get this to work by just leaving the normal Administrator account in my image?

      Also when windows deploys it ends up logged in as the local Admin account which I would rather not have happen. At the end I would like it end up at the ALT-CTRL-DEL. The image changes its hostname and joins the domain with no problems.

      Here is my current unattend.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=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <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=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <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>
      <Format>NTFS</Format>
      <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>
      </OSImage>
      </ImageInstall>
      <UserData>
      <ProductKey>
      <Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key>
      <WillShowUI>OnError</WillShowUI>
      </ProductKey>
      <AcceptEula>true</AcceptEula>
      <FullName>fog</FullName>
      <Organization>xxxxxxxx</Organization>
      </UserData>
      </component>
      </settings>
      <settings pass=“specialize”>
      <component name=“Microsoft-Windows-Shell-Setup” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <AutoLogon>
      <Password>
      <Value>xxxxxxxxxxxxx</Value>
      <PlainText>false</PlainText>
      </Password>
      <Enabled>true</Enabled>
      <LogonCount>5</LogonCount>
      <Username>administrator</Username>
      </AutoLogon>
      <WindowsFeatures>
      <ShowWindowsMediaPlayer>false</ShowWindowsMediaPlayer>
      <ShowWindowsMail>false</ShowWindowsMail>
      <ShowMediaCenter>false</ShowMediaCenter>
      <ShowInternetExplorer>true</ShowInternetExplorer>
      </WindowsFeatures>
      <TimeZone>Eastern Standard Time</TimeZone>
      <CopyProfile>true</CopyProfile>
      <ComputerName>*</ComputerName>
      </component>
      <component name=“Microsoft-Windows-Security-Licensing-SLC-UX” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <SkipAutoActivation>true</SkipAutoActivation>
      </component>
      <component name=“Security-Malware-Windows-Defender” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <DisableAntiSpyware>true</DisableAntiSpyware>
      </component>
      <component name=“Microsoft-Windows-Deployment” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <RunSynchronous>
      <RunSynchronousCommand wcm:action=“add”>
      <Order>1</Order>
      <Path>net user administrator /active:yes</Path>
      </RunSynchronousCommand>
      </RunSynchronous>
      </component>
      </settings>
      <settings pass=“oobeSystem”>
      <component name=“Microsoft-Windows-International-Core” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <InputLocale>en-us</InputLocale>
      <SystemLocale>en-us</SystemLocale>
      <UILanguage>en-us</UILanguage>
      <UserLocale>en-us</UserLocale>
      </component>
      <component name=“Microsoft-Windows-Shell-Setup” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <AutoLogon>
      <Password>
      <Value>xxxxxxxxxx</Value>
      <PlainText>false</PlainText>
      </Password>
      <Enabled>true</Enabled>
      <LogonCount>5</LogonCount>
      <Username>administrator</Username>
      </AutoLogon>
      <RegisteredOrganization>xxxxxxxxx</RegisteredOrganization>
      <RegisteredOwner>xxxxxxxxxxx</RegisteredOwner>
      <FirstLogonCommands>
      <SynchronousCommand wcm:action=“add”>
      <CommandLine>cscript //b C:\windows\system32\slmgr.vbs /ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</CommandLine>
      <Order>1</Order>
      <RequiresUserInput>false</RequiresUserInput>
      </SynchronousCommand>
      <SynchronousCommand wcm:action=“add”>
      <Order>2</Order>
      <RequiresUserInput>false</RequiresUserInput>
      <CommandLine>cscript //b C:\windows\system32\slmgr.vbs /ato</CommandLine>
      </SynchronousCommand>
      </FirstLogonCommands>
      <OOBE>
      <HideEULAPage>true</HideEULAPage>
      <NetworkLocation>Work</NetworkLocation>
      <ProtectYourPC>1</ProtectYourPC>
      </OOBE>
      <UserAccounts>
      <AdministratorPassword>
      <Value>xxxxxxxxxxx=</Value>
      <PlainText>false</PlainText>
      </AdministratorPassword>
      <LocalAccounts>
      <LocalAccount wcm:action=“add”>
      <Password>
      <Value>xxxxxxxxxx</Value>
      <PlainText>false</PlainText>
      </Password>
      <Description>Local Administrator</Description>
      <DisplayName>Administrator</DisplayName>
      <Group>Administrators</Group>
      <Name>Administrator</Name>
      </LocalAccount>
      </LocalAccounts>
      </UserAccounts>
      </component>
      </settings>
      <settings pass=“generalize”>
      <component name=“Microsoft-Windows-Security-SPP” processorArchitecture=“amd64” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <SkipRearm>1</SkipRearm>
      </component>
      </settings>
      <cpi:offlineImage cpi:source=“catalog://xxxxxxx/zsources/install_windows 7 professional.clg” xmlns:cpi=“urn:schemas-microsoft-com:cpi” />
      </unattend>

      posted in Windows Problems
      K
      klasikrkade
    • RE: Fog/sysprep stops at computer name screen

      [quote=“jdd49, post: 1788, member: 623”]What do you have the computer name in your answer file set as?[/quote]
      No computer name in answer file. I wanted fog to rename to computer name defined in fog for the particular MAC. Once i hit next manually it does work as advertised but as I said earlier any manually intervention here is not going to help. Thanks for the reply.

      posted in FOG Problems
      K
      klasikrkade
    • Fog/sysprep stops at computer name screen

      Using FOG 032 for windows 7 build. I am using an unattend.xml file. When I blow an image down to a box everything goes well. Fog renames computer and joins to the domain. During the first or second reboot however the computer stops at the computer name dialogue.

      It defaults to the name specified in FOG in this case PC-*. If i click next here the machine goes on its merry way fog does the rename and my sysprepped image works. The problem is I want this to be automated and the stop at the computer name is screen is an issue. Anyone seen this before? How can I get this to automatically blow by this screen rather than stopping?

      I see in the fog settings for quick registration seems to correlate to the computer name in the dialogue. I also noticed that the FOG_QUICKREG_AUTOPOP setting was set to 0. I changed this value to 1 thinking that perhaps this would make the process no longer stop and wait for me to click next. No dice.

      Kind of stumped with this one.

      posted in Windows Problems
      K
      klasikrkade
    • Fog/sysprep stops at computer name screen

      Using FOG 032 for windows 7 build. I am using an unattend.xml file. When I blow an image down to a box everything goes well. Fog renames computer and joins to the domain. During the first or second reboot however the computer stops at the computer name dialogue.

      It defaults to the name specified in FOG in this case PC-*. If i click next here the machine goes on its merry way fog does the rename and my sysprepped image works. The problem is I want this to be automated and the stop at the computer name is screen is an issue. Anyone seen this before? How can I get this to automatically blow by this screen rather than stopping?

      I see in the fog settings for quick registration seems to correlate to the computer name in the dialogue. I also noticed that the FOG_QUICKREG_AUTOPOP setting was set to 0. I changed this value to 1 thinking that perhaps this would make the process no longer stop and wait for me to click next. No dice.

      Kind of stumped with this one.

      posted in FOG Problems
      K
      klasikrkade
    • 1
    • 2
    • 2 / 2