BlInitializeLibrary failed 0xc0000001

MrExorable

Member
Joined
Jan 5, 2021
Posts
15
Occasionally on startup I get this error message and have to restart, and when I do restart I usually find the time and date are incorrect and, less frequently, that several recent files are missing. For a bit of backstory, last year my computer's hard drive was infiltrated by a particularly virulent piece of malware that cost me a lot of time and money trying to repair. Though the computer is apparently working again, I still have niggling worries that some traces of the malware may still remain on the system, though for some reason nobody on the previous forum I went to had any time to look at the many scan results posts I sent for all their various pieces of scanning software, so now I've been advised to come and ask here instead. Hoping for better luck? We'll have to see.
 

Attachments

Hi!

There aren't minidumps.
I suspect the motherboard battery is failing.
Have you got another one to try?
Launch (from an elevated command prompt):
Code:
sfc /scannow
dism /online /cleanup-image /checkhealth
And post their final result.

Download and install iobit driver booster free.
Open it, click tools, click "Clean unplugged device data", scan, clean, close.
Download regseeker, unzip it, click regseeker.exe.
Click applications and startup.
Click services, click the information header to sort the items, enlarge the headers so we can see the items, take a (png/jpg) screenshot.
Click drivers, click the information header to sort the items, enlarge the headers so we can see the items, take a (png/jpg) screenshot.
Post the screenshots.
 
The logs displayed:

a) approximately 60 crashes or unexpected shutdowns and restarts in approximately 5 months
b) many paging errors
c) WHEA corrected hardware errors
d) many application crashes related to gaming software
e) Windows failed fast startup

BlInitializeLibrary failed 0xc0000001 was not seen in the logs.

The computer has Malwarebytes.
Please run scans for malware.






Please perform the following steps:


1) Open administrative command prompt (ACP) and type or copy and paste:
2) sfc /scannow
3) dism /online /cleanup-image /scanhealth
4) dism /online /cleanup-image /restorehealth
5) sfc /scannow
6) chkdsk /scan
7) wmic recoveros set autoreboot = false
8) wmic recoveros set DebugInfoType = 7
9) wmic recoveros get autoreboot
10) wmic recoveros get DebugInfoType
11) bcdedit /enum {badmemory}

12) When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread

13) Run HD Tune (free version) (all drives)
HD Tune website
Post images into the thread for results on these tabs:
a) Health
b) Benchmark
c) Full error scan

14) Run Sea Tools for Windows
long generic test
Post an image of the test result into the thread
SeaTools for Windows | Seagate
How to use SeaTools for Windows | Seagate Support US

15) Turn off Windows fast startup:
Turn On or Off Fast Startup in Windows 10
 
Microsoft Windows [Version 10.0.19042.685]
(c) 2020 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>
C:\WINDOWS\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files and successfully repaired them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.

C:\WINDOWS\system32>dism /online /cleanup-image /checkhealth

Deployment Image Servicing and Management tool
Version: 10.0.19041.572

Image Version: 10.0.19042.685

No component store corruption detected.
The operation completed successfully.

C:\WINDOWS\system32>dism /online /cleanup-image /scanhealth

Deployment Image Servicing and Management tool
Version: 10.0.19041.572

Image Version: 10.0.19042.685

[==========================100.0%==========================] No component store corruption detected.
The operation completed successfully.

C:\WINDOWS\system32>dism /online /cleanup-image /restorehealth

Deployment Image Servicing and Management tool
Version: 10.0.19041.572

Image Version: 10.0.19042.685

