Looks like a corrupted hiberfile.sys:
Code:
INTERNAL_POWER_ERROR (a0)
The power policy manager experienced a fatal error.
Arguments:
Arg1: 000000000000010e, The disk subsystem returned corrupt data while reading from the
hibernation file.
Arg2: 000000000000000a
Arg3: 000000000000afac, Incorrect checksum
Arg4: 0000000000001b64, Previous disk read's checksum
Boot from a Windows 10 install disk or USB or get Kyhi's WindowsPE ISO and create a DVD or USB to boot.
It should be C:\hiberfile.sys and will be a hidden, system file so you will need to use the attrib command to turn those attributes off. The you should be able to delete the file. Hopefully that will resolve the BSOD at boot.
From a Command Prompt after booting the install or WindowsPE disk or USB:
attrib -s -h -r c:\hiberfile.sys
del c:\hiberfile.sys
Exit and reboot and see if it comes up okay.