windows-boot-recovery

Diagnoses and repairs non-booting Windows machines from a Linux recovery environment.

5|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/dmaynor/dmaynor-skills-marketplace --skill windows-boot-recovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: windows-boot-recovery
Source: https://github.com/dmaynor/dmaynor-skills-marketplace/tree/main/plugins/windows-boot-recovery/skills/windows-boot-recovery
Command: npx skills add https://github.com/dmaynor/dmaynor-skills-marketplace --skill windows-boot-recovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps diagnose and repair Windows machines that fail to boot, including issues like Blue Screens of Death (BSOD) loops, filesystem errors, and driver problems, all from a Linux recovery environment.

Core Features & Use Cases

  • Hibernation/Fast Startup Repair: Clears problematic hibernation states that prevent booting.
  • Filesystem Repair: Fixes NTFS errors using ntfsfix.
  • Data Backup: Safely backs up user data before repair attempts.
  • Driver Troubleshooting: Guides through recovering from GPU driver crashes.
  • Boot Configuration Repair: Utilizes Windows Recovery Environment (WinRE) for advanced fixes.
  • Use Case: Your Windows laptop won't boot past the manufacturer logo, showing a BSOD loop. You boot from a SystemRescue USB, use this Skill to back up your important files, clear the hibernation state, and then attempt to repair the boot configuration.

Quick Start

Use the windows-boot-recovery skill to diagnose and repair a Windows machine that is stuck in a boot loop.

Frequently Asked Questions about windows-boot-recovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix a Windows PC stuck in a BSOD boot loop from Linux?

Fix a Windows PC stuck in a BSOD boot loop from Linux by using a recovery environment to clear hibernation states, run ntfsfix for filesystem errors, and repair boot configuration with WinRE commands.

Can I repair NTFS filesystem errors on a Windows drive without booting Windows?

You can repair NTFS filesystem errors on a Windows drive without booting Windows by running the ntfsfix utility from a Linux recovery environment to resolve inconsistencies and restore bootability.

How do I safely back up data before attempting boot repair on an unbootable machine?

Safely back up data before attempting boot repair on an unbootable machine by booting from a Linux SystemRescue USB and using the rsync tool to copy user files to external storage before modifying disk partitions.

Does clearing hibernation or Fast Startup states help recover a non-booting Windows machine?

Clearing hibernation or Fast Startup states helps recover a non-booting Windows machine by removing problematic hibernation files that prevent the operating system from loading properly during the boot sequence.

What is the best way to recover from a GPU driver crash causing Windows to fail to boot?

Recover from a GPU driver crashes causing Windows boot failure by booting into a Linux recovery environment and using guided troubleshooting steps to remove or disable the problematic GPU drivers from the offline Windows installation.

Do I need a Linux recovery USB to fix Windows boot configuration issues?

You need a Linux recovery USB like SystemRescue to fix Windows boot configuration issues, as the repair process relies on Linux tools such as ntfsfix and chntpw to modify the offline Windows installation.