"Failed to Repair," restarts, and other woes

Monday, August 19, 2019

Enable Hidden Administrator
 
 
 
 
 
jcgriff2

  • BSOD Kernel Dump Expert
  • 1,235 posts
  • ONLINE
  •  
  • Gender:Male
  • Location:New Jersey Shore
  • Local time:11:16 AM
Posted Today, 10:56 AM
Hi. . .

On the current system first, activate the Hidden Admin user account and see if you can see and access the files you are after -

https://www.sysnative.com/forums/threads/enable-disable-the-hidden-administrator-user-account-windows-10-8-1-8-7-vista.25824/

If no-go, place the HDD back into the system as primary, boot-up and activate the Hidden Admin user account.

There is only 1 Hidden Administrator user account and since you will be using it
only temporarily, I would advise NOT password protecting it right now. If you were to lose control/access of the Hidden Admin account (it is the account that comes up when the UAC screen appears), you will more than likely have to reinstall Windows.

What you describe to me sounds like permission setting issues. As far as the no-boot situation, I don't know what to tell you right now. It may have something to do with the upgraded RAM.

When you increased the RAM to 32 GB, did you install ALL new RAM sticks or did you just add 2 or so RAM sticks to the existing RAM that was already installed?

If you added to the existing, does all of the RAM match?

Regards. . .

jcgriff2


Edited by jcgriff2, Today, 10:57 AM.


244x90_BC_04-04-2019.png

Windows 10 "Failed to Repair," restarts, and other woes - WMIC Memorychip HTML Report

WMIC Memorychip HTML Report



BC thread - https://www.bleepingcomputer.com/forums/t/702707/failed-to-repair-restarts-and-other-woes/#entry4852195





  • BSOD Kernel Dump Expert

  • 1,235 posts

  • ONLINE

  •  

    • Gender:Male
    • Location:New Jersey Shore
    • Local time:11:16 AM
    Posted Today, 11:16 AM
    Also, I'd like to see your RAM configuration and info.

    Run #24 from this WMI tutorial - https://www.sysnative.com/forums/threads/windows-management-instrumentation-wmi-windows-10-8-1-8-7-vista.12294/

    Start with the WMI RAM memorychip HTML batch script - http://www.sysnative.com/SysnativeTutorials/wmi/batch/memorychip_h.bat

    The output should look like this - http://www.sysnative.com/SysnativeTutorials/wmi/html/memorychip.html

    If not, run the TEXT output batch file - http://www.sysnative.com/SysnativeTutorials/wmi/batch/memorychip_t.bat

    The output should look like this - http://www.sysnative.com/SysnativeTutorials/wmi/txt/memorychip.txt

    I'd prefer the HTML output. You can run it on the current system as the RAM hardware is the same as the previous non-boot RAM.

    Regardless of which you run, please zip up the file and attach it to your next post.

    Also, please run systeminfo from a CMD Prompt/Screen.

    Then paste it into your post using a BB code CODE BOX.

    To copy the CMD screen, RIGHT-click anywhere on the CMD screen, select "select all"; then hit ENTER. This will select and copy the entire contents of your CMD screen. The CODE BB brackets are necessary to keep the spacing from the systeminfo report aligned.
     
    You can also click on 08-19-2019a.PNG in the menu and then paste the CMD screen contents between the CODE brackets.
     
    If you find an email address in the systeminfo output after pasting into your post, simply remove it. If it is in systeminfo, it will be ~ 5-10 lines down from the top of the report.
     
    Good luck to you!
     
    Regards. . .
     
    jcgriff2

    244x90_BC_04-04-2019.png

    BSOD: Driver Power State Failure

    Friday, August 16, 2019

    https://www.bleepingcomputer.com/forums/t/702378/bsod-driver-power-state-failure/?p=4849725



    NVIDIA Roll back.

    BSOD - DRIVER_POWER_STATE_FAILURE - 0x0000009f

    Monday, August 12, 2019

    Posted Today, 02:50 PM
    Hi. . .

    2 of the 5 dumps you submitted were zero (-0-) bytes in size. This means that Windows came down so fast that it did not have time to write a dump or an "unknown" hardware problem exists and the computer literally shut off/lost power before it could write the dump (akin to someone pulling out the electrical plug on a desktop PC.

    BSOD Kernel memory dumps are created to help software developers debug their code, not really to help us with hardware issues. In fact, dump files are incapable of telling us which piece of hardware is/has failed. At best, dumps can point us in a general direction, for example, telling us that an I/O error occurred, which to me means that the system encountered trouble with a hard drive. Again, that was just an example and I was NOT referring to your system.

    Of the 3 remaining dumps, 2 of them had bugchecks = 0xc4 which means that Driver Verifier flagged a driver. The driver named was the Microsoft Windows Network I/O Subsystem driver netio.sys

    This presents at least 2 problems. The Driver Verifier instructions state to only select 3rd party drivers (non-Microsoft drivers). Did you do this step correctly?

    If so, having Driver Verifier list a Microsoft driver leas us to the direction of unknown hardware failure as the probable cause. netio.sys being a Microsoft driver means that it is sacrosanct and could not possibly be the actual cause of the BSOD. If it were, many millions of other people would also be experiencing BSODs because they have the exact same version of that driver that you do.

    The 3rd dump had a bugcheck = [0x9f (0x3,,,)[/b] = DRIVER_POWER_STATE_FAILURE; A device has been blocking an IRP for too long a time. (IRP = Input/Output request packets)

    Digging deeper into the 0x9f dump reveals the blocked IRP -
    >[IRP_MJ_POWER(16), IRP_MN_SET_POWER(2)]
                0 e1 ffff8f8a2f2aa030 00000000 fffff8002ab6f520-ffff8f8a329a9ee8 Success Error Cancel pending
            \Driver\nvlddmkm nt!PopRequestCompletion
       Args: 00000000 00000001 00000001 00000000
    If you look carefully through that seemingly jumbled mess, you'll see nvlddmkm after the word \driver

    nvlddmkm.sys is your NVIDIA video card driver. Your driver is relatively new - just about 1 month old. From your dump file -
    nvlddmkm.sys Wed Jul 17 14:04:33 2019 (5D2F8D61)
    https://www.sysnative.com/drivers/driver.php?id=nvlddmkm.sys

    I would suggest rolling the driver back, but we also need to test your video card.

    Run FurMark - https://www.sysnative.com/forums/threads/furmark-display-card-stress-test.3907/

    Please post the results.

    If Furmark passes, then run Driver Verifier - https://www.bleepingcomputer.com/forums/t/576333/driver-verifier-bsod-related-windows-10-81-8-7-vista/

    Driver Verifier must run for at least 24 hours and it's job is to stress-test your 3rd party drivers and force a BSOD if it detects a violation.

    Please use these settings - https://www.bleepingcomputer.com/forums/t/576333/driver-verifier-bsod-related-windows-10-81-8-7-vista/

    I must admit that after seeing netio.sys, finding NVIDIA in the 0x9f dump threw me for a loop as I was expecting to see either your wifi or Ethernet driver (a networking driver), not your video driver.

    And of course, the 2 dumps showing zero bytes in size is bothersome. Also, every file in the Sysnative zip file shows as 1/1/1980 12:00 AM, which I have no idea why the files would display like that (but I have seen this phenomenon before) as I wrote the Sysnative app.

    Screenshot of the 5 dump files showing the date and time (timestamp) as well as the two dumps that are -0- bytes in size -

    08-12-2019e.PNG 

    post-208009-0-61397600-1565635656.png

    Regards. . .

    jcgriff2

    p.s. ntoskrnl.exe (that you mentioned WhoCrashed said was the cause of the 0x9f dump) is the Windows kernel and could not possibly be the cause of your BSODs. ntoskrnl.exe is often named as a default of sorts when the real cause cannot be determined. 
    Edited by jcgriff2, Today, 02:51 PM.

    244x90_BC_04-04-2019.png

    BSOD 0x000007e - Atheros wifi

    Sysnative Forums - https://www.sysnative.com/forums/threads/bsod-stop-0x0000007e-error-on-startup.29010/#post-266648



    Atheros USB wifi driver is the cause - athurx.sys



    If the BSODs do get to a point where you can no longer tolerate them, you can replace the USB wifi adapter.

    I would recommend Netgear brand or perhaps TP-Link brand USB wifi adapters as they do generally keep their drivers updated.

    Netgear USB wifi adapters at Amazon - Amazon.com: usb wifi adapter - NETGEAR

    Netgear drivers - download | Support | NETGEAR

    Also, TP-Link seems to have drivers available too -

    TP-Link USB devices - Amazon.com: tp-link usb wifi adapter

    TP-Link driver downloads - TP-Link Product Support - Download Center

    Good luck to you! :-)

    Regards. . .

    jcgriff2



    0x116 BSOD VIDEO_TDR_ ERROR - Video TDR Timeout

    Saturday, August 10, 2019

    Hi. . .

    There were in fact 3 BSOD dumps.

    The bugcheck on all 3 dumps was 0x116 = Video TDR Timeout - the video driver attempted to reset itself but could not do so within the time allotted (30 seconds).

    The probable cause on all 3 dumps listed as your ATI video driver -



    atikmpag.sys Mon Apr 15 20:17:47 2019 (5CB5495B)
    Check ATI for a driver update - https://www.sysnative.com/drivers/driver.php?id=atikmpag.sys

    You're looking for a driver newer than 15 April 2019.

    If after the driver update you are still having issues, swap out the video card for another, even if just temporarily to see if the system stabilizes.

    0x116 bugcheck BSODs generally have two causes - (1) video driver or (2) video card

    Regards. . .

    jcgriff2
     
    Edited by jcgriff2, Today, 01:59 PM.

    244x90_BC_04-04-2019.png

    WHEA_UNCORRECTABLE_ERROR

    https://www.bleepingcomputer.com/forums/t/702241/whea-uncorrectable-error/?p=4846443



    So a generic BUS error has occurred 
    BUSLG_SRC_ERR_I_NOTIMEOUT_ERR (Proc 0 Bank 22) 
    Thus, the BUS logic has detected an error in the source on processor 0 and MCA bank 22. 
    BUS errors are usually due to two causes 
    -> overclocking including mismatch CPU -> Memory 
    -> overheating of the CPU 



    New BSOD started up in just last 4 days

    Friday, July 26, 2019

    RME audio driver hdsp_64.sys

    Bleeping Computer



    Complete explanation of Windbg output naming it.



    *** Good for BSOD Academy ***

    Altap Salamander Undelete Files

    Tuesday, July 23, 2019

    Altap Salamander Undelete Files

    BSOD NetIO.sys

    Sunday, July 14, 2019

    vsdatant.sys - Zone Alarm

    Mutiple Stop Codes, often crashes when waking from Sleep mode

    Saturday, July 13, 2019

    Fault bucket 0xEF_csrss.exe_BUGCHECK_CRITICAL_PROCESS_c0000005_nt!PspCatchCriticalBreak, type 0

    Check SSD + HDDs

    Spontaneous reboots and sometimes BSOD

    Sunday, July 7, 2019

    https://www.bleepingcomputer.com/forums/t/700092/spontaneous-reboots-and-sometimes-bsod/#entry4821052



    System Restore worked and solved the thread!

    0xC000021A - 0xc0000428 - 0xC0000142

    Saturday, July 6, 2019

    https://www.sysnative.com/forums/threads/the-usb-fingerprint-reader-disconnects-and-freezes-the-system-for-a-few-seconds.28707/#post-263606



    smss.exe

    crss.exe



    Run SeaTools for DOS

    BSOD

    Wednesday, July 3, 2019

    NVIDIA

    0x9f

    0x133

    Severe freeze on i7 laptop, 8GB RAM, 16GB Optane (Windows 10)

    Tuesday, May 21, 2019

    https://www.sysnative.com/forums/threads/severe-freeze-on-i7-laptop-8gb-ram-16gb-optane-windows-10.28376/#post-259614



    Reliability Monitor

    [SOLVED] windows doesn't recognize my mobile.

    Saturday, May 18, 2019

    https://www.sysnative.com/forums/threads/windows-doesnt-recognize-my-mobile.28348/



    SOLVED by using a different PC USB-to-Phone cable.

    Windows 10 x64 BSOD

    Thursday, May 2, 2019

    https://www.bleepingcomputer.com/forums/t/697030/bsod/#entry4777768

    Reading on line news got BSOD - Windows 7 SP1 x64

    Saturday, April 27, 2019

    Caused by Bitdefender -  bddci.sys



    https://www.sysnative.com/forums/threads/reading-on-line-news-got-bsod-windows-7-sp1-x64.28204/#post-257598



    Same thread - BIOS Update - https://www.sysnative.com/forums/threads/reading-on-line-news-got-bsod-windows-7-sp1-x64.28204/#post-257607

    NetworkProfile --> Operational Log - Internet drops

    Tuesday, April 16, 2019

    NetworkProfile --> Operational Log

    "new" user in task manager - Windows 10

    Monday, April 15, 2019

    A user account named "new" suddenly appears.

    BSOD with multiple error codes

    Saturday, April 6, 2019

    Windows 8.1 BSOD

    Thursday, April 4, 2019

    Win7 Crashing

    Thursday, March 28, 2019

    https://www.techsupportforum.com/forums/f299/win7-crashing-before-i-can-use-sysnativefilecollectionapp-1235666.html#post7732918



    The first is your Atheros wifi driver - https://www.sysnative.com/drivers/dr...?id=athurx.sys

    cmdguard.sys - uninstall COMODO. Driver verifier flagged this driver.

    amdxhc31.sys - this appears to be an AMD chipset driver. Go to your system manufacturer's site.

    BSOD NetIO.sys

    Tuesday, March 5, 2019

    BSOD NetIO.sys



    Real culprit = vsdatant.sys - Zone Alarm (Big Surprise!!)



    https://www.sysnative.com/forums/threads/bsod-netio-sys.27725/#post-251399

    I am experiencing a lot BSODs recently after my hardware upgrade.

    I am experiencing a lot BSODs recently after my hardware upgrade.



    https://www.techsupportforum.com/forums/f299/i-am-experiencing-a-lot-bsods-recently-after-my-hardware-upgrade-1235270.html#post7729952



    DPC WATCHDOG VIOLATION + DRIVER POWER STATE FAILURE BSOD

    Friday, March 1, 2019

    DPC WATCHDOG VIOLATION + DRIVER POWER STATE FAILURE BSOD



    https://www.sysnative.com/forums/threads/dpc-watchdog-violation-driver-power-state-failure-bsod.27720/#post-251225

    Bsod when using chrome and launching COD

    Thursday, February 28, 2019

    Bsod when using chrome and launching COD



    https://www.techsupportforum.com/forums/f299/bsod-when-using-chrome-and-launching-cod-1235200.html#post7729110



    Bugcheck = 0x1a - severe memory management error



    BSOD DRIVER_VERIFIER_DMA_VIOLATION (0xe6)

    Wednesday, December 19, 2018

    BSOD DRIVER_VERIFIER_DMA_VIOLATION (0xe6)



    https://www.sysnative.com/forums/bsod-crashes-kernel-debugging/26990-bsod-driver_verifier_dma_violation-0xe6.html#post241936



    BSoD Windows 7

    Monday, October 8, 2018

    https://www.techsupportforum.com/forums/f299/bsod-windows-7-a-1232338.html#post7709972

    iusb3xhc.sys - Intel USB 3.0 drivers

    Boot to Bluescreen in normal mode, Black screen in safe mode

    Saturday, August 18, 2018

    0xffffffffc0000428



    0xc0000428 = CRITICAL_SERVICE_FAILED






    Likely bad HDD

    BSOD of differing flavors - MBAM

    Friday, August 3, 2018

    mwac.sys - MBAM

    NETIO.sys

    MBAMService.exe

    ERROR, IRQL_NOT_LESS_OR_EQUAL ntoskrnl.exe + 7fd00

    ntoskrnl.exe

    High CPU/Memory/Disk usage

    Tuesday, July 10, 2018

    Process Monitor usage

    Process Explorer usage

    BSOD netio.sys driver failure

    Sunday, July 8, 2018

    Malwarebytes Forum



    https://forums.malwarebytes.com/topic/232698-bsod-netiosys-driver-failure/?tab=comments#comment-1255214



    mwac.sys     - MBAM



    rt640x64.sys - Realtek Ethernet (suspected, although not mentioned in the dump)

    Getting BSOD due various issues, what should I do?

    Wednesday, June 20, 2018

    SynTP.sys

    iusb3xhc.sys

    https://www.sysnative.com/forums/bsod-crashes-kernel-debugging/25574-bsod-couple-different-code.html#post222527

    Saturday, June 16, 2018

    atc.sys

    Bit Defender

    Bugcheck - 0xc4

    BSOD on Hibernate - BCCode x1000009f [Windows 7] - Bleeping Computer

    Thursday, June 7, 2018

    https://www.bleepingcomputer.com/forums/t/678634/bsod-on-hibernate-bccode-x1000009f-windows-7/?p=4508389



    0x9f (0x3,,,)

    0x9f (0x4,,,)

    Bad Pool Header BSOD

    Monday, January 8, 2018

    https://www.bleepingcomputer.com/forums/t/667523/bad-pool-header-bsod/?p=4419140



    Adguard for Windows



    https://adguard.com/en/adguard-windows/overview.html

    Stuck with constant BSoD's while attempting to host a dedicated server.

    https://www.bleepingcomputer.com/forums/t/667518/stuck-with-constant-bsods-while-attempting-to-host-a-dedicated-server/?p=4419091



    gwdrv.sys - Glasswire driver

    Windows 10 BSOD

    https://www.bleepingcomputer.com/forums/t/667368/bsod-reference-by-pointer/?p=4419056



    IUFileFilter.sys

    https://www.iobit.com/en/index.php



    VERIFIER_ENABLED_VISTA_MINIDUMP



    Probably caused by : IUFileFilter.sys



    0x109 BSOD

    Saturday, January 6, 2018

    https://www.bleepingcomputer.com/forums/t/667123/bsod-fairly-often-need-help-figuring-out-the-issue/?p=4417481



    Hardware failure

    BSOD

    https://www.bleepingcomputer.com/forums/t/667350/bsod/?p=4417475



    KIS

    Slow PC

    Wednesday, December 20, 2017

    bugcheck 100000C5 - Tech Support Forum

    Monday, December 11, 2017

    bugcheck 100000C5 - Tech Support Forum

    0x100000C5

    irql not less or equal - Tech Support Forum

    Tuesday, December 5, 2017

    irql not less or equal - Tech Support Forum

    0xa

    driver - BstkVMMR0.r0

    Win 10 Driver State Power Failure - Tech Support Forum

    Sunday, December 3, 2017

    Win 10 Driver State Power Failure - Tech Support Forum

    0x9f

    NVIDIA video driver

    Win 10 Driver State Power Failure - Tech Support Forum

    Thursday, November 30, 2017

    Win 10 Driver State Power Failure - Tech Support Forum

    0x9f

    New DIY PC BSOD please help - Tech Support Forum

    Monday, October 9, 2017

    New DIY PC BSOD please help - Tech Support Forum

    New BSOD - Tech Support Forum

    Monday, August 21, 2017

    New BSOD - Tech Support Forum

    BSOD (multiple) new PC - Tech Support Forum

    Monday, August 14, 2017

    BSOD (multiple) new PC - Tech Support Forum

    Text

    Powered by Blogger.

    Search This Blog

    Popular Posts