The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Dell XPS 15 9550 BSOD (BAD POOL CALLER and HEADER)

    Discussion in 'Dell XPS and Studio XPS' started by cept, Mar 25, 2016.

  1. cept

    cept Newbie

    Reputations:
    0
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    I've been having more and more BSODs recently, sometimes as often as once an hour.

    I've seen anecdotal stories about people with the 9550 experiencing BSOD because of problems with wireless or Bluetooth drivers. I've updated to the latest drivers, but still experience these problems.

    Using Nirsoft BlueScreenView for my latest dump report, it seems that for me the problematic files are:
    • fwkpclnt.sys
    • Ndu.sys
    • NETIO.sys
    • ntoskrnl.exe
    These are all Windows system files. Anyone know what to do with these?
     
  2. Sanchez123

    Sanchez123 Notebook Enthusiast

    Reputations:
    0
    Messages:
    25
    Likes Received:
    1
    Trophy Points:
    6
    Have you switched to AHCI mode in the BIOS? Using AHCI is widely reported to cause intermittent BSODs.
     
    Kikuri likes this.
  3. cept

    cept Newbie

    Reputations:
    0
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    I have not tweaked boot settings in the BIOS, and am running the most recent version of the BIOS.
     
  4. GoNz0

    GoNz0 Notebook Virtuoso

    Reputations:
    259
    Messages:
    3,947
    Likes Received:
    1,378
    Trophy Points:
    231
    Open an admin command prompt and type

    sfc /scannow

    What's the result?
     
    Kikuri likes this.
  5. wickette

    wickette Notebook Deity

    Reputations:
    241
    Messages:
    1,006
    Likes Received:
    495
    Trophy Points:
    101
    Hello, had this problem re-installed windows and used microsoft ahci/raid driver or intel drivers (install them manually, DO NOT install intel RST software), intel rapid storage utility is usually the culprit here.

    Had this exact problem (bad pool header) like 2-3 times / day.

    I used the intel ahci/raid drivers but without any software next to it, and it works now, had ZERO bsod in more than a month.
     
  6. cept

    cept Newbie

    Reputations:
    0
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    @gonzo,

    It looks like they are corrupt files.

    "Windows Resource Protection found corrupt files but was unable to fix some of them".

    I've uploaded my log file here:

    http://www.filedropper.com/cbs_2
     
  7. GoNz0

    GoNz0 Notebook Virtuoso

    Reputations:
    259
    Messages:
    3,947
    Likes Received:
    1,378
    Trophy Points:
    231
    Thanks, I don't have the time to go through logs but you can try the following from an elevated command prompt one at a time.

    Dism /Online /Cleanup-Image /StartComponentCleanup
    Dism /Online /Cleanup-Image /RestoreHealth
    SFC /scannow
     
    Kikuri likes this.