Jump to content

Recommended Posts

Posted

looks like the reading of the hibernation file is slow:


hiberread="77696000"

your Hitachi Travelstar 5K250 160GB is not the fastest HDD.

Oh yeah, those HDD is my secondary Drive and I installed at HDD Caddy, I got it from my old laptop. My Primary is SSD Team Xtreem S3 120GB and I install windows 8 in SSD.

Maybe I will try to tweak hibermate settings :-/ (size to 100%)


Posted

<unexpectedLonglived>

<process name="smss.exe" startTime="5376" endTime="-1" lifetime="-1"/>

<process name="csrss.exe" startTime="426505" endTime="-1" lifetime="-1"/>

<process name="csrss.exe" startTime="428346" endTime="-1" lifetime="-1"/>

is this normal?

Posted

is this normal?

yes, those are 3 critical Windows processes which run all the time. Ignore this.

I was asking because my fresh install of Windows 8 takes 5+ minutes or so to boot.

summary_boot.xml

Posted

SMSSInit is very slow.

<interval name="SMSSInit" startTime="5376" endTime="429690" duration="424314">

I need the ETL file to see more. Why are you not using the new fast startup?

Posted (edited)

SMSSInit is very slow.

<interval name="SMSSInit" startTime="5376" endTime="429690" duration="424314">

I need the ETL file to see more. Why are you not using the new fast startup?

The fast startup option in the power options? I am using it.

My ETL is 100mb

post-367845-0-62349100-1354819474_thumb.

Edited by asdfdsa
Posted

you have disk IO. Check if Autochk.exe is the cause (click on the left icon next to the disk io graph)

If you use fast boot, run the faststartup xbootmgr command at the end of the guide. You did the normal "old-school" boot.

Posted (edited)

you have disk IO. Check if Autochk.exe is the cause (click on the left icon next to the disk io graph)

If you use fast boot, run the faststartup xbootmgr command at the end of the guide. You did the normal "old-school" boot.

All I got from the graph was ' System Processes (4) '

Also I renamed Autochk.exe, but there was no difference in the boot time.

Edited by asdfdsa
Posted

the trace shows autochk runs at this time. Delete the autochk entry from BootExecute in the registry and run chkdsk yourself.

Again there was little to no difference in boot time.

Any idea why smss.exe would be taking so long?

Posted

smss.exe runs so long because autochk runs during boot (smss:BootExecute)

I stopped autochk from running, there is no difference in boot time.

Posted

this time InitializeRegistry takes so much time.

Add +Registry+REG_HIVE to the command (after POWER) and -stackwalk RegQueryKey+RegDeleteKey+RegCreateKey+RegOpenKey+RegSetValue+RegDeleteValue+RegQueryValue+RegCloseKey+RegCloseKey

xbootmgr -trace boot -traceFlags BASE+CSWITCH+DRIVERS+POWER+Registry+REG_HIVE -stackwalk RegQueryKey+RegDeleteKey+RegCreateKey+RegOpenKey+RegSetValue+RegDeleteValue+RegQueryValue+RegCloseKey -resultPath C:\TEMP

this activates registry data collection.

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...