Continue Reading
×
DJDanjary
New Member
Okay so my girlfriend was downloading a game from Steam and her laptop froze, after 2 minutes of 0 changes, she hard restarted it and it went to error 0xc000000e. The Win10 is installed on SSD, she has 2nd install of windows10 on hard drive from before upgrading, so she booted there, was unable to log in to microsoft account a was unable to find files located on desktop. So we made a windows instalation media on USB flash drive, tried to refresh the installation so she wouldn't lose the data, but the option did not go through and wrote "The drive Where Windows is installed is locked. Unlock the drive and try again." We then tried Repair startup and System image recovery, but got about the same result. Then we moved onto next guides to "Command Prompt" where we tried "bootrec /RebuildBcd, where after selecting our desired C: instalation of windows of the 2 found installs we got prompt "The requested system device cannot be identified, because there are multiple devices that apply to the criteria" approximately translated. We then tried "chkdsk C: /f /x /r", that gone thru fine, but did nothing useful. Then we tried "bootrec /FixMbr" operation succesful, "bootrec /FixBoot" Where we got that access is denied and "bootrec /ScanOs where it found both Win10 installs. We also tried sfc /scannow but that didn't really do anything.
I found some guide on internet that solves this or similiar issue with error 0xc000000e and drive that cannot be identified by selecting and deleting one of the found System partitions, creating new EFI partition, fat32 formatting the second System partition, assigning drive letters and creating boot files.
Is that something that could work? We really kinda need to not lose the data on the disk so we try to avoid doing clean installs or wiping the data elsehow. Thanks for advices in advance.
I found some guide on internet that solves this or similiar issue with error 0xc000000e and drive that cannot be identified by selecting and deleting one of the found System partitions, creating new EFI partition, fat32 formatting the second System partition, assigning drive letters and creating boot files.
Is that something that could work? We really kinda need to not lose the data on the disk so we try to avoid doing clean installs or wiping the data elsehow. Thanks for advices in advance.
Attachments
-
354047867_565449992418045_399923651427142531_n.webp116.2 KB · Views: 21
-
353720147_1268939533728555_4338337421350893592_n.webp65.7 KB · Views: 19
-
354271831_596825429183382_3422982132636725128_n.webp121.7 KB · Views: 18
-
354278334_6282144211905496_5767658207688723559_n.webp152.5 KB · Views: 19
-
354040239_2062183847466302_3474979909146800659_n.webp143.8 KB · Views: 20
-
354221915_917680839314727_6903467249654109313_n.webp109.7 KB · Views: 20
Solution
Thank you for providing detailed information about the error your girlfriend's laptop is facing. Error 0xc000000e usually points to a problem with the boot configuration data (BCD) store, which can prevent Windows from starting properly.
Based on the steps you have taken so far, it seems like you have exhausted most of the basic troubleshooting steps available to repair the boot configuration data. However, there are still a few things you can try before resorting to a clean install.
Here are some additional steps you can try:
1. Use the "diskpart" command to unlock the drive: On Command Prompt, type "diskpart" and hit enter. Then type "list disk" and hit enter. Identify the disk where Windows is installed (usually Disk 0), and type...
Based on the steps you have taken so far, it seems like you have exhausted most of the basic troubleshooting steps available to repair the boot configuration data. However, there are still a few things you can try before resorting to a clean install.
Here are some additional steps you can try:
1. Use the "diskpart" command to unlock the drive: On Command Prompt, type "diskpart" and hit enter. Then type "list disk" and hit enter. Identify the disk where Windows is installed (usually Disk 0), and type...
Thank you for providing detailed information about the error your girlfriend's laptop is facing. Error 0xc000000e usually points to a problem with the boot configuration data (BCD) store, which can prevent Windows from starting properly.
Based on the steps you have taken so far, it seems like you have exhausted most of the basic troubleshooting steps available to repair the boot configuration data. However, there are still a few things you can try before resorting to a clean install.
Here are some additional steps you can try:
1. Use the "diskpart" command to unlock the drive: On Command Prompt, type "diskpart" and hit enter. Then type "list disk" and hit enter. Identify the disk where Windows is installed (usually Disk 0), and type "select disk 0", followed by "list partition" and hit enter. Identify the partition where Windows is installed (usually Partition 1), and type "select partition 1", followed by "detail partition" and hit enter. Look for the "Read-only" attribute, and if it's set to Yes, type "attributes disk clear readonly", followed by "attributes volume clear readonly" and hit enter. Exit "diskpart" and try running the "bootrec /fixboot" command again.
2. Use the "bcdboot" command to repair the boot configuration: On Command Prompt, type "diskpart" and hit enter. Then type "list disk" and hit enter. Identify the disk where Windows is installed (usually Disk 0), and type "select disk 0", followed by "list partition" and hit enter. Identify the partition where Windows is installed (usually Partition 1), and type "select partition 1", followed by "assign letter=C" and hit enter. Exit "diskpart" and type "cd /d C:\EFI\Microsoft\Boot\" and hit enter. Then type "bootrec /FixBoot" and hit enter, followed by "ren BCD BCD.old" and hit enter, and finally "bcdboot C:\Windows /l en-us /s C: /f ALL" and hit enter.
3. Use data recovery software: If the above steps don't work, you may need to consider using data recovery software to retrieve the important files before doing a clean install. There are several software options available, such as EaseUS Data Recovery, Recuva, or Stellar Data Recovery.
Please note that attempting to modify partition and EFI settings can be risky and may cause data loss or further damage to the system. It's always best to back up all important files before attempting any repairs.
I hope these additional steps will help you resolve the error 0xc000000e issue and recover your girlfriend's laptop. Good luck!
Based on the steps you have taken so far, it seems like you have exhausted most of the basic troubleshooting steps available to repair the boot configuration data. However, there are still a few things you can try before resorting to a clean install.
Here are some additional steps you can try:
1. Use the "diskpart" command to unlock the drive: On Command Prompt, type "diskpart" and hit enter. Then type "list disk" and hit enter. Identify the disk where Windows is installed (usually Disk 0), and type "select disk 0", followed by "list partition" and hit enter. Identify the partition where Windows is installed (usually Partition 1), and type "select partition 1", followed by "detail partition" and hit enter. Look for the "Read-only" attribute, and if it's set to Yes, type "attributes disk clear readonly", followed by "attributes volume clear readonly" and hit enter. Exit "diskpart" and try running the "bootrec /fixboot" command again.
2. Use the "bcdboot" command to repair the boot configuration: On Command Prompt, type "diskpart" and hit enter. Then type "list disk" and hit enter. Identify the disk where Windows is installed (usually Disk 0), and type "select disk 0", followed by "list partition" and hit enter. Identify the partition where Windows is installed (usually Partition 1), and type "select partition 1", followed by "assign letter=C" and hit enter. Exit "diskpart" and type "cd /d C:\EFI\Microsoft\Boot\" and hit enter. Then type "bootrec /FixBoot" and hit enter, followed by "ren BCD BCD.old" and hit enter, and finally "bcdboot C:\Windows /l en-us /s C: /f ALL" and hit enter.
3. Use data recovery software: If the above steps don't work, you may need to consider using data recovery software to retrieve the important files before doing a clean install. There are several software options available, such as EaseUS Data Recovery, Recuva, or Stellar Data Recovery.
Please note that attempting to modify partition and EFI settings can be risky and may cause data loss or further damage to the system. It's always best to back up all important files before attempting any repairs.
I hope these additional steps will help you resolve the error 0xc000000e issue and recover your girlfriend's laptop. Good luck!
SavorySilicon
Senior Member
Backupper WinPE USB:Okay so my girlfriend was downloading a game from Steam and her laptop froze, after 2 minutes of 0 changes, she hard restarted it and it went to error 0xc000000e. The Win10 is installed on SSD, she has 2nd install of windows10 on hard drive from before upgrading, so she booted there, was unable to log in to microsoft account a was unable to find files located on desktop. So we made a windows instalation media on USB flash drive, tried to refresh the installation so she wouldn't lose the data, but the option did not go through and wrote "The drive Where Windows is installed is locked. Unlock the drive and try again." We then tried Repair startup and System image recovery, but got about the same result. Then we moved onto next guides to "Command Prompt" where we tried "bootrec /RebuildBcd, where after selecting our desired C: instalation of windows of the 2 found installs we got prompt "The requested system device cannot be identified, because there are multiple devices that apply to the criteria" approximately translated. We then tried "chkdsk C: /f /x /r", that gone thru fine, but did nothing useful. Then we tried "bootrec /FixMbr" operation succesful, "bootrec /FixBoot" Where we got that access is denied and "bootrec /ScanOs where it found both Win10 installs. We also tried sfc /scannow but that didn't really do anything.
I found some guide on internet that solves this or similiar issue with error 0xc000000e and drive that cannot be identified by selecting and deleting one of the found System partitions, creating new EFI partition, fat32 formatting the second System partition, assigning drive letters and creating boot files.
Is that something that could work? We really kinda need to not lose the data on the disk so we try to avoid doing clean installs or wiping the data elsehow. Thanks for advices in advance.
Add custom drivers, such as NVMe, if necessary. Does not work with some monitors.
Create Windows PE or Linux Bootable Media Easily
Bootable media (either a CD/DVD or USB stick) allows your computer to boot up and run the AOMEI Backupper program directly from that media.
Partition Assistant WinPE USB:
Add custom drivers, such as NVMe, if necessary.
How to Create Windows PE Bootable USB or CD with AOMEI Partition Assistant?
AOMEI Partition Assistant allows users to make bootable media based on Windows PE for hard disk management. It is very useful when the system fails to boot. And, it is helpful to boot the PC into WinPE to do some operations, for example, resize partition, partition recovery, and so on in case...
www.diskpart.com
Aomei WinPE Builder 2.0 USB, includes: Partition Assistant, Backupper, Recuva, OSF Mount, CPU-Z, Bootice. Does not support some internal NVMe disks, or other additional drivers.
How to Make a Bootable USB for System Repair or Restore
How to make a bootable USB? There are many ways, one of solutions is with the help of AOMEI PE Builder. This article provides the free download and step-by-step guide.
Create a Bootable Windows PE Disc/CD/DVD/USB with AOMEI PE Builder
AOMEI PE Builder is a software which enables you to create a bootable USB/CD based on Winddows PE.
Hirens Boot PE - live USB tool suite
160 utilities, old BU 6.5.1, PA 9.2.1. To add custom drivers, such as NVMe, simply put them into the “CustomDrivers” folder. Hirens is not recommended in combination with Ventoy USB.
LazeSoft - live USB boot repair
Lazesoft Recovery Suite - Windows Recovery, Password Recovery, Data Recovery, System Recovery for Windows XP VISTA 7 8 10 2003 2008 2012 2016 2019, Free for Home User
Lazesoft Recovery Suite is All-in-one recovery CD to recover data and system safely, easily and instantly. Home Edition is free for home user.
www.lazesoft.com
EasyBCD - application
Link Removed
Ventoy - bootable USB Creator
Ventoy
Ventoy is an open source tool to create bootable USB drive for ISO files. With ventoy, you don't need to format the disk again and again, you just need to copy the iso file to the USB drive and boot it.
datawizard0103
Well-Known Member
Hi,
Error 0xc000000e typically indicates a boot configuration data (BCD) store problem, hindering Windows from starting correctly. You've tried numerous troubleshooting steps already, exhausting basic options. Before opting for a clean install, here are additional actions you can take:
Use "diskpart" to unlock the drive and clear read-only attributes, then retry "bootrec /fixboot."
Employ "bcdboot" to repair the boot configuration by assigning a drive letter, fixing the boot, renaming the BCD file, and creating a new one.
If these steps fail, consider using data recovery software like Stellar, adrc recovery, undelete and so on to retrieve essential files before a clean install.
Error 0xc000000e typically indicates a boot configuration data (BCD) store problem, hindering Windows from starting correctly. You've tried numerous troubleshooting steps already, exhausting basic options. Before opting for a clean install, here are additional actions you can take:
Use "diskpart" to unlock the drive and clear read-only attributes, then retry "bootrec /fixboot."
Employ "bcdboot" to repair the boot configuration by assigning a drive letter, fixing the boot, renaming the BCD file, and creating a new one.
If these steps fail, consider using data recovery software like Stellar, adrc recovery, undelete and so on to retrieve essential files before a clean install.
It seems the error 0xc000000e (Windows Boot Configuration Data-related issue) is giving you a lot of trouble, especially with the additional constraint of preserving the data. Your approach so far is comprehensive, but here’s a streamlined plan to address the problem while ensuring no data loss.
What’s Happening:
The error code 0xc000000e typically means that the Boot Configuration Data (BCD) is corrupted or the drive has become inaccessible due to NVMe/driver issues or filesystem/partition corruption.Recommended Steps:
1. Preserve Data First
Since preserving your girlfriend's data is critical, follow these steps:- Boot into a Live USB Environment:
- Use a tool like Hirens Boot PE or AOMEI Backupper WinPE to boot into a lightweight Windows-like interface.
- Once booted:
- Attach an external USB drive.
- Copy all important files from the SSD/affected drive to the external storage. Focus on Desktop, Documents, and other critical folders.
2. Attempt Boot Fixes Carefully
Using the Windows Installation Media USB:- Access Command Prompt from the Recovery Environment and rework the boot records:
- Reset EFI Partition:
- If there are multiple EFI partitions causing confusion, follow this method:
Code:cmd diskpart select disk 0 list partition select partition X (Choose the correct existing EFI partition) format fs=fat32 quick assign letter=z exit - Then recreate the boot files:
(ReplaceCode:cmd bcdboot C:\Windows /s Z: /f UEFIC:\Windowswith the correct Windows installation directory.
- If there are multiple EFI partitions causing confusion, follow this method:
- Access FixBoot Again:
- To fix the "Access Denied" issue with
bootrec /FixBoot, try:
Code:cmd bootsect /nt60 sys
- To fix the "Access Denied" issue with
- Reset EFI Partition:
3. Verify the SSD Health
- Before further recovery attempts:
- Use CrystalDiskInfo in a Live USB environment to check the health of your SSD.
- If the SSD health shows signs of failure, consider cloning it before additional steps.
4. Rebuild BCD and Repair Bootloader
If the above doesn’t resolve the issue:
Code:
bootrec /rebuildbcd bootrec /fixmbr bootrec /fixboot (Retry if "Access Denied" persists)
5. WinPE Tools for Advanced Repair
- Use the suggested WinPE tools you mentioned:
- Hirens Boot PE: Comprehensive suite to manage partitions, repair bootloaders, and recover files.
- LazeSoft Recovery Suite: Specialized for restoring boot functionality on broken Windows installations.
6. Reinstall Only If Necessary
- If all attempts fail, use the "Repair Installation/Keep Files" option in the Windows Installation Media. This reinstalls Windows while preserving personal files and configurations.
- If even this fails and you must clean install, use the backups you created from Step 1.