Bluescreen ntoskrnl.exe driver fault

Alexander_58

Commendable
Aug 24, 2016
2
0
1,510
Hi, im struggling with many different types of bluescreens, I did a scan of my system and got this messasge in the command prompt:

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.

C:\Windows\system32>¨
'¨' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32>
C:\Windows\system32>
C:\Windows\system32>
C:\Windows\system32>¨¨
'¨¨' is not recognized as an internal or external command,
operable program or batch file.

This is from the bluescreenviewer:
082116-24500-01.dmp 21.08.2016 18.45.33 KMODE_EXCEPTION_NOT_HANDLED 0x0000001e ffffffff`80000004 fffff800`0795637f fffff800`0780f000 00000000`00000000 ntoskrnl.exe ntoskrnl.exe+142940 NT Kernel & System Microsoft® Windows® Operating System Microsoft Corporation 10.0.10586.545 (th2_release.160802-1857) x64 ntoskrnl.exe+142940 C:\Windows\Minidump\082116-24500-01.dmp 8 15 10586 313 266 21.08.2016 18.46.37
 
Solution
This file NTIOLib_X64.sys which belongs to MSI Liuveudate is a known cause of crashes. I would uninstall it. If you can update the bios in the BIOS. Do it in the BIOS

Wouldnt be surprised if one of these Symantec programs are causing this crash. `
This file NTIOLib_X64.sys which belongs to MSI Liuveudate is a known cause of crashes. I would uninstall it. If you can update the bios in the BIOS. Do it in the BIOS

Wouldnt be surprised if one of these Symantec programs are causing this crash. `
 
Solution

Colif

Win 11 Master
Moderator
To fix SFC, run this in a command prompt with admin rights (copy/paste as needs to be exact)
DISM /Online /Cleanup-Image /RestoreHealth

if it returns error saying it needs source data, do this:

Download a copy of the win 10 iso from Here - create ISO by telling it you want to make DVD - and then mount that ISO in file explorer (see Here) and then copy paste the below command into command prompt (admin)

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess

Where "X" is the drive letter where the ISO is located. Simply change the "X" to the correct drive letter

note: this will not work if you don't have version 1607 of win 10 yet as ISO needs to be same version as you have.