Wednesday, March 30, 2011

ConfigMgr 2007 R2 SP2 OSD Imaging issue

So for the past several months my coworker and I have been wanting to update our Imaging process from an unatteded install of XP to a true Slim Image using SCCM 2007 OSD.

During the process of doing this we keep running in to an issue of applications not installing when we would bring down our test image that was captured using a CD instead of a Build and Capture task sequence. After much googling we could not find anything that would fix our issue, so we place a call to the boys in blue (Microsoft) after looking though our smsts.log Microsoft noticed a small oddity during the process of installing the SCCM Client.


Basicly what the issue was when OSD would go to install the SCCMClient  it would error out with a 0x80004005 error code. It would error out during this step because CCMSetup was running with a switch of /config:Mobileclient.tcf. the odd thing though was our configmgr package did not have this configured there and we still do not know where this is coming from. So for now we have rename Mobileclient.tcf to .old and wallah the issue is now resolved.

Successfully registered TS Progress UI.    OSDSetupHook    3/30/2011 4:01:38 PM    896 (0x0380)
Executing C:\_SMSTaskSequence\OSD\BHG00077\ccmsetup.exe /useronly /config:MobileClient.TCF /status:1592    OSDSetupHook    3/30/2011 4:01:38 PM    896 (0x0380)
Command line for extension .exe is "%1" %*    OSDSetupHook    3/30/2011 4:01:38 PM    896 (0x0380)
Set command line: "C:\_SMSTaskSequence\OSD\BHG00077\ccmsetup.exe" /useronly /config:MobileClient.TCF /status:1592    OSDSetupHook    3/30/2011 4:01:38 PM    896 (0x0380)
Executing command line: "C:\_SMSTaskSequence\OSD\BHG00077\ccmsetup.exe" /useronly /config:MobileClient.TCF /status:1592    OSDSetupHook    3/30/2011 4:01:38 PM    896 (0x0380)
Process completed with exit code 1    OSDSetupHook    3/30/2011 4:01:39 PM    896 (0x0380)
FALSE, HRESULT=80004005 (e:\nts_sms_fre\sms\client\osdeployment\osdgina\installclient.cpp,1078)    OSDSetupHook    3/30/2011 4:01:39 PM    896 (0x0380)
Client installation failed, code 1    OSDSetupHook    3/30/2011 4:01:39 PM    896 (0x0380)

1 comment:

  1. This is EXACTLY what I was looking. After scouring the web several times for this specific problem. This is what solved the problem. Thank you, thank you, thank you!!!

    ReplyDelete