Here's another great OSD related tip from Frank Rojas, a Senior Support Engineer in our Charlotte, NC office. If you're seeing strange reboots with your deployments then maybe what you really have is a network problem:
========
Issue: When performing a deployment via System Center Configuration Manager 2007 OSD on a client PC, the client PC may boot into WinPE but within a few seconds it automatically reboots and does not perform the Task Sequence advertised to the PC, or it does not give the option to select a Task Sequence advertised for that PC. Examining the SMSTS.log obtained from X:\Windows\Temp when the Command Support option is enabled, we see the following error message:
If booting from PXE:
Failed to download pxe variable file. Code(0x00000001) TSPxe PxeGetPxeData failed with 0x80004005 TSPxe
If booting from boot media (CD/DVD/USB Flash Drive):
Error. Received 0x80072ee7 from WinHttpSendRequest. TSMBootstrap unknown host (gethostbyname failed) TSMBootstrap hr, HRESULT=80072ee7 (e:\nts_sms_fre\sms\framework\osdmessaging\libsmsmessaging.cpp,7714) TSMBootstrap sending with winhttp failed; 80072ee7 TSMBootstrap Will retry in 6 second(s) TSMBootstrap
or
Failed to find a valid network adapter. Please ensure that this machine has a network adapter and appropiate network drivers. Unspecified error (Error: 80004005; Source: Windows) TSMBootstrap Failed to find a valid network adapter. For more information, please contact your system administrator or helpdesk operator. TSMBootstrap
Cause: These errors may be caused by no network connectivity on the client PC, usually caused by no network drivers for the PC being loaded into the WinPE Boot Image.
Resolution: To resolve this issue make sure that the following actions are taken:
To Check Network Connectivity:
Results of IPCONFIG:
a) If you only see the title "Windows IP Configuration", then there probably are no NIC drivers loaded in WinPE. Load the proper NIC drivers into the WinPE Boot Images (see additional notes and tips below).
b) If you see additional information, including IP information, but it may say "Media Disconnected" and the IP is either 0.0.0.0 or 169.x.x.x, then the NIC drivers are probably loaded correctly in WinPE, but there is no network connectivity to the network port on the client PC. Check cables and connections and make sure there is network connectivity to the port.
Additional Information:
Notes & Tips When Loading Drivers Into The WinPE Boot Images:
How To Check What Operating System And What Architecture (x86 or x64) A Particular Driver Supports:
How To Easily Add 32-bit And 64-bit Drivers To The Appropriate WinPE Boot Image:
Thanks Frank!
J.C. Hornbeck | Manageability Knowledge Engineer