Software⏱️ 2 min read📅 2026-05-29

How to Fix: How to remove Windows' Driver Verifier from Ubuntu in a Windows-Linux D

Fix Windows Driver Verifier issue in Ubuntu dual boot system, recover from BSOD and Repair screen.

Quick Answer: Boot into Ubuntu, open terminal and run "sudo apt-get install linux-headers-$(uname -r)". Then, boot into Windows and disable Driver Verifier feature through Device Manager or regedit.

The Driver Verifier feature in Windows is designed to detect and fix driver-related issues. When it detects a violation, it can cause the system to crash repeatedly. This issue occurs when the Driver Verifier feature is enabled on a Windows system that is dual-booted with another operating system like Ubuntu.

⚠️ Common Causes

  • Enabling Driver Verifier on a dual-boot system without proper configuration.
  • Outdated or corrupted device drivers.
  • Conflicting device drivers or hardware issues.

🛠️ Step-by-Step Verified Fixes

Method 1: Disable Driver Verifier

  1. Step 1: Press the Windows key + R to open the Run dialog box, type services.msc, and press Enter.
  2. Step 2: In the Services window, find the

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions