I use the following command in winPE to attach the unattended install XML file
wpeinit /unattend:v:\unattend.xml
I use the following to install my custom image
imagex /check /verify /apply v:\sources\install.wim 1 c:
It seems to process the unattend file and the install image find until the UnattendJoin Stage, which looking at this error log, it fails at.
Info WPEINIT is processing the unattend file [v:\unattend.xml] Info ==== Initializing Display Settings ==== Info No display settings specified Info STATUS: SUCCESS (0x00000001) Info ==== Initializing Computer Name ==== Info Generating a random computer name Info STATUS: SUCCESS (0x00000000) Info ==== Initializing Virtual Memory Paging File ==== Info No WinPE page file setting specified Info STATUS: SUCCESS (0x00000001) Info ==== Initializing Optional Components ==== Info STATUS: SUCCESS (0x00000000) Info ==== Initializing Network Access and Applying Configuration ==== Info Service dhcp stop: 0x00000000 Info Service lmhosts stop: 0x00000000 Error ControlService() failed: 0x80070425 Info Service smb stop: 0x80070425 Info Service MpsSvc stop: 0x00000000 Info Service IKEEXT stop: 0x00000000 Info Service bfe stop: 0x00000000 Info Service ikeext stop: 0x00000000 Info Service mpssvc stop: 0x00000000 Info Spent 31ms initializing security templates; status 0x00000000 Info Install MS_MSCLIENT: 0x00000000 Info Install MS_NETBIOS: 0x00000000 Info Install MS_SMB: 0x00000000 Info Install MS_TCPIP6: 0x00000000 Info Install MS_TCPIP: 0x00000000 Info Spent 12293ms installing network components Info Spent 1544ms installing network drivers Info Spent 6833ms confirming network initialization Info STATUS: SUCCESS (0x00000000) Info ==== Applying Firewall Settings ==== Info STATUS: SUCCESS (0x00000001) Info ==== Executing Synchronous User-Provided Commands ==== Info STATUS: SUCCESS (0x00000001) Info ==== Executing Asynchronous User-Provided Commands ==== Info STATUS: SUCCESS (0x00000001) Info ==== Applying Shutdown Settings ==== Info No shutdown setting was specified Info STATUS: SUCCESS (0x00000001)
this unattend file is the same one i use for creating my custom image & the user account doing the domain join is GOD, (domain admin)
the error code is wierd too (0x80070425) as there is no information on MS web site or google.
Any Ideas?
This post has been edited by cjoyce1980: 12 January 2007 - 07:23 AM



Help
Back to top











