Windows 10: BSOD 0xc000021a - Cannot boot Win 10 at all

Discus and support BSOD 0xc000021a - Cannot boot Win 10 at all in Windows 10 BSOD Crashes and Debugging to solve the problem; Chkdsk on both the boot partition and the windows partition comes up with no errors. Had to dismount the windows drive first... I had been trying to... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by gaztech, Jul 7, 2016.

  1. gaztech Win User

    BSOD 0xc000021a - Cannot boot Win 10 at all


    Chkdsk on both the boot partition and the windows partition comes up with no errors. Had to dismount the windows drive first...

    I had been trying to get Powershell to start in order to run a few other things, but have been unable through all of my investigation to get it to start at all. Just tried now in order to get the info you need but - guess what? It won't start. Maybe it won't start in the recovery environment?

    I've been playing with WMIC to get info out of the system (not to make changes) and it's very interesting just how much info can be extracted using this tool.

    I worked through the correct commands to get the Event Log entries as per your request as I couldn't get Powershell to run.

    I used this command:
    WMIC NTEVENT WHERE "EventIdentifier='1001' AND LogFile = 'Application' " GET EventCode, EventIdentifier, RecordNumber, SourceName, TimeGenerated, Type, Message, EventType /format:list > list.txt

    This command works fine on my (working) Win10 machine but when I run from the recovery prompt on my dud machine I get:
    Node - MININT - MVEURNP
    ERROR:
    Description = Invalid Class

    No idea what that means.

    One thing I did find using WMIC to look at services was that the TrustedInstaller Service wasn't running and other users seem to indicate that both sfc and dism won't run repairs if this service isn't up. However, starting this service didn't make any difference - and I found that after a while, the service is automatically stopped. Not sure what stops it!

    Will now look at running the SeaTools to see what that pops up. Later...
     
    gaztech, Jul 13, 2016
    #16
  2. gaztech Win User

    Oh, and some more info to add...
    I decided to check the ntbtlog.txt file and found that it stops at usbhub3.sys. Checking the system32 directory revealed that this file was missing so I tried copying this file from another working Win10 system (my laptop) to windows\system32. Result - no difference. Still crashes with C000021a error.

    I then checked the SrtTrail.txt file (located in Windows\System32\Logfiles\Srt) to see if there were any errors in there. I found that although all the system start attempts had been logged, there were no errors showing at all. All tests showed up as being successful. Under "Root Cause Found" the message is: "Startup Repair has tried several times but still cannot determine the cause of the problem."

    Log is showing number of repair attempts: 12. Last successful boot time: 21 June 2016 at 16:27:29 GMT.
     
    gaztech, Jul 13, 2016
    #17
  3. axe0 New Member
    Usbhub3.sys is a Windows USB driver, I believe not crucial for booting.

    How many times have you tried a startup repair?
    The recommended minimum is 3 after each other with reboots between each.
     
  4. gaztech Win User

    BSOD 0xc000021a - Cannot boot Win 10 at all

    Oh, and some more info to add...
    I decided to check the ntbtlog.txt file and found that it stops at usbhub3.sys. Checking the system32 directory revealed that this file was missing so I tried copying this file from another working Win10 system (my laptop) to windows\system32. Result - no difference. Still crashes with C000021a error.

    I then checked the SrtTrail.txt file (located in Windows\System32\Logfiles\Srt) to see if there were any errors in there. I found that although all the system start attempts had been logged, there were no errors showing at all. All tests showed up as being successful. Under "Root Cause Found" the message is: "Startup Repair has tried several times but still cannot determine the cause of the problem."

    Log is showing number of repair attempts: 12. Last successful boot time: 21 June 2016 at 16:27:29 GMT.
     
    gaztech, Jul 13, 2016
    #19
  5. gaztech Win User
    As per the log: Startup repairs = 12

    After the Sea Tools routine is finished, I'll try 3 startup repairs in a row. Worth I try I think. I've never run any more that one before then dropping to a command prompt to dig deeper.

    You never know, this might be the answer but I'm not holding my breath!
     
    gaztech, Jul 13, 2016
    #20
  6. axe0 New Member
    Please make sure to get a pic before closing, we'll need to see photos of the result.
     
  7. gaztech Win User
    Attachment 90120

    Seatools final Screen. All looks fine. States that tests were passed.
     
    gaztech, Jul 13, 2016
    #22
  8. axe0 New Member

    BSOD 0xc000021a - Cannot boot Win 10 at all

    Good *Smile

    The situation is a bit unfortunate as we cannot check the SMART of the drive
     
  9. gaztech Win User
    Hi,
    I did run WD Diagnostics against the drive when I tool it out and put it in a drive caddy. The diagnostics came up clean and came up with a PASS on SMART.

    So, I though it was about time I wrote down a chronological list of what I've tried. I was making copious notes all the way through the process. Here goes:

    1) Tried booting to safe mode. - Not possible. All variants will not load up and I get error c000021a. Normal mode of course throws the same error.

    2) Booting into troubleshooting mode does work after 3 boot attempts as does booting from a recovery USB stick.

    3) Running sfc /scannow results in an error: "Windows Resource Protection could not perform the requested operation", although before it threw iup the error, it said "Verification 100% complete". Huh?

    4) Running sfc /scannow /offbootdir=C:\ /offwindir=d:/windows results in the same error as above (takes much longer to process though).

    5) After identifying that the WindowsTrustedInstaller service was not running, I ran "net start WindowsTrustedInstaller" to start the service and re-ran items 3 and 4 above. Same errors were noted on both.

    6) I found the 64bit devcon utility in the WDK from MS and put this on my USB stick. I thought I would try to disable my graphics driver as this was suspect. After finding the correct ID using devcon I ran the tool to disable the driver. I then ran all the above 1,2,3,4 again - same results. Then re-anabled the driver. It wasn't helping.

    7) Decided to try some DSIM commands to see if a rebuild was possible. Tried :

    DISM /ONLINE /CLEANUP-IMAGE /RESTOREHEALTH

    This resulted in:
    Error 50: DISM does not support serrvicing Windows PE with the /online option

    I've come across this before in recovery mode. There is a fix... I deleted the MiniNT registry key at:
    HKLM\SYSTEM\CurrentControlSet\Control\

    Running DISM again it worked and it ran to 20% then stopped with another error:
    Error: 1
    Incorrect function
    The DISM log file can be found at x:\Windows\Logs\DISM\dism.log

    Log is attached.

    So, tried:

    DISM /ONLINE /CLEANUP-IMAGE /RESTOREHEALTH /Source:WIM:f:\sources\install.wim:1 /limitaccess

    (F: was my DVDV drive with a recovery DVD in it)

    This time the progress bar went to 100% but gave me the "Error 1: Incorrect function" too.

    Hope the flow of work here is methodical and correct.

    As you can see, I've checked loads of stuff. I may have missed some things out or misinterpreted something but after doing all this you would have thought something positive would have come out of it - but nothing!

    I'm concerned that none of the repair utilities run due to Windows Resource Protection getting in the way. Surely recovery is just that - recovery! How come a "recovery" utility requires extra permissions to do the repairs that it was designed to do? If it needs permission that you can't envoke then it can't actually be a "recovery" utilty can it? I just don't get this. MS has some work to do on these tools.

    I don't know where to go with this now. Aaargh!

    Attachment 90225
     
    gaztech, Jul 14, 2016
    #24
  10. axe0 New Member
    Could you run HDTune on your hard drive in the caddy?
    I'd like to see the SMART attributes and there values, make a screenshot of the health tab in HDTune and post it.
     
  11. gaztech Win User
    Hi @axe0,
    Tried HDTune and it doesn't seem to want to read the SMART info.

    Odd, until I checked this and it seems that HDTune doesn't read WD drives very well in this area. There are many posts about it.

    I Tried WD Data Lifeguard and also Crystal Disk Info. Both read the information and it seems ok to me (maybe you know better...). I have included the screenshots here for you to take a look at:

    Attachment 90238Attachment 90239

    What do you think?
     
    gaztech, Jul 14, 2016
    #26
  12. axe0 New Member
    What I think is not important.

    The reallocated sector count is very high, it isn't that high with a hard drive that certainly works properly.
    I cannot say if the drive is the cause, but it does impact on the problem.
     
  13. Ztruker Win User

    BSOD 0xc000021a - Cannot boot Win 10 at all

    3 dumps like this:
    Code: BugCheck 124, {0, ffffe001f83f3028, f2000000, 5} Probably caused by : GenuineIntel[/quote] 1 each of the following:
    Code: BugCheck 12E, {ffffe001fdf1f300, ffffe001fdf76600, ffffe001ffbe4000, 20000} Probably caused by : partmgr.sys ( partmgr!PmWrite+1c8 )[/quote] Code: BugCheck 9F, {4, 12c, ffffe000e1a4f040, fffff8027326aaf0} Implicit thread is now ffffe000`e1a4f040 Probably caused by : BthEnum.sys[/quote] Looking at the dump info, I see you have 3 of 4 memory slots populated:

    Code: [Memory Device (Type 17) - Length 28 - Handle 0037h] Physical Memory Array Handle 0035h Memory Error Info Handle [Not Provided] Total Width 72 bits Data Width 64 bits Size 2048MB Form Factor 09h - DIMM Device Set [None] Device Locator DIMM0 Bank Locator BANK0 Memory Type 12h - DDR Type Detail 0080h - Synchronous Speed 1066MHz Manufacturer Manufacturer0 Serial Number Asset Tag Number a Part Number PartNum0 [Memory Device (Type 17) - Length 28 - Handle 0039h] Physical Memory Array Handle 0035h Memory Error Info Handle [Not Provided] Total Width [Unknown] Data Width [Unknown] Size [Not Populated] Form Factor 09h - DIMM Device Set [None] Device Locator DIMM1 Bank Locator BANK1 Memory Type 02h - Unknown Type Detail 0004h - Unknown Speed 0MHz Manufacturer Manufacturer1 Serial Number Asset Tag Number Part Number PartNum1 [Memory Device (Type 17) - Length 28 - Handle 003bh] Physical Memory Array Handle 0035h Memory Error Info Handle [Not Provided] Total Width 72 bits Data Width 64 bits Size 2048MB Form Factor 09h - DIMM Device Set [None] Device Locator DIMM2 Bank Locator BANK2 Memory Type 12h - DDR Type Detail 0080h - Synchronous Speed 1066MHz Manufacturer Manufacturer2 Serial Number Asset Tag Number Part Number PartNum2 [Memory Device (Type 17) - Length 28 - Handle 003dh] Physical Memory Array Handle 0035h Memory Error Info Handle [Not Provided] Total Width 72 bits Data Width 64 bits Size 2048MB Form Factor 09h - DIMM Device Set [None] Device Locator DIMM3 Bank Locator BANK3 Memory Type 12h - DDR Type Detail 0080h - Synchronous Speed 1066MHz Manufacturer Manufacturer3 Serial Number Asset Tag Number Part Number PartNum3[/quote] That doesn't seem like a normal setup. I'd suggest removing the memory module in SLOT3, leaving 2GB in SLOT0 and SLOT2, just to see how that affects things. Is the memory all the same, not mixed?

    I don't know what the dump Bugcheck codes indicate other than that they jump around a bit and none are conclusive in pointing to the actual cause of the problem.

    See what @axe0 says but it might be time to run Driver Verifier and CPU and GPU stress tests. Wait for @axe0 response though.
     
    Ztruker, Jul 15, 2016
    #28
  14. axe0 New Member
    About the dumps I already responded, check a (few) page(s) back *Smile
     
  15. gaztech Win User
    You're right. it isn't a normal setup. I originally purchased 4 * 2GB modules from a friend of mine as they were the recommended type for my mobo. However, he damaged one taking it out of his machine (don't ask!) so I only have 3. However, my mobo user manual clearly states that this is an acceptable configuration with this make and model of RAM so I put it in.

    That was about 2 years ago and all has been ok. It is of course possible that WIn10 baulks at this config so for the moment I will continue any tests with just two sticks in place.

    I will be receiving a new hard disk in a few days to I'm going to start by cloning my "faulty" drive (not sure if it is or not) and seeing if I can boot from the new cloned device. I don't even know if Windows will complain about this but I'm going to try it anyway.

    Failing that, I might see if I can get a new/used motherboard of exactly the same type and try that. Do you know if that breaks Windows hardware rules with the software if what you're replacing is the same?

    Sure, I "could" just nuke the disk and re-install, but I'm an engineer and I simply cannot just do that without finding out what is causing this error. I won't be the first to get it and won't be the last. I need to do all I can to offer up any solutions here as everyone has been very helpful. Maybe I won't find the problem but I'm going to give it all I can.

    Do Microsoft read these forums? If not, they should!
     
    gaztech, Jul 15, 2016
    #30
Thema:

BSOD 0xc000021a - Cannot boot Win 10 at all

Loading...
  1. BSOD 0xc000021a - Cannot boot Win 10 at all - Similar Threads - BSOD 0xc000021a Cannot

  2. Unknown BSOD Now cannot boot to Win 10

    in Windows 10 Gaming
    Unknown BSOD Now cannot boot to Win 10: Hi I have an ASUS tuf laptop running windows 10. This afternoon I got a BSOD and now I cannot get it to boot to windows. The UEFI / BIOS splash screen shows but then it just goes black and I cannot proceed any further. I will list the things I have tried so far. I have a...
  3. Unknown BSOD Now cannot boot to Win 10

    in Windows 10 BSOD Crashes and Debugging
    Unknown BSOD Now cannot boot to Win 10: Hi I have an ASUS tuf laptop running windows 10. This afternoon I got a BSOD and now I cannot get it to boot to windows. The UEFI / BIOS splash screen shows but then it just goes black and I cannot proceed any further. I will list the things I have tried so far. I have a...
  4. Unknown BSOD Now cannot boot to Win 10

    in Windows 10 Software and Apps
    Unknown BSOD Now cannot boot to Win 10: Hi I have an ASUS tuf laptop running windows 10. This afternoon I got a BSOD and now I cannot get it to boot to windows. The UEFI / BIOS splash screen shows but then it just goes black and I cannot proceed any further. I will list the things I have tried so far. I have a...
  5. BSoD 0xc000021a boot error code

    in Windows 10 Installation and Upgrade
    BSoD 0xc000021a boot error code: Recently on November 12 2019 I turned on my computer and it started just fine but then only a half hour after turning it on my computer suddenly went to the BSoD with the error code 0xc000021a and now it is stuck on this bsod I've tried all the recovery options it gives you...
  6. Windows 10 BSOD - Error Code 0xC000021A. Unable to boot to desktop, cannot boot into safe...

    in Windows 10 BSOD Crashes and Debugging
    Windows 10 BSOD - Error Code 0xC000021A. Unable to boot to desktop, cannot boot into safe...: I recently tried to update Windows on my desktop computer after about 2 months (I was away from home), and I ran into some errors while updating. The update failed, but I was able to reboot and reach the desktop. However, I got a popup that would repeatedly appear on my...
  7. Computer boots to BSOD, error 0xC000021A

    in Windows 10 BSOD Crashes and Debugging
    Computer boots to BSOD, error 0xC000021A: I have a bootable USB with Windows 10, and another hard-drive plugged in running Windows 7. I have used the W7 boot to save my personal files which is lucky. What I have tried: - Boot to safe mode, disable driver signature - Bootable USB -> "sfc /scannow /offbootdir=c:\...
  8. BSOD Error code 0xc000021a after clean install Win 10 x32

    in Windows 10 BSOD Crashes and Debugging
    BSOD Error code 0xc000021a after clean install Win 10 x32: Hi. I helped my friend install windows 10 on his desktop pc. but after installation, it wont boot, rather showing bsod error 0xc000021a, we have tried reinstalling for a couple of times, but the error persisted. BTW, the previous os was windows 7. We deleted the previous OS's...
  9. BSOD 0xc000021a Windows 10

    in Windows 10 BSOD Crashes and Debugging
    BSOD 0xc000021a Windows 10: Hello all! I have a friends PC (C2D 8400, Intel x38MB, nvidia 660gtx, 8GB ddr3, 2xhdd in raid 0) with Win10 Everything worked fine half year until few days ago, updates installed fine and after few restarts BSOD 0xc000021a happened. I tried every single option in...
  10. Cannot boot. Is error 0xc000021a unsolvable?

    in Windows 10 Support
    Cannot boot. Is error 0xc000021a unsolvable?: Hi I upgraded from Windows 7 to Windows 10 and it was working fine for a few days but now whenever I try to boot it up I get BSOD with error code . I've tried the following 'fixes': System restore --- Runs for a few minutes and then says "Could not restore your...
Tags:

Users found this page by searching for:

  1. error 1 incorrect function the dism log file can be found at X:\windows\Logs\DISM\dism.log