Home>Article>Operation and Maintenance> How to solve win10 error code 0xc0000000e

How to solve win10 error code 0xc0000000e

尚
Original
2020-01-06 10:28:58 21298browse

How to solve win10 error code 0xc0000000e

The computer suddenly prompts the 0xc000000e error code, indicating a hardware failure or incorrect drive configuration. The cause of these errors may be that the winload.exe file is inaccessible or corrupt, or the operating system boot location cannot be found.

Let’s take a look at how to solve this problem:

1. Rebuild the boot configuration data file

First, create a bootable Windows 10 Media.

After booting from it, click Repair your computer in the first Windows 10 installation settings window. Select the operating system partition from the options you get and click Next.

Select "Command Prompt" in the "System Recovery Options" box. Execute the following command:

bootrec /rebuildbcd

2. Run the automatic repair tool

You can also try to run the automatic repair tool. Check if this fixes any conflicts causing the error.

3. Check physical device connections

You should first check if there are any other devices connected to your computer. This is because the configuration of the BIOS or UEFI can be configured in such a way that any external device connected has higher boot priority than the hard drive. If so, the externally attached disk may be the drive your computer is trying to boot from.

Typically, pen drivers, other USB storage devices, CDs, DVDs, etc. are included with such devices.

4. Reset BIOS/UEFI configuration

You can also try to reset the BIOS configuration. This will result in the boot configuration being arranged as intended by the manufacturer. This will remove any blockage in the boot process.

5] Mark your disk as online

Create bootable Windows 10 media. After booting from it, click Repair your computer in the first Windows 10 installation settings window.

Select the operating system partition from the options you get and click Next.

Select "Command Prompt" in the "System Recovery Options" box.

Now enter -

diskpart

This will launch the Diskpart utility inside the command prompt.

Then enter -

list disk

or

list volume

These commands will help you list all disk connections or all partitions on the disk formed.

From here you must select a command based on the list of commands entered.

Enter,

select disk #

or

select volume #

Press Enter. This will select the disk or partition you want to select.

Finally enter,

online disk #

or

online volume #

and press Enter. This will mark the selected disk as "online".

Recommended related articles and tutorials:windows tutorial

The above is the detailed content of How to solve win10 error code 0xc0000000e. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn