Windows 7 Image Capture
Hi All,I've setup a reference computer manually.It's a Lenovo T500 laptop with Windows 7 Pro in French.I've installed all my required apps.I've run Sysprep with the generalize option selected.I've created a Task Sequence. The first step is to set the OSDTargetSystemRoot variable to "C:\WINDOWS".The second step is to capture the OS image. The image is stored on a shared folder on my SCCM server. The account has permission to write into the directory. The task sequence is available to PXE Boot media and advertized correctly.This method works great with a reference computer with Win XP Pro.On my reference computer, I PXE boot and launch the task sequence.I received an error on the step of capturing the OS image :The task sequence execution engine failed executing the action (Capture OS Image - Lenovo T500 - Win7) in the group () with the error code 2147942403Action output: "C:\WINDOWS\system32\config\software" into HKLM\OfflineRegistry1RegLoadKey( oRegKeyHKLM, sRegKey, sRegHivPath), HRESULT=80070003 (e:\nts_sms_fre\sms\framework\osdcore\offlineregistry.cpp,64)LoadHive( szPathBuffer, m_sRegKeySoftware, m_oRegKeySoftware), HRESULT=80070003 (e:\nts_sms_fre\sms\framework\osdcore\offlineregistry.cpp,186)m_oOfflineRegistry.Init(pszSystemRoot), HRESULT=80070003 (e:\nts_sms_fre\sms\framework\osdcore\offlineos.cpp,754)rDefaultOs.initialize(sTargetSystemRoot), HRESULT=80070003 (e:\nts_sms_fre\sms\client\osdeployment\capturesystemimage\capturesystemimage.cpp,613)VerifySystemForCapture(DefaultOs), HRESULT=80070003 (e:\nts_sms_fre\sms\client\osdeployment\capturesystemimage\capturesystemimage.cpp,856)Finished with error code 0x80070003Failed to load "C:\WINDOWS\system32\config\software" (0x80070003).Failed to load the offline SOFTWARE registry (0x80070003).Failed to validate for capture. The system cannot find the path specified. (Error: 80070003; Source: Windows). The operating system reported error 2147942403: Le chemin d’accès spécifié est introuvable. On the last line, the error is in French, but it means "the specified file path is not found".I run SCCM 2007 SP1 R2 in English on a Windows Server 2003 R2 SP2 in English.I've seen several post saying SCCM 2007 SP1 is not Win7 ready and SP2 needs to be applied.This morning, I've upgraded my server to SCCM 2007 SP2 but I received the same error in my Task Sequence.How can I solved this ?How can I find what is the file that is not found ?Thank you,Dominic
February 5th, 2010 4:46pm

Did you recreate your boot images after applying SP2?
Free Windows Admin Tool Kit Click here and download it now
February 5th, 2010 5:10pm

make sure the client has the SP2 version of the configmgr client installed also here's a quick step by step guide for Capturing Windows 7 , you might find it useful. My step by step SCCM Guides windows-noob on Twitter
February 5th, 2010 5:13pm

Hi Alex,No, I haven't recreate the boot image. In the SCCM SP2 upgrade process, I saw a step saying "Built-in Boot Image upgrade" or so...I'm using the default boot image with added drivers.Do I really need to recreate the boot image, even if I was using the default ?If so, how can I do it ?Thanks again,Dominic
Free Windows Admin Tool Kit Click here and download it now
February 5th, 2010 5:21pm

Hi Niall,The SCCM client is not installed on my refenrence computer.I don't understand why I need it since I'm using the task sequence with PXE boot.Is this a new requirements for Windows 7 clients ?Thanks again,Dominic
February 5th, 2010 5:25pm

I had some issues until I performed a manual creation of the new boot images.This is the guide I followed. Bear in mind if you copy and paste that the double quotes are of the wrong type.http://www.ithastobecool.com/2009/11/02/creating-a-custom-boot-image-for-sccm-sp2-winpe-3-0/
Free Windows Admin Tool Kit Click here and download it now
February 5th, 2010 5:56pm

Hi Alex,I have my updated wim image after having followed the procedure you gave me.Do I need to update the default boot image or do I need to create new one ?Thanks again,Dominic
February 8th, 2010 10:07pm

