RE: stop: c000021a: fatal system error
0xc000021a = STATUS_SYSTEM_PROCESS_TERMINATED
This means that a vital system process terminated. That's all it means. The important information is the reason that if failed:
0xc000026c = STATUS_DRIVER_UNABLE_TO_LOAD
So it looks like you have a driver in there that is failing. Does the BSOD have any drivers names? (*.sys)
|