Jump to content

Vista WinPE install error


Recommended Posts

I have a custom vista image that i have put on a server.

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?

Edited by cjoyce1980
Link to comment
Share on other sites

  • 2 weeks later...

  • 9 months later...

Hi Dude,

Just observed something from the log. It looks like domain connectivity not initiated here yet the setup trying to stop services, then trying to install TCP/IP driver and other connectivity protocols after security templates. Can you please extract the System\services registry key from the image and delete any unnecessary third party service that is trying to start/stopped which may be problematic you think. BTW, you have already boot from WinPE all the necessary connectivity driver have been installed and configured. Why that unattended.xml configured to install these services again?

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 No, Setup will try to initialize domain connectivity.

Info STATUS: SUCCESS (0x00000000)

Cluberti, do you have any comments on this? Let me know.

Best Wishes,

Dilip.

Edited by dkhandel
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...