-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Boot and Lockup
- Incredibly Slow Boot-Up Following Windows 10 1709 Update

Create an account on the HP Community to personalize your profile and ask a question
01-07-2018 02:08 PM
Can you record the boot trace on an exernal usb disk. I mean in the Windows Performance choose an external storage for the boot trace file destination.
******Clicking the Thumbs-Up button is a way to say -Thanks!.******
01-08-2018 12:10 PM
This message means that the buffers where the wpr record events are filled more quickly than they are transferred to the disk to be recorder in the trace file.
The 5400 rpm disk, alone, can can't justify that. I think there is High Disk I/O happening in there !
you can try to take a boot trace using the following command line; I'll use a min of providers to not saturate the buffers:
xbootmgr -trace boot -traceflags base+latency+dispatcher -stackwalk profile+cswitch+readythread -notraceflagsinfilename -noPrepReboot -postbootdelay 20 -resultPath C:\TEMP
******Clicking the Thumbs-Up button is a way to say -Thanks!.******
01-14-2018 11:39 AM
You can also find boot traces generated by the xbootmgr.exe command, under your profil named boot_BASE+CSWITCH_1.etl or bootPrep_BASE+CSWITCH_6.etl
Compare these with the initial boot trace to see how much improvement you made ...
******Clicking the Thumbs-Up button is a way to say -Thanks!.******
10-18-2018 04:49 AM - edited 10-18-2018 05:08 AM
Dear Zinou,
I read your excelent answer to an issue from Bethjm. I think I am in similar position as him. I got the same trace with WPR as you requested him, but I must confess I don't know how to interpret it. Would you accept me to send you my trace to analyze it. I spent already several weeks with this slow boot up, and I am really desesperate.
Thank you!
Dimas
10-18-2018 08:05 AM
Hi,
Ok, upload your trace file after compressing it on https://www.transfernow.net/
******Clicking the Thumbs-Up button is a way to say -Thanks!.******
10-24-2018 02:47 AM
******Clicking the Thumbs-Up button is a way to say -Thanks!.******
10-25-2018 03:37 AM
Hi,
I checked drivers signatures with sigverif (a Windows standard utility). I guess it is somehow equivalent to signtool as for verifying if drivers are signed or not. The only driver thats is showed as not sgned is:
File: c:\windows\system32\driverst\rtsper.sys
Modified: 23/8/2018
File Type: System file
Version: 10.0.17134.21306
Status: Not Signed
Catalog: N/A
10-25-2018 05:01 AM
Are you sure you have correctly disabled the driver signature verification?
Can you take a boot trace while the driver signature verification is disabled ?
******Clicking the Thumbs-Up button is a way to say -Thanks!.******