MSFN Forum: Trace Windows 7 boot/shutdown/hibernate/standby/resume issues - MSFN Forum

Jump to content


Windows 7 forum rules

If you have questions about customizing Windows 7 that are vLite-specific, please post them in the vLite forum, not here. If you have questions regarding the unattended installation of Windows 7, please post them in the Unattended Windows 7/Server 2008 R2 section.
  • 48 Pages +
  • « First
  • 29
  • 30
  • 31
  • 32
  • 33
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Trace Windows 7 boot/shutdown/hibernate/standby/resume issues

#601 User is offline   JDDK 

  • Group: Members
  • Posts: 3
  • Joined: 23-January 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 January 2012 - 06:42 PM

If you need the etl file, let me know :)..

The xml file is attached :)..

Attached File(s)




#602 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,958
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 24 January 2012 - 05:39 AM

Your Windows satrts extremely slow:

timing bootDoneViaExplorer="532027" bootDoneViaPostBoot="577827"



532s to the desktop and 567s to boot completely (over 8 minutes!)

starting the services is extremely slow:

<services autoStartStartTime="54996" autoStartEndTime="498464" autoStartDuration="443467">



The Multimedia Class Scheduler Service takes 43s to start:

MMCSS" group="AudioGroup" transition="stop" totalTransitionTimeDelta="42865"



Do you use the latest audio drivers? If not update them.

Next the Akamai service takes 20s to start.

serviceTransition name="Akamai" group="" transition="start" totalTransitionTimeDelta="20941"



The largest slowdown are the SQL Server services:

serviceTransition name="MSSQLSERVER"  totalTransitionTimeDelta="417300" 
 serviceTransition name="MSSQLServerOLAPService"  totalTransitionTimeDelta="401192"
serviceTransition name="ReportServer"  totalTransitionTimeDelta="407688" 



Do you need them directly at start? If not, set the starttyp to "on demand /manual" and start them via CMD script (net start MSSQLSERVER, net start MSSQLServerOLAPService and net start ReportServer)

teamviewer is also very slow:

serviceTransition name="TeamViewer7" totalTransitionTimeDelta="390061"



Next you run your Toshiba MK6465GSX in IDE mode (IDE\DiskTOSHIBA_MK6465GSX), try AHCI if possible.

Also look at the optimization I linked in the first topic. Install the hotfixes, reboot and run the optimization command. If this doesn't speedup Windows, make a new trace and this time upload the compressed ETL file.

#603 User is offline   JDDK 

  • Group: Members
  • Posts: 3
  • Joined: 23-January 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 January 2012 - 04:09 AM

Thank you very much.

I will try to do it as soon as I have time :).

#604 User is offline   chatvik 

  • Group: Members
  • Posts: 2
  • Joined: 26-January 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 January 2012 - 01:08 PM

Hi Andre, kindly c d attchd file...my shutdown is taking ages
Attached File  summary_shutdown.xml (28.13K)
Number of downloads: 4

#605 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,958
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 26 January 2012 - 01:14 PM

<interval name="ZeroHiberFile" startTime="11535" endTime="59594" duration="48059" /> 



you delete the Page file at shutdown.

Run regedit.exe, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management and set the value of ClearPageFileAtShutdown to 0

this fixes it.

#606 User is offline   chatvik 

  • Group: Members
  • Posts: 2
  • Joined: 26-January 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 January 2012 - 10:30 AM

GENIUS Andre.................Thanx a ton...U nailed it

This post has been edited by chatvik: 27 January 2012 - 10:31 AM


#607 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,958
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 27 January 2012 - 12:54 PM

you're welcome :)

#608 User is offline   DuskDragon 

  • Group: Members
  • Posts: 4
  • Joined: 04-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 February 2012 - 05:25 PM

I've been having problems where this computer I just built was taking a very long time to boot even though the windows install is on an SSD.
My trace is here:
http://dl.dropbox.co...5/boottrace.zip

I've notice that the Profiles process is likely the problem, but I have no clue how to fix this.

My SSD is drive C: and it holds the windows install and various programs that I want to be able to run very quickly.
My Data HDD is drive E: and it has other data as well as my Users and ProgramData directories.

To move my Users and ProgramData directories onto the HDD from the SSD I used this method: http://www.sevenforu...stallation.html

Windows booted very quickly just a few days ago, but yesterday and today it has been taking nearly 6 minutes or more to hit the desktop. Any help would be appreciated.

