I switched my M2.SSD from a Dell XPS 9570 with a dedicated graphics card to a Dell XPS 9360. Installed is Windows 10 Pro x64 with BitLocker enabled.
Now, when starting up after typing my recovery key, I get a WDF_VIOLATION BSOD. Naturally I tried to safe-boot into Windows using a Windows installation media. Problem: even when selecting safe mode, it still fails with the same BSOD.
Using the command prompt of the installation media, I can perfectly browse through all BitLocker encrypted sections. So it must not be a hard drive problem.
I already tried the automatic startup repair functionality from the recovery media. It says "automatic repair is not possible".
What can I do in this case?
Update: I was able to unprotected the device using the command line from a troubleshoot bootable USB. Still, the error persists.
I used the following command to unprotect the system drive:
manage-bde -protectors -disable C: -rp "key here"
Now I can boot into the troubleshoot command line from the USB stick without entering the recovery key and can see all my volumes using diskpart and I can even browse all my files on the C: partition.
Trying to disable encryption fully does not seem to work, though:
manage-bde -off C:
Results in:
ERROR: An error occurred (code 0x80073bc3): The requested system device cannot be found.
Which is totally strange since just seconds before it was happy to unprotect the same drive.
manage-bde -status C:
Results in saying the drive is unlocked as well as unprotected.