IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Laptops Hanging on Bootup While on Docking Station

Laptops Hanging on Bootup While on Docking Station

Version

All Versions

Issue

When a laptop is on the docking station, booting into Windows hangs. If they take it off the docking station, booting works perfectly fine.

Symptoms

Windows just sits and spins in the Windows boot screen. Mouse sometimes works. Boot works fine off of the docking station.

Cause

When the laptop is connected to the docking station, the graphics card grabs a ton of worker threads during boot. We sit and wait for a worker thread to be available to start the agent and driver.

But the graphics card never releases any threads, so we just sit forever, halting the boot process.

Solution

The key to resolving this issue, is to give Windows more worker threads to work with. So that the card doesn't take all of them. This is done using a registry key.

Change the registry key AdditionalDelayedWorkerThreads to a decimal value of 32 (instead of the default 10). This can can be located in HKLM\SYSTEM\CurrentControlset\Control\SessionManager\Executive\

Important Note(s)

If the key does not exist (Like older operating systems like XP) It can be created in the same spot for the same results.

Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎05-05-2016
Views:
908
Contributors