Chuakid Posted May 19, 2013 Share Posted May 19, 2013 That helped. Thank you. Link to comment Share on other sites More sharing options...
MagicAndre1981 Posted May 19, 2013 Author Share Posted May 19, 2013 you should also install the Enterprise Update rollup and run the linked optimization. Link to comment Share on other sites More sharing options...
Chuakid Posted June 2, 2013 Share Posted June 2, 2013 From http://support.microsoft.com/kb/2775511 I understand that the Enterprise Rollup contains every update available through Windows Update since SP1. If I regularly update using Windows Update, would the rollup still be necessary? Link to comment Share on other sites More sharing options...
MagicAndre1981 Posted June 2, 2013 Author Share Posted June 2, 2013 no, the update DOESN'T contain all Updates. It is a collection of 90 HOTFIXES which fix performance and Network issues. Link to comment Share on other sites More sharing options...
Chuakid Posted June 2, 2013 Share Posted June 2, 2013 Oh I misunderstood the article. I will report back with results. Link to comment Share on other sites More sharing options...
keyboardcowboy Posted June 8, 2013 Share Posted June 8, 2013 my windows7 installation hibernates pretty fast but takes forever to resume. It used to take 7 minutes, i turned off hibernation, de-fragmented and enabled it again but now it takes 9 minutes ..I have uploaded both the trace files i.e before and after de-fragmentation can anyone help me outBefore defragAfter Defrag Link to comment Share on other sites More sharing options...
MagicAndre1981 Posted June 9, 2013 Author Share Posted June 9, 2013 reading the hibernation file is the cause of the slowdown:hiberread="440503000"440s is too long. You use an old 40GB HDD (SEAGATE ST340014A 40.0GB), maybe the drive is now at is end of lifetime. Install Windows to a different HDD. Link to comment Share on other sites More sharing options...
keyboardcowboy Posted June 9, 2013 Share Posted June 9, 2013 could there be any other problem? writing the hibernation file is fast, it also boots in decent time Link to comment Share on other sites More sharing options...
MagicAndre1981 Posted June 9, 2013 Author Share Posted June 9, 2013 the data show me that the reading is slow.l Link to comment Share on other sites More sharing options...
doveman Posted July 8, 2013 Share Posted July 8, 2013 (edited) xbootmgr -trace boot -traceFlags BASE+CSWITCH+DRIVERS+POWER -resultPath C:\TEMPdid cause my PC to BSOD on boot and rebooting it gave me the options of Startup Repair or Boot Normally and the latter caused it to show the Windows boot animation and then reboot again. The next time, I pressed F8 and selected Last Known Good Configuration and it booted OK. I understand Windows creates this backup on each successful boot, so it would be identical to the previous working boot and won't result in any loss of settings, so this is probably a better, quicker option than using System Restore.When using the xbootmgr command, where does it set it and is it wiped on the next successful boot, so that it will no longer be in effect if I reboot now? Otherwise I'd better remove it manually. Using the Last Known Good boot, xbootmgr did still run once Windows had loaded but then gave an error once the countdown had finished, no doubt because whatever it had set was not included in the Last Known Good configuration. Edited July 8, 2013 by doveman Link to comment Share on other sites More sharing options...
MagicAndre1981 Posted July 8, 2013 Author Share Posted July 8, 2013 as I wrote in the first post the DRIVERS flag can cause a BSOD, but MS refuses to fix it.To cancel logging run xbootmgr -remove. Link to comment Share on other sites More sharing options...
doveman Posted July 8, 2013 Share Posted July 8, 2013 as I wrote in the first post the DRIVERS flag can cause a BSOD, but MS refuses to fix it.To cancel logging run xbootmgr -remove.Thanks. Yeah I saw your warning but thought I'd try it anyway to see if it worked on my system One thing that was lost by using Last Known Good is that the path to xbootmgr isn't included in the Path variable but that's easy enough to fix and would be lost (along with more, most likely) by using System Restore anyway. Link to comment Share on other sites More sharing options...
doveman Posted July 9, 2013 Share Posted July 9, 2013 (edited) OK, I've done the procedure described here but I don't think it's helped, as my boot time before was 104s and after 107s (although that's close enough to say it's not changed).I've done a boot trace and uploaded it here if you could take a look for me https://docs.google.com/file/d/0B1fDI89phEESNFk0V2hyeGh3cXM/edit?usp=sharingI also made a summary_end.xml as described in that other post and have attached it in case it's easy to analyse than the .etl. From that, I can see that bootDoneViaExplorer="22711" and bootDoneViaPostBoot="108311" so the problem seems to be somewhere after Windows has booted to the desktop but the rest of the xml is rather confusing to me.02_summary_end.xml Edited July 9, 2013 by doveman Link to comment Share on other sites More sharing options...
MagicAndre1981 Posted July 9, 2013 Author Share Posted July 9, 2013 the first delays happen at the first boot stage. Windows hangs several seconds while the attached drives are enumerated:- <phase name="bootStart" startTime="42" endTime="7951" duration="7909"> <pnpObject name="PCIIDE\IDEChannel\5+1270fc08+0+0" type="Device" activity="Enum" startTime="2893" endTime="6407" duration="3514" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 0" /> <pnpObject name="PCIIDE\IDEChannel\5+1270fc08+0+1" type="Device" activity="Enum" startTime="2894" endTime="6407" duration="3513" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 1" /> <pnpObject name="PCIIDE\IDEChannel\4+223a9b9c+0+0" type="Device" activity="Enum" startTime="258" endTime="2766" duration="2508" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 0" /> <pnpObject name="PCIIDE\IDEChannel\4+223a9b9c+0+1" type="Device" activity="Enum" startTime="259" endTime="2766" duration="2507" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 1" /> look at the duration of 2.5 - 2.5s.The next delay happens while starting this service: <serviceTransition name="MPExtended Service" group="" transition="start" totalTransitionTimeDelta="40516" firstCheckpointTimeDelta="20927" processingTimeDelta="19589" container="MPExtended.ServiceHosts.CoreService.exe (480)" startedAt="24492" firstCheckpointedAt="45419" endedAt="65008" /> What is this MPExtended Service? Also MySQL and TVService are slow to start.Yes, the largest delay happens when Windows loads all startup tools.But I can see that the HDD is the bootleneck. Look at the disk graph and you see that the disk is busy. The Queue Depth is 149!!!!!!!!!! at the Init of some disk operations. Try a different AV tool, Avast seams to hit the disk very hard.You should buy a SSD to fix the HDD bottleneck if you see the disk activity with other AV tools, too. Link to comment Share on other sites More sharing options...
doveman Posted July 9, 2013 Share Posted July 9, 2013 the first delays happen at the first boot stage. Windows hangs several seconds while the attached drives are enumerated:- <phase name="bootStart" startTime="42" endTime="7951" duration="7909"> <pnpObject name="PCIIDE\IDEChannel\5+1270fc08+0+0" type="Device" activity="Enum" startTime="2893" endTime="6407" duration="3514" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 0" /> <pnpObject name="PCIIDE\IDEChannel\5+1270fc08+0+1" type="Device" activity="Enum" startTime="2894" endTime="6407" duration="3513" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 1" /> <pnpObject name="PCIIDE\IDEChannel\4+223a9b9c+0+0" type="Device" activity="Enum" startTime="258" endTime="2766" duration="2508" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 0" /> <pnpObject name="PCIIDE\IDEChannel\4+223a9b9c+0+1" type="Device" activity="Enum" startTime="259" endTime="2766" duration="2507" prePendTime="0" description="IDE Channel" friendlyName="ATA Channel 1" /> look at the duration of 2.5 - 2.5s.Thanks for that.The drives is weird as I only have a single SATA HDD attached to the AHCI controller, so I'm not sure why it's enumerating the empty IDE channels. I think there should only be two of those anyway as there's only a single IDE port, so Master and Slave.TVService and MySQL are used for MediaPortal (and MySQL also for my XBMC database) and are essential unfortunately and MPExtended Service is used to provide Browser/Internet access to the MediaPortal media files catalog/TV Guide so I need that as well but will ask if any of these can possibly be made faster to load.I'll try uninstalling Avast and redo the trace and then try with Avira AntiVir, which is the only other decent free antivirus I'm aware of (Avast is probably better in terms of fewer false positives but not worth it if it's going to cause other problems). Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now