I am using SCCM 2012, MDT 2012 and the ADK. If I create a boot image, it does not wait for network to finish loading. Just to make sure that wpeinit was running, I added that as a prestart command, but wpeinit.log shows that it is not configured
to wait for network to load, which is really counterproductive for running a task sequence that is pulled down across the network. Is there any way to reconfigure wpeinit so it will wait? Or some setting I can apply in the console to the properties
of the boot image that will fix this? wpeinit.log is as follows:
2013-09-13 13:01:16.031, Info No unattend file was found; WPEINIT is using default settings to initialize WinPE
2013-09-13 13:01:16.047, Info ==== Initializing Display Settings ====
2013-09-13 13:01:16.047, Info No display settings specified
2013-09-13 13:01:16.047, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:16.047, Info ==== Initializing Computer Name ====
2013-09-13 13:01:16.047, Info Generating a random computer name
2013-09-13 13:01:16.047, Info No computer name specified, generating a random name.
2013-09-13 13:01:16.047, Info Renaming computer to MININT-6IF97PL.
2013-09-13 13:01:16.047, Info Waiting on the profiling mutex handle
2013-09-13 13:01:16.047, Info Acquired profiling mutex
2013-09-13 13:01:16.047, Info Service winmgmt disable: 0x00000000
2013-09-13 13:01:16.047, Info Service winmgmt stop: 0x00000000
2013-09-13 13:01:16.047, Info Service winmgmt enable: 0x00000000
2013-09-13 13:01:16.047, Info Released profiling mutex
2013-09-13 13:01:16.047, Info STATUS: SUCCESS (0x00000000)
2013-09-13 13:01:16.047, Info ==== Initializing Virtual Memory Paging File ====
2013-09-13 13:01:16.047, Info No WinPE page file setting specified
2013-09-13 13:01:16.047, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:16.047, Info ==== Initializing Optional Components ====
2013-09-13 13:01:16.047, Info WinPE optional component 'Microsoft-WinPE-Dot3Svc' is present
2013-09-13 13:01:16.188, Info WinPE optional component 'Microsoft-WinPE-HTA' is present
2013-09-13 13:01:16.203, Info WinPE optional component 'Microsoft-WinPE-MDAC' is present
2013-09-13 13:01:16.203, Info WinPE optional component 'Microsoft-WinPE-PPPoE' is present
2013-09-13 13:01:17.109, Info WinPE optional component 'Microsoft-WinPE-WMI' is present
2013-09-13 13:01:17.125, Info WinPE optional component 'Microsoft-WinPE-WSH' is present
2013-09-13 13:01:17.141, Info STATUS: SUCCESS (0x00000000)
2013-09-13 13:01:17.141, Info ==== Initializing Network Access and Applying Configuration ====
2013-09-13 13:01:17.141, Info No EnableNetwork unattend setting was specified; the default action for this context is to enable networking support.
2013-09-13 13:01:17.141, Info Global handle for profiling mutex is non-null
2013-09-13 13:01:17.141, Info Waiting on the profiling mutex handle
2013-09-13 13:01:17.141, Info Acquired profiling mutex
2013-09-13 13:01:17.391, Info Install MS_MSCLIENT: 0x00000000
2013-09-13 13:01:17.391, Info Install MS_NETBIOS: 0x00000000
2013-09-13 13:01:17.438, Info Install MS_SMB: 0x00000000
2013-09-13 13:01:17.516, Info Install MS_TCPIP6: 0x00000000
2013-09-13 13:01:17.922, Info Install MS_TCPIP: 0x00000000
2013-09-13 13:01:17.922, Info Service dhcp start: 0x00000000
2013-09-13 13:01:17.922, Info Service lmhosts start: 0x00000000
2013-09-13 13:01:17.969, Info Service ikeext start: 0x00000000
2013-09-13 13:01:18.063, Info Service mpssvc start: 0x00000000
2013-09-13 13:01:18.063, Info Released profiling mutex
2013-09-13 13:01:18.063, Info Spent 922ms installing network components
2013-09-13 13:01:18.313, Info Installing device ms_ndiswanip X:\windows\INF\netrasa.inf succeeded
2013-09-13 13:01:18.469, Info Installing device root\kdnic X:\windows\INF\kdnic.inf succeeded
2013-09-13 13:01:18.594, Info Installing device ms_ndiswanipv6 X:\windows\INF\netrasa.inf succeeded
2013-09-13 13:01:25.955, Info Installing device pci\ven_8086&dev_153a X:\windows\INF\oem1.inf succeeded
2013-09-13 13:01:26.174, Info Installing device ms_ndiswanbh X:\windows\INF\netrasa.inf succeeded
2013-09-13 13:01:26.174, Info Spent 8109ms installing network drivers
2013-09-13 13:01:26.205, Info WaitForNetworkToInitializeIgnoringErrors: Configured to not wait for Network.
2013-09-13 13:01:26.205, Info STATUS: SUCCESS (0x003d0001)
2013-09-13 13:01:26.205, Info ==== Applying Firewall Settings ====
2013-09-13 13:01:26.205, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:26.205, Info ==== Executing Synchronous User-Provided Commands ====
2013-09-13 13:01:26.205, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:26.205, Info ==== Executing Asynchronous User-Provided Commands ====
2013-09-13 13:01:26.205, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:26.205, Info ==== Applying Shutdown Settings ====
2013-09-13 13:01:26.205, Info No shutdown setting was specified
2013-09-13 13:01:26.205, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:49.899, Info No unattend file was found; WPEINIT is using default settings to initialize WinPE
2013-09-13 13:01:49.899, Info ==== Initializing Display Settings ====
2013-09-13 13:01:49.899, Info No display settings specified
2013-09-13 13:01:49.899, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:49.899, Info ==== Initializing Computer Name ====
2013-09-13 13:01:49.899, Info Generating a random computer name
2013-09-13 13:01:49.899, Info Computer is already named and no new name is specified, returning success.
2013-09-13 13:01:49.899, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:49.899, Info ==== Initializing Virtual Memory Paging File ====
2013-09-13 13:01:49.899, Info No WinPE page file setting specified
2013-09-13 13:01:49.899, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:49.899, Info ==== Initializing Optional Components ====
2013-09-13 13:01:49.899, Info WinPE optional component 'Microsoft-WinPE-Dot3Svc' is present
2013-09-13 13:01:49.946, Info WinPE optional component 'Microsoft-WinPE-HTA' is present
2013-09-13 13:01:49.961, Info WinPE optional component 'Microsoft-WinPE-MDAC' is present
2013-09-13 13:01:49.961, Info WinPE optional component 'Microsoft-WinPE-PPPoE' is present
2013-09-13 13:01:50.024, Info WinPE optional component 'Microsoft-WinPE-WMI' is present
2013-09-13 13:01:50.024, Info WinPE optional component 'Microsoft-WinPE-WSH' is present
2013-09-13 13:01:50.024, Info STATUS: SUCCESS (0x00000000)
2013-09-13 13:01:50.024, Info ==== Initializing Network Access and Applying Configuration ====
2013-09-13 13:01:50.024, Info No EnableNetwork unattend setting was specified; the default action for this context is to enable networking support.
2013-09-13 13:01:50.024, Info Waiting on the profiling mutex handle
2013-09-13 13:01:50.024, Info Acquired profiling mutex
2013-09-13 13:01:50.039, Info Install MS_MSCLIENT: 0x00000000
2013-09-13 13:01:50.039, Info Install MS_NETBIOS: 0x00000000
2013-09-13 13:01:50.039, Info Install MS_SMB: 0x00000000
2013-09-13 13:01:50.039, Info Install MS_TCPIP6: 0x00000000
2013-09-13 13:01:50.039, Info Install MS_TCPIP: 0x00000000
2013-09-13 13:01:50.039, Info Service dhcp start: 0x00000000
2013-09-13 13:01:50.039, Info Service lmhosts start: 0x00000000
2013-09-13 13:01:50.039, Info Service ikeext start: 0x00000000
2013-09-13 13:01:50.039, Info Service mpssvc start: 0x00000000
2013-09-13 13:01:50.039, Info Released profiling mutex
2013-09-13 13:01:50.039, Info Spent 15ms installing network components
2013-09-13 13:01:50.258, Info Installing device ms_ndiswanip X:\windows\INF\netrasa.inf succeeded
2013-09-13 13:01:50.415, Info Installing device ms_ndiswanipv6 X:\windows\INF\netrasa.inf succeeded
2013-09-13 13:01:50.712, Info Installing device ms_ndiswanbh X:\windows\INF\netrasa.inf succeeded
2013-09-13 13:01:50.712, Info Spent 672ms installing network drivers
2013-09-13 13:01:50.728, Info WaitForNetworkToInitializeIgnoringErrors: Configured to not wait for Network.
2013-09-13 13:01:50.728, Info STATUS: SUCCESS (0x003d0001)
2013-09-13 13:01:50.728, Info ==== Applying Firewall Settings ====
2013-09-13 13:01:50.728, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:50.728, Info ==== Executing Synchronous User-Provided Commands ====
2013-09-13 13:01:50.728, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:50.728, Info ==== Executing Asynchronous User-Provided Commands ====
2013-09-13 13:01:50.728, Info STATUS: SUCCESS (0x00000001)
2013-09-13 13:01:50.728, Info ==== Applying Shutdown Settings ====
2013-09-13 13:01:50.728, Info No shutdown setting was specified
2013-09-13 13:01:50.728, Info STATUS: SUCCESS (0x00000001)