I am trying to do a simple OSD via PXE through SCCM 07R2. I am using Vista Ent SP1 and the boot image that it SCCM comes with. I am able to load the task sequence through PXE and it gets to the Applying Operating System And ConfigMgr Client section and then gives the client the following error:
Task Sequence: %TaskName% has failed with the error code (0x80004005). For more information, please contact your system administrator or helpdesk operator.
On the server side, the log has these three errors:
Error 1:
The task sequence execution engine failed executing the action (Setup Windows and ConfigMgr) in the group (PostInstall) with the error code 2147500037
Action output: nformation
Command line for extension .EXE is "%1" %*
Set command line: "\\SERVER.DOMAIN.COM\SMSPX
EIMAGES$\S
MSPKG\COR0
0010\SOURC
ES\SETUP.E
XE" "/unattend:C:\_SMSTaskSequ
ence\unatt
end.xml" /noreboot
Executing command line: "\\SERVER.DOMAIN.COM\SMSPX
EIMAGES$\S
MSPKG\COR0
0010\SOURC
ES\SETUP.E
XE" "/unattend:C:\_SMSTaskSequ
ence\unatt
end.xml" /noreboot
Process completed with exit code 31
Windows Setup completed with exit code 31
Entering ReleaseSource() for \\SERVER.DOMAIN.COM\SMSPXE
IMAGES$\SM
SPKG\COR00
010referen
ce count 1 for the source \\SERVER.DOMAIN.COM\SMSPXE
IMAGES$\SM
SPKG\COR00
010\ before releasing
Released the resolved source \\SERVER.DOMAIN.COM\SMSPXE
IMAGES$\SM
SPKG\COR00
010exitCod
e == 0, HRESULT=80004005 (e:\nts_sms_fre\sms\client
\osdeploym
ent\setupw
indows\set
upwindows.
cpp,440)
setup.run(), HRESULT=80004005 (e:\nts_sms_fre\sms\client
\osdeploym
ent\setupw
indows\set
upwindows.
cpp,1707)
Exiting with code 0x80004005
Windows setup failed, code 31. The operating system reported error 2147500037: Unspecified error
Package ID : COR00013
Advertisement ID : COR20005
Client SMS Unique ID : GUID:DE848753-8A88-4E4C-B1
D3-A0A910A
A2F68
Unknown Machine : 0
MAC Addresses : 00:15:5D:01:D6:12
SMBIOS ID : A4A34DE1-D630-48FE-8DD0-53
CE25D90427
Error 2:
The task sequence execution engine failed execution of a task sequence. The operating system reported error 2147500037: Unspecified error
Package ID : COR00013
Advertisement ID : COR20005
Client SMS Unique ID : GUID:DE848753-8A88-4E4C-B1
D3-A0A910A
A2F68
Unknown Machine : 0
MAC Addresses : 00:15:5D:01:D6:12
SMBIOS ID : A4A34DE1-D630-48FE-8DD0-53
CE25D90427
Error 3:
The task sequence manager could not successfully complete execution of the task sequence. A failure exit code of 16389 was returned.
Package ID : COR00013
Advertisement ID : COR20005
Client SMS Unique ID : GUID:DE848753-8A88-4E4C-B1
D3-A0A910A
A2F68
I am not sure what the problem is. All of the folders that have the needed files are shared with "Everyone" and it seems the network interface is configured properly in WinPE. Experts, please help!