Also... the BSOD 0xC000021a issue has not been solved. I ran WinDbg on the dump and traced it to "the system could not find the file specified" but I didn't find the name of the file. The only way I can get it to boot right now is by disabling driver signing (which I'm doing on a copy of the VM that does not have internet access). I'm hoping that the resolution to the remaining issues will result in SFC /scannow being able to resolve whatever driver is causing this and allow me to turn back on driver signing checks.
I did find that MS had a SSU that caused this in KB5021233 for Win 10 20H2 and later (not directly applicable to WSE 2016). The info from MS was that this was caused by a driver mismatch. Certainly a possibility with all the missing components on this server. So I was considering trying to reapply the WSE2016 versions of the SSUs that occurred around the same time via offline dism if fixing winsxs and sfc /scannow doesn't solve the bsod.
Also 'da ffffbd0fa8faa070 ffffbd0fa8fab070' shows something in the memory about 'ACPI/VMbus#0' but I don't know if that's related.
I did find that MS had a SSU that caused this in KB5021233 for Win 10 20H2 and later (not directly applicable to WSE 2016). The info from MS was that this was caused by a driver mismatch. Certainly a possibility with all the missing components on this server. So I was considering trying to reapply the WSE2016 versions of the SSUs that occurred around the same time via offline dism if fixing winsxs and sfc /scannow doesn't solve the bsod.
Code:
SYMBOL_NAME: nt!NtSetSystemPowerState+b876
STACK_COMMAND: .cxr; .ecxr ; kb
BUCKET_ID_FUNC_OFFSET: b876
FAILURE_BUCKET_ID: 0xc000021a_SmpDestroyControlBlock_smss.exe_Terminated_c0000428_nt!NtSetSystemPowerState
OS_VERSION: 10.0.14393.4770
BUILDLAB_STR: rs1_release
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
FAILURE_ID_HASH: {6ae6fe00-a198-89fa-6794-96f7f849b4bf}
Followup: MachineOwner
5: kd> !PDE.da ffffbd0fa8faa070
The call to LoadLibrary(PDE) failed, Win32 error 0n2
"The system cannot find the file specified."
Please check your debugger configuration and/or network access.
Also 'da ffffbd0fa8faa070 ffffbd0fa8fab070' shows something in the memory about 'ACPI/VMbus#0' but I don't know if that's related.
Last edited: