[SOLVED] Windows 10 Installation BSOD

NewHere

Contributor
Joined
Aug 2, 2015
Posts
13
Hello there,

"Aura" from the "Windows Update"-section sent me here.

My problem is, that every attempt to install Windows 10 fails and that exactly at 32% of the overall installation and 6% of features and drivers installation.
Every time a BSOD appears with the KERNEL_SECURITY_CHECK_FAILURE information and after the abortion it just opened the update window with the error: "C1900101-30018 Windows Update ran into a problem."
Aura would like to know which driver causes the BSOD during the installation and if I can uninstall it before upgrading. :confused2:

I hope I uploaded the right files, because perfmon was a little bit weird :s

My old thread: https://www.sysnative.com/forums/wi...metry-asm-windowsdefault-json.html#post121271
 

Attachments

It looks like your Sharkoon Skiller keyboard driver is causing linked list corruption

Code:
3: kd> .bugcheck
Bugcheck code 00000139
Arguments 00000000`00000003 ffffd000`2614d330 ffffd000`2614d288 00000000`00000000

3: kd> kn
 # Child-SP          RetAddr           Call Site
00 ffffd000`2614d008 fffff803`c0f747e9 nt!KeBugCheckEx
01 ffffd000`2614d010 fffff803`c0f74b10 nt!KiBugCheckDispatch+0x69
02 ffffd000`2614d150 fffff803`c0f73d34 nt!KiFastFailDispatch+0xd0
03 ffffd000`2614d330 fffff803`c0f27cb5 nt!KiRaiseSecurityCheckFailure+0xf4
04 ffffd000`2614d4c0 fffff800`3cffe942 nt!ExInterlockedInsertHeadList+0x91
05 ffffd000`2614d500 fffff800`3cffe850 GameKB+0x5942
06 ffffd000`2614d508 00000000`00000002 GameKB+0x5850
07 ffffd000`2614d510 ffffe001`2ff0a770 0x2
08 ffffd000`2614d518 ffffe001`2c1dbe60 0xffffe001`2ff0a770
09 ffffd000`2614d520 ffffd000`00000000 0xffffe001`2c1dbe60
0a ffffd000`2614d528 ffffc000`c39f1b00 0xffffd000`00000000
0b ffffd000`2614d530 ffffd000`2614d548 0xffffc000`c39f1b00
0c ffffd000`2614d538 00000000`00000000 0xffffd000`2614d548

3: kd> lmvm GameKB
start             end                 module name
fffff800`3cff9000 fffff800`3cfffc00   GameKB   T (no symbols)           
    Loaded symbol image file: GameKB.sys
    Image path: \SystemRoot\system32\drivers\GameKB.sys
    Image name: GameKB.sys
    Timestamp:        Fri May 11 08:24:31 2012 (4FACBEAF)
    CheckSum:         00009967
    ImageSize:        00006C00
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

It's three years old so I'm not surprised, install the latest one from the manufacturer's website.
 
Oooooookay... That was the problem :doh:
I don't know why the tool for the keyboard didn't updated the driver :confused:
But now everything works fine, thank you very much for your help! :)

---
To appreciate the help from you and Aura I donated some money :dsmile:
Have a nice day!

Bye
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top