Home > System Tutorial > Windows Series > What should I do if the active partition cannot be found when the computer is turned on? Five solutions to the problem of no active partition in win10

What should I do if the active partition cannot be found when the computer is turned on? Five solutions to the problem of no active partition in win10

WBOY
Release: 2024-04-11 20:43:05
forward
825 people have browsed it

When using Win10, sometimes the active partition cannot be found when the computer is turned on. This problem may be caused by system failure or hard drive problem. To solve this problem, you can try to repair the boot record, detect hard disk errors, reset the active partition, etc. In this article, PHP editor Yuzai will introduce five methods to solve the problem that Win10 cannot find the active partition, helping readers easily solve this trouble.

  • The partition containing the boot file is inactive. The partition containing the operating system needs to be active so that your computer can boot.
  • The master boot record disk is damaged. The MBR is a special type of boot sector at the beginning of the disk that contains critical information about booting the operating system. It plays an important role in Windows startup.
  • BIOS cannot detect the system disk. When you start your computer, the BIOS starts and detects your computer system. If the system disk cannot be detected, your computer cannot start.
  • BIOS settings are incorrect. Incorrect settings can cause a lot of problems, which you can fix by setting your BIOS to default settings.
  • Windows system files are damaged. The system files must be valid, otherwise it may trigger startup problems.

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

#So, how to solve the problem of Active Partition Not Found on the computer? Or what should I do if my computer has no active partition?

How to fix the "active partition not found" problem in Windows?

Now, if you encounter the problem that the active partition cannot be found when the computer is turned on, whether you are using Lenovo, HP, Dell, or running Windows 10, Windows 8, or Windows 7, you can try the following 5 solutions Solution to fix this error.

Solution 1: Turn on Startup Repair

Whenever, when Windows fails to start or some errors occur, you can first enter the "Startup Repair" tool from the installation CD. It is a repair program that scans and repairs discovered system problems.

Step 1. Insert the installation CD/DVD and enter the BIOS. Set CD/DVD as boot drive.

Step 2. Select the appropriate language and time, and click "Next".

Step 3. In the installation interface, select "Repair Computer" > "System Recovery Options" > "Startup Repair" to start repairing your system.

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

When finished, restart your computer. If the "active partition not found" error persists, try other solutions.

Solution 2: Set the boot partition to active

When Windows 7, 8, and 10 receive an "Active Partition Not Found" error when starting, it may be that the boot partition is inactive. So, how do you set the boot partition as the active partition? Let us walk you through the specific steps.

Scenario 1: If you have a Windows 7 installation CD

If you have a Windows 7 installation CD or other Windows system CD that matches the system, you just need to plug it into your computer and follow the steps to repair it your computer.

Step 1. Plug in the computer and press the function key (Esc, Del, F2, F8, F10 or F12) to enter the BIOS setup and set the installation CD as the startup disk.

Step 2. Select the correct language and time and click "Next".

Step 3. In the installation interface, select "Repair Computer" > "Command Prompt".

Step 4. You will then enter the command prompt window and enter the following commands and press "Enter" after each command.

  • diskpart (diskpart window will open)
  • list disk
  • select disk n (n represents the drive letter of the system disk)
  • list partition
  • select partition x (x is the partition where the MBR is located)
  • active

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

When "DiskPart will be the current partition" appears on the screen When the partition is marked active", restart the computer.

Scenario 2: If you do not have the installation CD for Windows 7

For computer beginners, setting up activation and operating the command prompt through the Windows installation CD may be relatively complicated. And you may not have an installation CD available either.

Fortunately, you can also use the free third-party disk management tool AOMEI Partition Assistant Pro, which can help you create bootable media to set the partition as active. Let's see the detailed steps.

Preparation:

  • Windows-based work computer
  • A blank USB drive or CD/DVD. If there are relevant important data on the device, please back up the files in advance.
  • Download and install AOMEI Partition Assistant Professional Edition, and then launch it.

Step 1. Plug the USB flash drive into the work computer. Click "Create Bootable CD" on the main interface of the software, and then click "Next".

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

#Step 2. Select the USB boot device and follow the instructions to make the USB bootable.

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

#Step 3. Plug the bootable USB flash drive into the computer where the "Active partition not found, please press any key" error occurs. And enter the BIOS to set the USB as the boot disk.

Step 4. Then you will see the main interface of AOMEI Partition Assistant Professional Edition. Right-click on the partition containing the startup file and select "Advanced Operations" > "Set as Active Partition".

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

Step 5. Then click "OK" to confirm the operation.

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

Step 6. In the main interface, click Submit > Execute to set the partition as active.

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

After completion, restart the computer and check whether the problem of not being able to find the active partition when the computer is started has been fixed.

Solution 3: Repair MBR

MBR is a very important structure on the disk. It contains the partition table and a small amount of executable code for smoothly booting the operating system. A corrupted MBR may cause some boot issues such as "OS not found". Therefore, repairing a damaged MBR is also an effective solution.

Scenario 1: Repair MBR using installation CD

Step 1. Insert the installation CD and boot the computer from it. Then open "Command Prompt" as a solution.

Step 2. Execute the following command and press "Enter" after each input.

bootrec.exe /fixmbrbootrec.exe /fixbootbootrec.exe /scanosbootrec.exe /rebuildbcd
Copy after login

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

Scenario 2: Use AOMEI Partition Assistant to repair MBR

Step 1. Use AOMEI Partition Assistant to make a bootable USB disk, as mentioned Solution 2. And plug the USB into your computer and set the bootable USB as the boot drive.

Step 2. On the main interface of AOMEI Partition Assistant, right-click the system disk and select "Rebuild MBR"

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

Step 3. Select according to your Windows system Correct MBR type. For example, if your computer is running Windows 7, select "Windows 7/8/10/2011/2012."

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

Step 4. Click "Submit" > "Execute" on the main interface to start rebuilding the MBR.

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

Solution 4: Check if the BIOS can detect the boot hard drive

Sometimes, the BIOS does not detect the boot hard drive. In this case, Windows cannot start successfully. Then you need to let the BIOS detect the boot drive.

Step 1. Restart your computer and enter BIOS setup.

Step 2. Look for "Primary IDE Master", "Primary IDE Slave", "Secondary IDE Master", and "Secondary IDE Slave" under the "Advanced" tab. and check if they are detected.

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

Step 3. If they are not detected, they will appear as "None/Not Detected". Use the arrow keys to select it, then press "Enter" and change it to "Auto."

After the detection is complete, restart your computer and see if the error has been fixed.

Solution 5: Set BIOS to default settings

The error "Active partition not found" may be caused by improper BIOS settings, please follow the steps to set it to default settings.

Step 1. Restart the computer and enter the BIOS, find and select "Load Optional Defaults" or other options with the same meaning, usually under the "Exit" tab, and then "Confirm".

Step 2. Press "F10" key to save and exit.

电脑开机找不到活动分区怎么办? win10没有活动分区的五种解决办法

Conclusion

Usually, the first solution can solve the "active partition not found" error. If not, you can try other solutions one by one. I hope you like it, and please continue to pay attention to this site.

The above is the detailed content of What should I do if the active partition cannot be found when the computer is turned on? Five solutions to the problem of no active partition in win10. For more information, please follow other related articles on the PHP Chinese website!

source:jb51.net
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