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

    FOG Uploading image as raw?

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    4
    3.1k
    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.
    • J
      JBurgin
      last edited by

      Hey all,

      I’ve been working once again on trying to get Windows 7 machines to upload an image using the “Single Partition” option. I’ve had issues where no matter what configuration I try, I always get 0xc000000e on deployment. This is with multiple hardware types.

      I finally went back to square one and decided to rebuild my AutoUnattend.xml file that we use to install Windows 7 for image creation. After installation finishes, I immediately try to upload an image as Single Partition. The upload starts, the preliminary information doesn’t suggest that’s there is any problems. Once the upload starts, it says “Detected file system: raw” and is trying to upload the ENTIRE Hard Drive (even empty space)

      I have the host listed as “Windows 7” in Host Management. And the hard drive appeared to be in good order before I uploaded it.

      Any information is appreciated, never encountered it before.

      Here’s my new autounattend.xml for reference-

      [CODE]<?xml version=“1.0” encoding=“utf-8”?>
      <unattend xmlns=“urn:schemas-microsoft-com:unattend”>
      <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>
      <Type>Primary</Type>
      <Extend>true</Extend>
      </CreatePartition>
      </CreatePartitions>
      <ModifyPartitions>
      <ModifyPartition wcm:action=“add”>
      <Active>true</Active>
      <Format>NTFS</Format>
      <Label>ECSD</Label>
      <Letter>C</Letter>
      <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>
      <WillShowUI>OnError</WillShowUI>
      </OSImage>
      </ImageInstall>
      <UserData>
      <AcceptEula>true</AcceptEula>
      <FullName>Effingham County</FullName>
      <Organization>Board of Education</Organization>
      </UserData>
      </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>
      <InputLocale>en-US</InputLocale>
      <SystemLocale>en-US</SystemLocale>
      <UILanguage>en-US</UILanguage>
      <UserLocale>en-US</UserLocale>
      </component>
      </settings>
      <settings pass=“specialize”>
      <component name=“Microsoft-Windows-IE-InternetExplorer” 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”>
      <CompanyName>Effingham County Board of Education</CompanyName>
      <DisableFirstRunWizard>true</DisableFirstRunWizard>
      <Home_Page>http://www.effinghamschools.com</Home_Page>
      <SuggestedSitesEnabled>false</SuggestedSitesEnabled>
      <TrustedSites>http://mail.effingham.k12.ga.us</TrustedSites>
      <BlockPopups>yes</BlockPopups>
      </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”>
      <TimeZone>Eastern Standard Time</TimeZone>
      <ShowWindowsLive>false</ShowWindowsLive>
      </component>
      <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”>
      <RunSynchronous>
      <RunSynchronousCommand wcm:action=“add”>
      <Description>Enable Admin Account</Description>
      <Order>1</Order>
      <Path>net user administrator /active:yes</Path>
      </RunSynchronousCommand>
      </RunSynchronous>
      </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>
      <ProtectYourPC>1</ProtectYourPC>
      <NetworkLocation>Work</NetworkLocation>
      <HideEULAPage>true</HideEULAPage>
      <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
      </OOBE>
      <UserAccounts>
      <LocalAccounts>
      <LocalAccount wcm:action=“add”>
      <Password>
      <Value></Value>
      <PlainText>false</PlainText>
      </Password>
      <Description>Administrator</Description>
      <DisplayName>administrator</DisplayName>
      <Group>administrators</Group>
      <Name>administrator</Name>
      </LocalAccount>
      </LocalAccounts>
      </UserAccounts>
      </component>
      </settings>
      <cpi:offlineImage cpi:source=“wim://boe-ghost2/utility/netinstalls/win7_32/sources/install.wim#Windows 7 PROFESSIONAL” xmlns:cpi=“urn:schemas-microsoft-com:cpi” />
      </unattend>
      [/CODE]

      [I]If you can't fix it, FOG it. [/I]

      1 Reply Last reply Reply Quote 0
      • P
        Psycholiquid71
        last edited by

        I am not at my PC right now but as soon as I get home I will post up my .xml file. I am using single partition and it is working fine. I would sugggest for now to slim down the .xml file to the bare minimums and start from there. If that works then start adding back options until you find the offending option.

        1 Reply Last reply Reply Quote 0
        • J
          JBurgin
          last edited by

          I tried to remove or play around with the “DiskConfiguration” options, but any changes provided either prevented it from being a true Automated install, or produced the same result as before. Looking forward to comparing XML files.

          [I]If you can't fix it, FOG it. [/I]

          1 Reply Last reply Reply Quote 0
          • M
            Matt.Collins
            last edited by

            I ran into a similar issue, but only on one model of laptop, Dell E6510. I tested the same Windows 7 image on another model (HP) and it worked and uploaded as NTFS versus Raw. If anyone gets any information on how to fix this issue, it would be greatly appreciated. Again - Windows 7 64 bit - NTFS File System according to Windows and Partition Magic - Fog only sends up as Raw regardless of image type (Single Partition/NTFS Resizable, Multiple Partition/Single Disk).

            Thanks.

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

            158

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project