Jump to content

Long Boot Time - Event 110 SMSSInit


TELVM

Recommended Posts

Long story short, I've managed to install & run W7 x64 on an X570 board. No small feat. Basically followed this video: https://www.youtube.com/watch?v=A6_MdxMUpRE

The heretical concoction runs amazingly well, save for a little too long boot time (about 16 seconds from the Windows 7 "meatballs" getting together to desktop, should be 1 to 3 seconds tops).


Investigating with the Event Viewer I've found this:

1rNjV6rL_o.png

But I haven't the foggiest idea on how to deal with this gremlin :wacko: . Though I suspect the beta USB 3.0 drivers for Windows 7 on X570 might be related to the problem ...


Any help or ideas would be much appreciated!

Link to comment
Share on other sites


SSD (SATA3 for now; the next round of headaches will be trying to boot W7 from an M.2 NVMe one :ph34r: ).

I can live with the extra 13 secs of boot time, but it is annoying. All my other PCs boot up lightning quick and I'm spoiled :) .

I suspect the "special" beta USB 3.0 drivers for W7 on X570 are connected to the problem, because before them the time from "meatballs together" to desktop was just ~2 seconds. But right after installing these drivers the problem appeared and that time grew to ~16 secs:

AoVMGS5o_o.png

 

Edited by TELVM
Link to comment
Share on other sites

Thanks for the idea, Jaclaz.

These are the "OEM" loading settings:

 

X570_149C_Drivers_B2\USB DRIVER\AMD_USB3.2_WinA_Beta_9.0_7052\AMDXHCI.INF

[AMDHub3.AddService]
DisplayName    = %AMD_HUB3.DriverDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\AMDHub3.sys
LoadOrderGroup = Base

 

X570_149C_Drivers_B2\USB DRIVER\amdhub31\amdhub31.inf

[amdhub31_service]
DisplayName=%amdhub31_ServiceDescription%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\amdhub31.sys
LoadOrderGroup=Base
AddReg=WinToGo_amdhub31.AddReg

 

X570_149C_Drivers_B2\USB DRIVER\amdxhc31\amdxhc31.inf

[amdxhc31_service]
DisplayName=%amdxhc31_ServiceDescription%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\amdxhc31.sys
LoadOrderGroup=Base
AddReg=WinToGo_amdxhc31.AddReg

 

Any suggestions on how to fiddle with them?

Link to comment
Share on other sites

Hmmm. :dubbio:

No. :(

Those drivers are seemingly Kernel drivers and SERVICE_DEMAND_START (PnP), in this case (I believe) the LoadOrderGroup is ignored.

I think that you can try disabling them (setting StartType=4) without uninstalling them and see if they are the actual culprits.

You can also try using loadord:
https://docs.microsoft.com/en-us/sysinternals/downloads/loadorder

to see how they "fit" in load order, then try changing the LoadOrderGroup to something "later" than "Base", the list is in :

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ServiceGroupOrder

but I don't think it may change anything :no:

Be warned, there is  a risk the thingy will BSOD/hang, so have handy a way out.

jaclaz

Link to comment
Share on other sites

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