A lot of BSOD since Windows 10 upgrade - Windows 10 x64

dbzvl

New member
Joined
Aug 21, 2015
Posts
2
· OS - 10
· x64 ?
· What was original installed OS on system? Windows 7
· Is the OS an OEM version (came pre-installed on system) or full retail version (YOU purchased it from retailer)? OEM
· Age of system (hardware) 2 to 3 years
· Age of OS installation - have you re-installed the OS? 1 month

· CPU intel i5 3570k
· Video Card amd radeon hd 7800
· MotherBoard - (if NOT a laptop)
P8Z77-V ASUS
· Power Supply - Seasonic 650 watt

· Desktop
 

Attachments

The NT Kernel symbol doesn't appear to be loading correctly for some reason,

Code:
3: kd> [COLOR=#008000]lmvm e1i63x64[/COLOR]

start             end                 module name
fffff802`00d80000 fffff802`00df9000   e1i63x64   (no symbols)           
    Loaded symbol image file: e1i63x64.sys
    Image path: e1i63x64.sys
    Image name: e1i63x64.sys
    Timestamp:        [COLOR=#ff0000]Thu Mar 26 20:24:57 2015[/COLOR] (55146B19)
    CheckSum:         0007CBC7
    ImageSize:        00079000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

Your Intel network adapter could be potentially be causing problems, I'm not sure how many Window 10 compatible drivers Intel have released, it would something worth checking out. There appears to be increase of BSOD cases which originated from updating from Windows 7/Windows 8.1 to Windows 10.

The second parameter contains the unicode string which informs us of the driver has been causing problems:

Code:
3: kd> [COLOR=#008000]du ffffe0001742a6a8[/COLOR]
ffffe000`1742a6a8  "[COLOR=#ff0000]e1i63x64.sys[/COLOR]"

From the bugcheck description, we can see that the driver has failed to release it's pool allocations before being unloaded from the system. Unfortunately, because of symbol issues, I'm not able to run some additional extensions to gather further information.
 
Thanks. I think this is the lan adapter so I will disable it and see what happens. I use a usb for wifi.
 

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

Back
Top