[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.

C:\WINDOWS\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection did not find any integrity violations.

C:\WINDOWS\system32>chkdsk /scan
The type of the file system is NTFS.
Volume label is Windows.

Stage 1: Examining basic file system structure ...
543744 file records processed.
File verification completed.
Phase duration (File record verification): 5.01 seconds.
8798 large file records processed.
Phase duration (Orphan file record recovery): 0.00 milliseconds.
0 bad file records processed.
Phase duration (Bad file record checking): 0.64 milliseconds.

Stage 2: Examining file name linkage ...
469 reparse records processed.
726200 index entries processed.
Index verification completed.
Phase duration (Index verification): 11.86 seconds.
0 unindexed files scanned.
Phase duration (Orphan reconnection): 873.13 milliseconds.
0 unindexed files recovered to lost and found.
Phase duration (Orphan recovery to lost and found): 1.42 milliseconds.
469 reparse records processed.
Phase duration (Reparse point and Object ID verification): 4.50 milliseconds.

Stage 3: Examining security descriptors ...
Security descriptor verification completed.
Phase duration (Security descriptor verification): 44.29 milliseconds.
91229 data files processed.
Phase duration (Data attribute verification): 0.52 milliseconds.
CHKDSK is verifying Usn Journal...
41781768 USN bytes processed.
Usn Journal verification completed.
Phase duration (USN journal verification): 181.60 milliseconds.

Windows has scanned the file system and found no problems.
No further action is required.

174915583 KB total disk space.
147670020 KB in 339510 files.
218856 KB in 91230 indexes.
0 KB in bad sectors.
661899 KB in use by the system.
65536 KB occupied by the log file.
26364808 KB available on disk.

4096 bytes in each allocation unit.
43728895 total allocation units on disk.
6591202 allocation units available on disk.
Total duration: 17.98 seconds (17988 ms).

C:\WINDOWS\system32>wmic recoveros set autoreboot = false
Updating property(s) of '\\DESKTOP-7UD8RFF\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\WINDOWS|\\Device\\Harddisk1\\Partition4"'
Property(s) update successful.

C:\WINDOWS\system32>wmic recoveros set DebugInfoType = 7
Updating property(s) of '\\DESKTOP-7UD8RFF\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Home|C:\\WINDOWS|\\Device\\Harddisk1\\Partition4"'
Property(s) update successful.

C:\WINDOWS\system32>wmic recoveros get autoreboot
AutoReboot
FALSE


C:\WINDOWS\system32>wmic recoveros get DebugInfoType
DebugInfoType
7


C:\WINDOWS\system32>bcdedit /enum {badmemory}

RAM Defects
-----------
identifier {badmemory}

C:\WINDOWS\system32>





----------------------------------------------------
That's what I got from Command Prompt. If I post without SeaGate and HD Tune it's because I've had to cut short as my internet gets switched off very promptly, but I'll be sure to send you the rest of the results tomorrow.


HD Tune:

HD Tune: ST2000DM008-2FR1 Benchmark

Transfer Rate Minimum : 112.3 MB/sec
Transfer Rate Maximum : 220.9 MB/sec
Transfer Rate Average : 181.2 MB/sec
Access Time : 19.3 ms
Burst Rate : 88.7 MB/sec
CPU Usage : 8.8%
 
First scannow:
Code:
Windows Resource Protection found corrupt files and successfully repaired them.


Second scannow:
Code:
Windows Resource Protection did not find any integrity violations.


These steps / tests can be run overnight:
a) HD Tune Full error scan
b) Sea Tools for Windows long generic test


If there are any manual power offs > record them and report into the thread

For any unexpected shutdowns and restarts run the Sysnative log collector to collect new log files.
 
Last edited:
Are you using both malwarebytes (licensed) and mcafee (licensed)?

In microsoft support, I found: Error (BlInitializeLibrary failed XXX) when you install or start an operating system on a 64-bit UEFI-based computer - Windows Client
Read More:


It seems they suggest you need to optimize your uefi/bios partition (or ESP: efi system partition).
Before doing that (i.e., assign a letter to the ESP and then launch defrag options on it), I'd try this command (and verify it worked in next days):
Code:
defrag /C /B /L /O /H

If you want to know what those parameters are, these are the defrag options on windows 10 20h2/2009 19042.685:
Read More:



About the yellow values shown by HDTune on your Seagate HDD, I get the same result:

HDTUNE-on-seagate-hdd.png
 
Last edited:
Yes. Well, I've only got the free trial for MalwareBytes currently, but I'm looking into buying the full version. I think the scanner on MalwareBytes is much better than the McAfee one.
 
Then, at least during malwarebytes trial, I suggest you to disable mcafee.

I was editing my previous reply, while you was replying... Re-check it.
 
Last edited:
1) Open administrative command prompt (ACP) and type or copy and paste:

2) findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
3) copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"

4) Find the new files on the desktop > post share links

