MSFN Forum: sysprep.exe /quite /audit causes pc to turn off during setup - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

sysprep.exe /quite /audit causes pc to turn off during setup Rate Topic: -----

#1 User is offline   zedox 

  • XPize Darkside Author
  • PipPipPipPipPip
  • Group: Members
  • Posts: 706
  • Joined: 25-August 05

Posted 31 October 2007 - 02:29 PM

Hey all,

hoping someone can shed some light on this bizarre problem...
This...

				<RunSynchronousCommand wcm:action="add">
					<Order>2</Order>
					<Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path>
				</RunSynchronousCommand>
seems to cause my machine to turn off during install.

It only happens if that code is in my autounattend.xml file.

Any ideas? :blink:


#2 User is offline   midiboy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 586
  • Joined: 04-July 04

Posted 01 November 2007 - 03:37 AM

Hi zedox !

I have the same problem but have not found the solution yet. In addition, right before the PC (VmWare 1.0.4) shuts off there is a short blink of an error message. Something like "Failed to initialize ...."

It is not visible long enough to read it and I did not find any error in setuperr.log afterwards.

Are you by any chance using Vista + integrated SP1 (build 6001) yet ? I am and I am thinking it may have something to do with using the beta SP1 ...

Bye,
Alex

#3 User is offline   zedox 

  • XPize Darkside Author
  • PipPipPipPipPip
  • Group: Members
  • Posts: 706
  • Joined: 25-August 05

Posted 01 November 2007 - 06:13 AM

You are correct...
I get a message that says something similar to...

"Interactive logon process failed to initialize
Please check the error log for more information"

I'm installing Windows Server 2008 RC0 which does include Service Pack 1.

#4 User is offline   midiboy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 586
  • Joined: 04-July 04

Posted 01 November 2007 - 10:10 AM

Hi Zedox,

yes, I also verified this by using a normal RTM Vista image with the same answer file. There the error does not appear and the PC does not shut off.

Since Windows Server 2008 and Vista SP1 share the same codebase I guess it is a beta problem or did you find a solution for this "interactive logon process`" failure yet ? Does your logfile contain any information ? Mine does not ...

Bye,
Alex

#5 User is offline   zedox 

  • XPize Darkside Author
  • PipPipPipPipPip
  • Group: Members
  • Posts: 706
  • Joined: 25-August 05

Posted 01 November 2007 - 03:07 PM

My log file does not contain any errors either. Server 2008 beta 3 worked with the autounattend.xml. Can't remember if that had Service Pack 1 though.

I've searched everywhere and can't find anything...

This post has been edited by zedox: 01 November 2007 - 03:08 PM


#6 User is offline   citrixscu 

  • Group: Members
  • Posts: 1
  • Joined: 17-January 08

Posted 17 March 2008 - 05:16 PM

Same boat over here as well. The success rate of installations seems to be intermittent. I have yet to find a solution to this -- it happens with both Vista and WS08, and more commonly on x64 than x86.

#7 User is offline   teemue 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 18-December 06

Posted 22 March 2008 - 06:42 AM

same problem here:P

#8 User is offline   icecubes 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 28-August 06

Posted 26 March 2008 - 01:29 PM

Yeah, I also have that problem. If anyone has a fix , please let us know.

#9 User is offline   icecubes 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 28-August 06

Posted 02 April 2008 - 03:53 AM

Hi guys,

Use this >%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit /reboot

Works perfect for me.

#10 User is offline   Stacey Melissa 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 03-August 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 April 2008 - 06:58 AM

View Postzedox, on Nov 1 2007, 07:13 AM, said:

You are correct...
I get a message that says something similar to...

"Interactive logon process failed to initialize
Please check the error log for more information"

I'm installing Windows Server 2008 RC0 which does include Service Pack 1.

I recorded the error on my webcam, since it flashed by so quick. The exact error:

Quote

Modal window title:

Logon Process Initialization Failure

Text:

Interactive logon process initialization has failed.

Please consult the event log for more details.


The solution icecubes gave doesn't really work for me. It just makes the machine reboot instead of shutting down. Either way, I get the following error when it boots again:

Quote

Modal window title:

Install Windows

Text:

The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed. To install Windows, click "OK" to restart the computer, and then restart the installation.


Same thing happens if I use sysprep to reboot into OOBE instead of audit mode.

This wasn't happening before I integrated SP1 using this guide.

#11 User is offline   Stacey Melissa 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 03-August 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 April 2008 - 08:06 AM

Found a solution in this other thread.

Turns out that calling audit mode from the specialize pass is obsolete when SP1 is integrated into the install.wim.

#12 User is offline   ChimeraDev 

  • Group: Members
  • Posts: 9
  • Joined: 19-July 06

Posted 11 April 2008 - 07:49 AM

View PostStacey Melissa, on Apr 9 2008, 04:06 PM, said:

Found a solution in this other thread.

Turns out that calling audit mode from the specialize pass is obsolete when SP1 is integrated into the install.wim.

Where do you read that in that thread?

#13 User is offline   Stacey Melissa 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 03-August 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 April 2008 - 08:27 AM

View PostChimeraDev, on Apr 11 2008, 08:49 AM, said:

View PostStacey Melissa, on Apr 9 2008, 04:06 PM, said:

Found a solution in this other thread.

Turns out that calling audit mode from the specialize pass is obsolete when SP1 is integrated into the install.wim.

Where do you read that in that thread?

Wabaunza figured it out in post 14. My findings confirm his.

In the OOBE pass in WSIM, insert the Windows-Deployment\Reseal component, and set the Mode property to "Audit". Then in the AuditSystem pass, insert Windows-Shell-Setup\Autologon for the Administrator, as usual. Also make sure to insert Windows-Shell-Setup\UserAccounts\AdministratorPassword compoent in the AuditSystem pass. Set the same password there. Finally, get rid of the command in the Specialize pass that boots into audit mode. That no longer works with Vista SP1. We'll have to get FireGeier to update his guide.

#14 User is offline   NobleSir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 03-February 07

  Posted 30 July 2008 - 09:23 PM

In order to not see the all that stuff after the final reboot make sure you have the following in your XML file. This webpage has all the information needed.

http://technet2.microsoft.com/WindowsVista...3.mspx?mfr=true

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy