Windows 10: CRTITICAL_SERVICE_FAILED on startup disk check at 0%

Discus and support CRTITICAL_SERVICE_FAILED on startup disk check at 0% in Windows 10 BSOD Crashes and Debugging to solve the problem; Problem: Windows 10 needed to check my C (OS) drive for errors, so it scheduled a check and restarted. Upon boot, it went to the disk checking screen... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by thomaswp, Oct 26, 2016.

  1. thomaswp Win User

    CRTITICAL_SERVICE_FAILED on startup disk check at 0%


    Problem: Windows 10 needed to check my C (OS) drive for errors, so it scheduled a check and restarted. Upon boot, it went to the disk checking screen (showing the Windows logo and spinning dots), got to 0% and then immediately crashed with a CRITICAL_SERVICE_FAILED BSOD. This happened right after replacing my GPU (see backstory below) but that may be unrelated. How can I stop the disk check?

    What I've tried: I've run chkdsk on that drive (and others) and found no errors. I've tried sfc /scannow but it doesn't work from the recovery command prompt. I've accessed the drive from another Windows install on a separate HDD and the files seem perfectly readable. I've tried safe mode - same result. I've tried replugging the SATA cable into a different port - no effect. I've tried "fsutil dirty query" and "chkntfs" and both show the disk as clean. I've also tried "chkntfs \x" to clear the dirty flag - no result.

    Backstory: I recently had to replace my graphics card (Radeon HD 7800 replaced with GTX 950). Everything went fine and my computer restarted a few times. However, while diagnosing my graphics problems, I booted from my other drive (running Windows 7). Whenever this happens, Windows flags my drives as dirty and wants to check them. I'd been skipping the disk check at boot (at this point it have me 8 seconds to skip, rather than launching right in). But when everything was up and running, Windows still reported that it needed to check the disk, so I agreed and restarted. And then the above issue started. It's worth noting the I've had no disk problems except right before the disk check Steam did report trouble writing a downloading game to disk. It's also worth noting that while troubleshooting my graphics card my computer repeatedly crashed and had to be hard reset.

    Goal: In the short term, I'd just like a way to disable the disk check, since the computer seems to be running ok and my only symptom of a faulty disk is dskchk failing... In the long term, obviously I'd like to fix the underlying issue and let windows check my disk.

    I haven't run the dm_log_collector tool yet, since I can't boot to the affected OS, but I can do so on the other drive if that would be helpful. Alternately, if you can tell me what it collects, I can probably fetch it.

    Thanks so much for any help!

    :)
     
    thomaswp, Oct 26, 2016
    #1

  2. Windows store doesn't work and some other apps as well, what should I do ?

    Hi,

    It seems that it can't solve the problem I have .And here is Startup repair diagnosis and repair log from SrtTrail.txt:

    Startup repair diagnosis and repair log

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    Try to repair number: 1

    The session details

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    System disk =

    Windows directory = C: \ Windows

    Automatically check run = 0

    Root cause for = 1

    Perform the test:

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    Name: check the update

    Results: successful completion.The error code = 0 x 0

    Use time = 0 milliseconds

    Perform the test:

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    Name: system disk test

    Results: successful completion.The error code = 0 x0

    Use of time = 78 milliseconds

    Find the root cause of :

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    Unable to find a hard disk.If installed hard disk, hard disk no response.

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

    By the way,though it says that it finds the problem that it can't find hard disk ,but my computer can load successfully and I don't think there are some problems with startup.My computer just can't open windows store. . .
     
    Charlin Chen, Oct 26, 2016
    #2
  3. Disk locked while installing 14257

    If Rebuilding BCD doesn't help, type MSINFO in Start Search, open System Information. Do you have a UEFI BIOS mode?

    If so reboot into UEFI Firmware, if necessary following
    How To Access Advanced Startup Options in Windows 8 or 10.
    Is the UEFI firmware set to CSM? If so disable it to change to UEFI mode only, unless you have another hard drive with OS installed in Legacy mode which requires Compatibility Service Module.


    If that doesn't help, then right click Start button to open Admin Command Prompt, copy and paste:

    diskpart.exe

    list disk

    select disk 0 (replace 0 with the number of the drive in question)

    attributes disk

    Is it marked as Read Only?

    If not then I would check the partition tables attributes:

    list volume

    select volume 0 (again replace 0 with the drive in question)

    attributes volume

    If either are marked read only you can clear the attribute:

    select disk 0 (or the disk you want to change the attribute for)

    list disk

    attributes disk clear readonly

    list disk (to confirm you got the right setting)

    exit

    If this fails run Startup Repair from Advanced Startup Options.
     
    Greg Carmack - Windows MVP, Oct 26, 2016
    #3
  4. Ztruker Win User

    CRTITICAL_SERVICE_FAILED on startup disk check at 0%

    Click on Start then Run, type cmd and press Enter. Next type fsutil dirty query c: where c: is your boot drive. This queries the drive, and more than likely it will tell you that it is dirty.

    Next, type chkntfs /x c:. The X tells Windows to NOT check that particular drive on the next reboot. Now manually reboot your computer, it should not do a chkdsk and should take you directly to normal Windows login.

    Once Windows has fully loaded, bring up another Command Prompt and enter chkdsk c: /r. Reply Y when asked if you want this to happen on the next boot. This should take you through 5 stages of the chkdsk scan and will unset that dirty bit. This can take an hour or more depending on the size of your hard drive, be patient and let it complete.

    Once booted back to Windows, open another Command Prompt and query the dirty bit again by entering fsutil dirty query c: and Windows will confirm that the dirty bit is not set on that drive.

    Above from Experts Exchange.
     
    Ztruker, Oct 26, 2016
    #4
  5. thomaswp Win User
    Hi Ztruker, thanks for the quick response. As I said in the original post:

    But I tried it again, this time from my Win7 command prompt (previously I had used the recovery console). Unfortunately, booting from Win7 is what convinced Win10 that the disk was dirty in the first place, so the "fsutil dirty query" did flag the drive as dirty this time. The ultimate result was that when booting to Win10 it tried a different kind of disk check ("Scanning disk for errors. This may take over an hour"), which actually completed successfully, and then rebooted to the same BSOD disk check at 0%.

    Any other ideas? I think the disk check Win10 is trying, which was scheduled after a notification popped up in the action center asking me to do so, uses a different flagging system than the one fsutil and chkntfs interface with.
     
    thomaswp, Oct 26, 2016
    #5
  6. thomaswp Win User
    Well, after throwing the book at this problem, I finally tried switching the SATA cables for the SSD (failing) and the HDD (could boot), and now they both work. Hopefully it was just a loose cable or an incompatible port or some other hardware voodoo. Thanks for you help.
     
    thomaswp, Oct 26, 2016
    #6
  7. Ztruker Win User
    One thing you can do is remove the drive letter for the other OS under Win 7 and 10 so you cannot access the other OS hard drive.
    I believe this will resolve the dirty bit being set.

    Do this from Disk Management under Windows 7 to remove the drive letter for the Windows 10 OS.
    Do the same from 10 for 7.
     
    Ztruker, Apr 5, 2018
    #7
Thema:

CRTITICAL_SERVICE_FAILED on startup disk check at 0%

Loading...
  1. CRTITICAL_SERVICE_FAILED on startup disk check at 0% - Similar Threads - CRTITICAL_SERVICE_FAILED startup disk

  2. Disable Check disk on startup

    in Windows 10 Gaming
    Disable Check disk on startup: At Every boot, Windows ask for a check disk. I tried CMD commands, Regedit but none seems to work. What is the permanent solution for this? https://answers.microsoft.com/en-us/windows/forum/all/disable-check-disk-on-startup/0dded1d6-944f-40a6-9a30-297913814366
  3. Disable Check disk on startup

    in Windows 10 Software and Apps
    Disable Check disk on startup: At Every boot, Windows ask for a check disk. I tried CMD commands, Regedit but none seems to work. What is the permanent solution for this? https://answers.microsoft.com/en-us/windows/forum/all/disable-check-disk-on-startup/0dded1d6-944f-40a6-9a30-297913814366
  4. Disk check running on every startup.

    in Windows 10 BSOD Crashes and Debugging
    Disk check running on every startup.: Hello, for several months now I am facing a problem. My pc runs the chkdks on every startup, apparently unsuccessfully, as ever anything happens. I've tried unmarking the disk from the "dirty" status it is tagged with no success. When I let the scan do it's thing, it is...
  5. How to disable disk check on startup

    in Windows 10 Performance & Maintenance
    How to disable disk check on startup: I use a laptop with hdd and ssd. Both hdd and ssd are having windows. I use the windows in ssd. I have a problem that whenever I turn on my laptop it starts disk checking because of which my windows in hdd is booted instead of ssd. I have performed disk check many times and...
  6. Disk check on every startup

    in Windows 10 Ask Insider
    Disk check on every startup: Hi all. Recently my PC started to run disk check on every startup. I let it run and repair, but it doesn't do anything really. When I run the disk checker on Windows itself it says that my drive has a problem and it needs to restart in order to solve it. But nothing gets...
  7. Check Disk on Startup

    in Windows 10 Ask Insider
    Check Disk on Startup: So I have a windows 10 pc. Every time I start it, it runs check disk. I searched it up, and it says that check disk is triggered by improper system shutdowns, failing hard drives, and malware infection. I am not sure if I have any of these. (I didn’t shut my pc down...
  8. Disk Check on startup

    in Windows 10 Ask Insider
    Disk Check on startup: After I started my system, it began a disk Check out of the blue. Before that, it was turned off normally. What does it mean? Is it alarming or I should ignore it. It happened only once. submitted by /u/CptGiorgis [link] [comments]...
  9. Disk Checking on Startup

    in Windows 10 Drivers and Hardware
    Disk Checking on Startup: Hello. I own an Acer Swift 3 which I have the fear of it breaking. When I start up my computer, I see the message "Press any key to skip disk checking in # seconds." I always skip it, but then, I always have this question that comes up. The question that I have is "What...
  10. Disk Checking at Startup

    in Windows 10 Performance & Maintenance
    Disk Checking at Startup: Hi Guys, I have been using Windows 10 for a while now with no issues, I currently have three HDD's installed in the PC, one that's used to boot windows, a secondary 250GB for extra storage and a 1TB drive to store\stream movies from. I was aware my 1TB HDD was not 100%...