Hi Alex,I've seen that the files for my boot images were updated during the SP2 installation.The modified file timestamp is when I've made the upgrade in the [SCCM install folder]\OSD\boot\x64.In my SCCM console, however, the install date of my boot image is on may 2009.When I try to update the distribution point on my boot image, I receive this error : Error: Boot image to update: Microsoft Windows Vista PE (amd64) Error: Actions to perform: Add ConfigMgr binariesDisable Windows PE command line supportAdd drivers Success: Drivers that will be included: Intel(R) PRO/1000 Gigabit Server AdapterIntel(R) PRO/1000 PT Dual Port Network ConnectionIntel(R) PRO/1000 PT Dual Port Network ConnectionIntel(R) PRO/1000 MT Desktop AdapterIntel(R) 82567LM-3 Gigabit Network ConnectionIntel(R) 82567LM-3 Gigabit Network ConnectionIntel(R) 82575EB Gigabit Network ConnectionIntel(R) 82575EB Gigabit Network ConnectionIntel(R) 82567LM-2 Gigabit Network ConnectionIntel(R) 82567LM-2 Gigabit Network Connection Error: Failed to import the following drivers:Intel(R) ESB2 SATA AHCI Controller - Failed to inject a ConfigMgr driver into the mounted WIM file Error: The wizard detected the following problems when updating the boot image.Failed to inject a ConfigMgr driver into the mounted WIM fileFailed to inject a ConfigMgr driver into the mounted WIM fileFailed to inject a ConfigMgr driver into the mounted WIM fileThe ConfigMgr Provider reported an error.: ConfigMgr Error Object:instance of SMS_ExtendedStatus{Description = "Failed to insert OSD binaries into the WIM file";ErrorCode = 2152205056;File = "e:\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\sspbootimagepackage.cpp";Line = 4262;ObjectInfo = "CSspBootImagePackage::PreRefreshPkgSrcHook";Operation = "ExecMethod";ParameterInfo = "SMS_BootImagePackage.PackageID=\"70000002\"";ProviderName = "WinMgmt";StatusCode = 2147749889;How can I troubleshoot this ?Thanks again,Dominic
Free Windows Admin Tool Kit Click here and download it now
February 8th, 2010 10:55pm

I updated the current ones and that appeared to work.It appears the driver you are trying to inject is not compatible, remove it/disable it and try again.Alex
February 9th, 2010 2:48pm

Hi Alex,I removed the dirver that failed.However, when I updated the distribution point, the next driver failed too.I removed this one too, but the other next failed...I'll try to remove all drivers and update the distribution point. I'll try to add the updated drivers after this this and see how it goes.Do you have a better idea ?Thanks again,Dominic
Free Windows Admin Tool Kit Click here and download it now
February 9th, 2010 4:03pm

Hi Alex,I updated my boot images by removing all drivers, downloading new versions of drivers and importing them back in SCCM and my boot Images.However, I have the same problem when capturing my OS image.I've rebooted my reference computer and verified that the file C:\Windows\System32\config\software. The file is present. However, when I browse to the directory, I recevie a elevation request from the UAC when I access the C:\Windows\System32\config folder. Can this cause problem when the Capture Image task attempts to read the registry files ?I've also made sure the SCCM client on the reference computer is updated.I've tried with a custom boot images with no success.Thanks again,Dominic
February 10th, 2010 8:36pm

Hi Dominic, I am in a very similar situation as yourself in that I am attempting to capture a wim image of a Windows 7 x64 laptop pc that has been sysprep'd using SCCM 2007 SP2 with a Capture TS setup the same as you. Here's what I get in my SMSTS log file: Expand a string: WinPE]LOG]!><time="08:55:38.717+-660" date="01-11-2011" component="TSManager" context="" type="0" thread="1152" file="executionenv.cxx:782"> <![LOG[Executing command line: osdcapturesystemimage.exe]LOG]!><time="08:55:38.717+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="commandline.cpp:805"> <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="1" thread="1232" file="util.cpp:869"> <![LOG[Validating system for capture...]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="1" thread="1232" file="capturesystemimage.cpp:858"> <![LOG[Target OS system root is c:\Windows]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="1" thread="1232" file="capturesystemimage.cpp:612"> <![LOG[OfflineRegistry::Init("c:\Windows")]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="0" thread="1232" file="offlineregistry.cpp:168"> <![LOG[Loading offline registry hive "c:\Windows\system32\config\software" into HKLM\OfflineRegistry1]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="0" thread="1232" file="offlineregistry.cpp:60"> <![LOG[RegLoadKey( oRegKeyHKLM, sRegKey, sRegHivPath), HRESULT=80070003 (e:\nts_sms_fre\sms\framework\osdcore\offlineregistry.cpp,64)]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="0" thread="1232" file="offlineregistry.cpp:64"> <![LOG[Failed to load "c:\Windows\system32\config\software" (0x80070003).]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="3" thread="1232" file="offlineregistry.cpp:64"> <![LOG[LoadHive( szPathBuffer, m_sRegKeySoftware, m_oRegKeySoftware ), HRESULT=80070003 (e:\nts_sms_fre\sms\framework\osdcore\offlineregistry.cpp,186)]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="0" thread="1232" file="offlineregistry.cpp:186"> <![LOG[Failed to load the offline SOFTWARE registry (0x80070003).]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="3" thread="1232" file="offlineregistry.cpp:186"> <![LOG[m_oOfflineRegistry.Init(pszSystemRoot), HRESULT=80070003 (e:\nts_sms_fre\sms\framework\osdcore\offlineos.cpp,754)]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="0" thread="1232" file="offlineos.cpp:754"> <![LOG[rDefaultOs.initialize(sTargetSystemRoot), HRESULT=80070003 (e:\nts_sms_fre\sms\client\osdeployment\capturesystemimage\capturesystemimage.cpp,613)]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="0" thread="1232" file="capturesystemimage.cpp:613"> <![LOG[VerifySystemForCapture(DefaultOs), HRESULT=80070003 (e:\nts_sms_fre\sms\client\osdeployment\capturesystemimage\capturesystemimage.cpp,860)]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="0" thread="1232" file="capturesystemimage.cpp:860"> <![LOG[Failed to validate for capture. The system cannot find the path specified. (Error: 80070003; Source: Windows)]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="3" thread="1232" file="capturesystemimage.cpp:860"> <![LOG[Finished with error code 0x80070003]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="CaptureSystemImage" context="" type="1" thread="1232" file="capturesystemimage.cpp:943"> <![LOG[Process completed with exit code 2147942403]LOG]!><time="08:55:38.733+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="commandline.cpp:1102"> <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="08:55:38.749+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="instruction.cxx:3010"> <![LOG[Failed to run the action: Capture Operating System Image. The system cannot find the path specified. (Error: 80070003; Source: Windows)]LOG]!><time="08:55:38.749+-660" date="01-11-2011" component="TSManager" context="" type="3" thread="1152" file="instruction.cxx:3101"> <![LOG[Sending status message . . .]LOG]!><time="08:55:38.749+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:292"> <![LOG[Send a task execution status message SMS_TSExecution_ActionFailError]LOG]!><time="08:55:38.749+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:314"> <![LOG[MP server ntaucor52.centro.com.au and port 80. SSL=false. CRL=false.]LOG]!><time="08:55:38.749+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:458"> <![LOG[Site code: CNP]LOG]!><time="08:55:38.749+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:489"> <![LOG[Client machine name: Win7GolImg0601]LOG]!><time="08:55:38.749+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:494"> <![LOG[Client Identity: GUID:BFF85F23-D46C-481E-87EE-7323AE94922F]LOG]!><time="08:55:38.749+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:496"> <![LOG[Advertisement ID: CNP20116]LOG]!><time="08:55:38.749+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:505"> <![LOG[Package ID: CNP00113]LOG]!><time="08:55:38.749+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:507"> <![LOG[Sending StatusMessage]LOG]!><time="08:55:38.764+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:3806"> <![LOG[Formatted header:]LOG]!><time="08:55:38.764+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:1500"> <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>194277e9-48f1-4d9d-a0fa-7c5ff0fa78a4</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2011-01-10T21:55:38Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="4226"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> ]LOG]!><time="08:55:38.764+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:1501"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: ntaucor52.centro.com.au:80 CCM_POST /ccm_system/request]LOG]!><time="08:55:38.764+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:7446"> <![LOG[The request has succeeded. 200 OK]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="0" thread="1152" file="libsmsmessaging.cpp:7734"> <![LOG[Set a global environment variable _SMSTSLastActionRetCode=-2147024893]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="0" thread="1152" file="executionenv.cxx:668"> <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=false]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="0" thread="1152" file="executionenv.cxx:668"> <![LOG[Clear local default environment]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="0" thread="1152" file="executionenv.cxx:807"> <![LOG[Failed to run the action: Capture Operating System Image. Execution has been aborted]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="3" thread="1152" file="instruction.cxx:3189"> <![LOG[Sending status message . . .]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:292"> <![LOG[Send a task execution status message SMS_TSExecution_ActionAbortExecutionError]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:314"> <![LOG[MP server ntaucor52.centro.com.au and port 80. SSL=false. CRL=false.]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:458"> <![LOG[Site code: CNP]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:489"> <![LOG[Client machine name: Win7GolImg0601]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:494"> <![LOG[Client Identity: GUID:BFF85F23-D46C-481E-87EE-7323AE94922F]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:496"> <![LOG[Advertisement ID: CNP20116]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:505"> <![LOG[Package ID: CNP00113]LOG]!><time="08:55:38.795+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:507"> <![LOG[Sending StatusMessage]LOG]!><time="08:55:38.811+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:3806"> <![LOG[Formatted header:]LOG]!><time="08:55:38.811+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:1500"> <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>194277e9-48f1-4d9d-a0fa-7c5ff0fa78a4</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2011-01-10T21:55:38Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2186"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> ]LOG]!><time="08:55:38.811+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:1501"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: ntaucor52.centro.com.au:80 CCM_POST /ccm_system/request]LOG]!><time="08:55:38.811+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:7446"> <![LOG[The request has succeeded. 200 OK]LOG]!><time="08:55:38.842+-660" date="01-11-2011" component="TSManager" context="" type="0" thread="1152" file="libsmsmessaging.cpp:7734"> <![LOG[Failed to run the last action: Capture Operating System Image. Execution of task sequence failed. The system cannot find the path specified. (Error: 80070003; Source: Windows)]LOG]!><time="08:55:38.842+-660" date="01-11-2011" component="TSManager" context="" type="3" thread="1152" file="engine.cxx:214"> <![LOG[Sending status message . . .]LOG]!><time="08:55:38.842+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:292"> <![LOG[Send a task execution status message SMS_TSExecution_TaskSequenceFailError]LOG]!><time="08:55:38.842+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:314"> <![LOG[MP server ntaucor52.centro.com.au and port 80. SSL=false. CRL=false.]LOG]!><time="08:55:38.842+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:458"> <![LOG[Site code: CNP]LOG]!><time="08:55:38.842+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:489"> <![LOG[Client machine name: Win7GolImg0601]LOG]!><time="08:55:38.842+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:494"> <![LOG[Client Identity: GUID:BFF85F23-D46C-481E-87EE-7323AE94922F]LOG]!><time="08:55:38.842+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:496"> <![LOG[Advertisement ID: CNP20116]LOG]!><time="08:55:38.842+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:505"> <![LOG[Package ID: CNP00113]LOG]!><time="08:55:38.842+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="utility.cxx:507"> <![LOG[Sending StatusMessage]LOG]!><time="08:55:38.858+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:3806"> <![LOG[Formatted header:]LOG]!><time="08:55:38.858+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:1500"> <![LOG[<Msg SchemaVersion="1.1" ReplyCompression="zlib"><ID/><SourceID>194277e9-48f1-4d9d-a0fa-7c5ff0fa78a4</SourceID><SourceHost/><TargetAddress>mp:[http]MP_StatusManager</TargetAddress><ReplyTo>direct:OSD</ReplyTo><Priority>3</Priority><Timeout>3600</Timeout><SentTime>2011-01-10T21:55:38Z</SentTime><Protocol>http</Protocol><Body Type="ByteRange" Offset="0" Length="2138"/><Hooks/><Payload Type="inline"/><TargetHost/><TargetEndpoint>StatusReceiver</TargetEndpoint><ReplyMode>Sync</ReplyMode><CorrelationID/></Msg> ]LOG]!><time="08:55:38.858+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:1501"> <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: ntaucor52.centro.com.au:80 CCM_POST /ccm_system/request]LOG]!><time="08:55:38.858+-660" date="01-11-2011" component="TSManager" context="" type="1" thread="1152" file="libsmsmessaging.cpp:7446"> <![LOG[The request has succeeded. 200 OK]LOG]!><time="08:55:38.889+-660" date="01-11-2011" component="TSManager" context="" type="0" thread="1152" file="libsmsmessaging.cpp:7734"> <![LOG[Executing command line: X:\WINDOWS\system32\cmd.exe /k]LOG]!><time="08:55:44.801+-660" date="01-11-2011" component="TSBootShell" context="" type="1" thread="808" file="bootshell.cpp:767"> <![LOG[The command completed successfully.]LOG]!><time="08:55:44.817+-660" date="01-11-2011" component="TSBootShell" context="" type="1" thread="808" file="bootshell.cpp:850"> <![LOG[Successfully launched command shell.]LOG]!><time="08:55:44.817+-660" date="01-11-2011" component="TSBootShell" context="" type="1" thread="808" file="bootshell.cpp:430"> -------------------------------------------------------------------------------------------------------------- As you can see from the bold / italics part of the log file above the TS fails at the point of capturing the Win 7 OS. I cannot work out why this would be the case. All looks to be correctly setup in SCCM. Drivers in the Boot Image look to be correct (can run Ipconfig and diskpart from a command prompt when in WinPE). Any help with this would be much appreciated. Thanks, David
Free Windows Admin Tool Kit Click here and download it now
January 10th, 2011 11:58pm

you could try this... http://blog.coretech.dk/osdeploy/capture-none-syspreped-image-using-sccm-running-imagex-from-a-ts/ then you are not dependend on the sccm capture steps Michaelhttp://kongkuba1.spaces.live.com
January 12th, 2011 3:52am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics