Home > System Tutorial > Windows Series > Solutions to Windows 10 startup issues

Solutions to Windows 10 startup issues

WBOY
Release: 2024-01-06 16:21:32
forward
556 people have browsed it

Many friends who downloaded the ghost win10 system found that after the installation was completed, the computer could not start normally. What happened? In fact, ghost win10 is a good system, but some problems will inevitably occur. Today I have brought you a detailed solution. Let’s take a look at the details together.

Solution to ghostwin10 startup solution

Cause of the error: I replaced the mechanical hard drive with an SSD. I didn’t want to reinstall the system and programs, so I cloned it. But it cannot be started, and a blue screen error of 0x0000000e occurs

1. Use the installation U disk to start (UEFI boot), install the U disk production: download the Media Creation Tool from the Internet, and then install it to the U disk.

2. Select Repair Computer.

3. Select "Troubleshooting", "Advanced Options", "Command Prompt"

Solutions to Windows 10 startup issues

##4. bcdedit to check whether there are startup items, win10 In the startup item (windows startup add-in with identifier {default}), it does exist: device is unknown, and osdevice is also unknown. Windows boot manager (identifier is {bootmgr}) device is also unknown

5. Type the correction command:

(1) bcdedit /set {default} device partition=C:

(2)bcdedit /set {defualt} osdevice partition=C:

(3)bcdedit /set {bootmgr} device partition=C:

The corrected command may prompt that it is not found Don't worry about the corresponding device. It may be because the U disk is used to boot and the C disk is not recognized.

Solutions to Windows 10 startup issues

6. Restart. The long-lost startup menu appears. But sometimes there will be a blue screen error of clock watchdog timeout, and it will be fine after restarting. I think it is caused by the mismatch between the SSD and the time interrupt. After the system starts, the system runs the process without any problems. The clock watchdog timeout will also appear when I start my laptop with Linux and then start win10. I also think that after Houyu started Linux, the system bios settings were changed, causing time interrupt processing to be disordered. This time we will see if the problem is temporary or will appear later.

Solutions to Windows 10 startup issues

The above is the detailed content of Solutions to Windows 10 startup issues. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:somode.com
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template