5) Find a camera or smartphone camera > if BlInitializeLibrary failed 0xc0000001 is seen > take pictures and post share links into the thread

6) Run HD Sentinel: (free or trial edition)
Hard Disk Sentinel - HDD health and temperature monitoring
Hard Disk Sentinel - HDD health and temperature monitoring
For each drive post images of these tabs into the thread:
Overview tab
Temperature
SMART
Disk performance

7) Open administrative command prompt and type or copy and paste:
chkdsk /r /v
This may take hours to run so plan to run overnight.
Run on all drives using the syntax: chkdsk /r /v C: or chkdsk /r /v D: changing the drive letter to the applicable drive.

C:\Windows\system32>chkdsk /r /v
The type of the file system is NTFS.
Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another
process. Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N)

Type: Y
reboot


8) Use the information in this link to find the chkdsk report in the event viewer.
Copy and paste into notepad > save to desktop > post into the thread using a one drive, drop box, or google drive share link:
Read Chkdsk Log in Event Viewer in Windows 10 Windows 10 Performance Maintenance Tutorials
Read Chkdsk Log in Event Viewer in Windows 10

9) Open disk management > by default some columns are compressed > widen each Status and Volume > make sure the contents within the parenthesis are in full view and that none of the characters are cutoff > view disk 0 > widen this row as needed so that all of the characters are in full view > post an image into the thread
Disk Management - How to Post a Screenshot of

10) Download and install Minitool Partition Wizard > click launch > post an image of the results into this thread
MiniTool Partition Wizard Free Edition
MiniTool Portable Partition Magic Brings Easier Disk Management
 
Microsoft Windows [Version 10.0.19042.685]
(c) 2020 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>defrag /C /B /L /O /H

Invoking defragmentation on New Volume (F:)...


Pre-Optimization Report:

Volume Information:
Volume size = 1.81 TB
Free space = 162.14 GB
Total fragmented space = 0%
Largest free space size = 114.71 GB

Note: File fragments larger than 64MB are not included in the fragmentation statistics.

The operation completed successfully.

Post Defragmentation Report:

Volume Information:
Volume size = 1.81 TB
Free space = 162.14 GB
Total fragmented space = 0%
Largest free space size = 114.71 GB

Note: File fragments larger than 64MB are not included in the fragmentation statistics.

Invoking retrim on Windows (C:)...


The operation completed successfully.

Post Defragmentation Report:

Volume Information:
Volume size = 166.81 GB
Free space = 18.30 GB

Retrim:
Total space trimmed = 22.16 GB

C:\WINDOWS\system32>

Edit: I didn't notice the next post, I'll update that next
 
For share links please use one drive, drop box, or google drive.

Increase the free space on the Windows drive so that the free space is > 30 GB

Free Up Drive Space in Windows 10
Free up drive space in Windows 10




Code:
------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
Free Space: 19.2 GB
Total Space: 170.8 GB
File System: NTFS
      Model: INTEL SSDSC2CW180A

      Drive: F:
Free Space: 166.2 GB
Total Space: 1907.7 GB
File System: NTFS
      Model: ST2000DM008-2FR102

      Drive: E:
      Model: PIONEER BD-RW   BDR-207D
     Driver: C:\WINDOWS\SYSTEM32\DRIVERS\CDROM.SYS, 10.00.19041.0001 (English), 12/7/2019 09:07:53, 174080 bytes

      Drive: D:
      Model: TSSTcorp CDDVDW SH-224BB
     Driver: C:\WINDOWS\SYSTEM32\DRIVERS\CDROM.SYS, 10.00.19041.0001 (English), 12/7/2019 09:07:53, 174080 bytes
 
Curiously, I had trouble turning the computer on today - it kept freezing at the splash screen and I had to restart it three times before it finally worked. This happened before but never when the Windows logo appeared until now. On the plus side however, I believe I have managed to find and disable Fast Startup.

Then maybe you want to try the same command for your ESP:
Code:
defrag ESP-Letter: /B /L /O

You have to assign a letter to the ESP with diskpart.
If you don't know how to do it, just ask.
I tried to defrag my ESP that way and I'm still here ( :D ).
 
Please post a share link for the desktop file:
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"



When available update the progress with the steps in post #10.
 

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

Back
Top