© 2021 www.richardwalz.com
Richard Walz
All rights reserved.

How to fix VMware Windows bluescreen stop error code 0xc00002e2

The dreaded bluescreen shows its face on VMware. This morning I encountered an error within my homelab while performing some disk space cleanup by deleting old snapshots. I was pretty shocked when I went to power on my Domain Controller that just worked before but now was encountering bluescreen after I deleted all the old snapshots but the latest one. After searching online, I found a post from 2008 that documented this exact issue, but it does not detail the root cause.

Why did this occur? I am not sure at this time, but this VM/Domain Controller has endured through

  • Had multiple old snapshots dating back over 1 year.
  • Went through multiple VMware Version Upgrades
  • Deleted all older snapshots except for the latest one.

Steps to Fix

  1. Power on the machine and let the machine load until you get to the screen below and select “Troubleshoot“. This is so we can access the CMD Prompt for safe mode.
Notice: If you have an older operating system you may need to restart your VM and tap F8 to get into "Safe Mode with Command Prompt". You can then proceed to step 5.
  1. Select “Command Prompt
  1. Select the Administrator account you want to logon with. I am selecting “Administrator” which is the only option available.
  1. Type in the password for this account and press “Continue
  1. At the CMD Screen type in the following:
c:
cd windows
cd NTDS
  1. Run “dir” to get the list of log files in the directory
  1. Next we are going to delete all these bad log files.
del *.log
  1. Type “exit” and press enter.
  1. Now click “Continue
  1. Your VM machine will now start correctly.