#609 User is offline   SonofNun 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 13-October 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 February 2012 - 06:41 PM

@DuskDragon,

Are there any changes you made recently (within the last couple of days)? What is taking the longest is the LogonUI.exe.

Another one that you can turn off because it takes almost 12 seconds is the GoogleUpdater.exe. You can turn that off in msconfig.exe

Maybe MagicAndre will know exactly whats wrong. He seems to be a wizard at this.

Thanks,
SonofNun

#610 User is offline   DuskDragon 

  • Group: Members
  • Posts: 4
  • Joined: 04-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 February 2012 - 09:23 PM

The only recent thing I've installed is the Tribes Ascend beta. ( I put it on the HDD)
I really don't think that is the problem since other people I play with who are on Windows 7 aren't having this problem.

#611 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,958
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 05 February 2012 - 07:50 AM

MSE causes a huge CPU and Disk usage during logon. Disable MSE and try again.

#612 User is offline   DuskDragon 

  • Group: Members
  • Posts: 4
  • Joined: 04-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 February 2012 - 11:59 PM

Here is my new trace:
http://dl.dropbox.co...15/bootlog2.zip

I uninstalled MSE, restarted once and then ran this boot trace (a second restart). It was still a very long boot taking about four and a half minutes.
Hopefully I can reinstall MSE at some point without this problem continuing.

Anything you can suggest would be greatly appreciated.

This post has been edited by DuskDragon: 06 February 2012 - 12:02 AM


#613 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,958
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 06 February 2012 - 05:41 AM

Please use Process monitor, active the boot loggging inside ProcMon and next run the boot trace command. After the restart, start ProcMon agaian and save the log as PML. Please upload the new trace + ProcMon log.

#614 User is offline   frankbald 

  • Group: Members
  • Posts: 1
  • Joined: 06-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 February 2012 - 10:51 AM

Hi, I have a problem putting to sleep my pc. I have windows 64 bit since I assembled this pc, but one day I started experiencing this problems. When I try to put it to sleep it takes at least 10-15 seconds, then it seems working and turning off, but after like 5 seconds it turns on again. What can I do? I tried to use "xbootmgr -trace standby -traceFlags BASE+CSWITCH+DRIVERS+POWER -resultPath C:\TEMP" but it tells me that xbootmgr is non recognized as a valid command.

#615 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,958
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 06 February 2012 - 11:38 AM

You must install the Windows Performance Toolkit first. Check the first post for the link to the extra topic.

#616 User is offline   DuskDragon 

  • Group: Members
  • Posts: 4
  • Joined: 04-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 February 2012 - 09:53 PM

I think I found the cause of my problem and it was hardware, not software.
When I turned on my computer today the HDD was unreadable. I'm just glad it failed early before I had any significant amount of data on it.

Thanks for your quick responses.

#617 User is offline   SonofNun 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 13-October 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 February 2012 - 09:04 AM

@DuskDragon

Yeah, bad hardware can be an unseen problem. Someone I know's computer took 8 minutes to start, and I couldn't figure out why since the specs were very impressive. Well, after he gave it to me to sell for him, I booted it up to test it and it took well under a minute. I was very surprised! The best I can figure is the reason for the long boot time was all the usb devices he had plugged into it. It would spend four minutes alone in the bios screen, I figue trying to make sense of all the usb devices he had plugged into it.

Thanks,
SonofNun

#618 User is offline   SonofNun 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 13-October 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 February 2012 - 09:04 AM

@DuskDragon

Yeah, bad hardware can be an unseen problem. Someone I know's computer took 8 minutes to start, and I couldn't figure out why since the specs were very impressive. Well, after he gave it to me to sell for him, I booted it up to test it and it took well under a minute. I was very surprised! The best I can figure is the reason for the long boot time was all the usb devices he had plugged into it. It would spend four minutes alone in the bios screen, I figue trying to make sense of all the usb devices he had plugged into it.

Thanks,
SonofNun

#619 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,958
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 07 February 2012 - 09:04 AM

ok, nice to see that you found the cause.

#620 User is offline   SonofNun 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 13-October 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 February 2012 - 11:38 AM

Hey, could you look at this boot trace. I am running off of a SSD and am not that impressed with how fast it boots.

Boot trace

Thanks,
SonofNun

This post has been edited by SonofNun: 07 February 2012 - 11:39 AM


Share this topic:


  • 48 Pages +
  • « First
  • 29
  • 30
  • 31
  • 32
  • 33
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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