Memperbaiki Error We couldn’t create a new partition or locate an existing one di Windows Setup
During clean install Windows on your device with the Custom option, you may get an error message We couldn’t create a new partition or locate an existing one. This article is intended to assist affected PC users with solutions and suggestions for troubleshooting this installation.
When you get this problem, you will see a complete error message like the following.
We couldn’t create a new partition or locate an existing one. For more information, see the Setup log files.
Memperbaiki Error We couldn’t create a new partition or locate an existing one di Windows Setup
If you get an error message We couldn’t create a new partition or locate an existing one When you are trying to do a clean install of Windows 10 or Windows 11 on your device, then you can try some of the solutions I suggest below in the order presented to solve the problem on your system.
Before you jump right into the solutions below, make sure to disconnect any additional peripherals such as hard drives, USB drives and memory cards. Just plug in a bootable USB drive and make sure you’re not using a USB 3.0 bootable drive, but try using a USB 2.0 drive. Once you have removed all your other hard drives, try reinstalling Windows and see if you can continue with the installation without encountering any errors.
1. Refresh Windows Installation
The first step you can take to quickly and easily resolve issues when you’re trying to do a clean install of Windows 10 or Windows 11 on your device is to do a quick refresh of the installation. To perform this task, do the following.
- Unplug any external USB drives.
- While on the Windows installation error page, unplug the Windows installation USB from the PC and wait for 15 to 30 seconds.
- Then, plug the USB back into the PC and click Refresh.
Now, see if you can continue with the OS installation without any problems. If not, try the next solution.
2. Change SATA Configuration in BIOS
You may encounter this problem if the HDD controller mode is set to AHCI or RAID and the system does not have the appropriate drivers. In this case, to fix the problem, the disk controller must be set to IDE. To do this, you have to boot into the BIOS and make the necessary changes by following the proper guide. You can find the right guide in the motherboard instruction manual that came with it or you can check it on your motherboard manufacturer’s website.
3. Use DiskPart to Create a New Partition
This solution requires you to use DiskPart to create a new partition, then install Windows 10 or Windows 11 to that partition. To perform this task, follow these steps.
Notes: This method will erase all the data on your hard drive! So if your hard drive has multiple partitions (other than the system partition), where other partitions have your important data, then you need to move them to another hard drive.
- Restart Windows Setup using a bootable USB or DVD.
- If you get an error message, close the Windows Setup settings.
- Next, click Repair.
- Then click Advanced options – Troublesoot and select Command Prompt.
- Di window Command Prompt, enter the command following and press Enter.
start diskpart
- Furthermore, enter the command the following and press Enter. This will display a list of all the hard drives connected to your computer.
list disk
- Then enter command the following and press Enter. Make sure to replace 0 with a hard drive number that matches your hard drive.
select disk 0
- Furthermore, enter command following one by one while pressing Enter.
disk 0 clean
disk 0 create partition primary
disk 0 active
disk 0 format fs=ntfs quick
disk 0 assign
- When finished running the above command, type exit and press Enter to close the Command Prompt.
Now, you can restart the installation process and see if it completes successfully. If not, try the next solution.
4. Make sure the Windows Install Partition is set as Primary/Active
The problem you are facing right now could be because the partition you are trying to install Windows on is not set as Primary or Active partition. So make sure this is not the problem.
To do this, follow these steps.
- Start DiskPart as shown in the previous method.
- Furthermore, enter command below and press Enter.
list disk
- Then, enter the command below and press Enter. Be sure to replace 0 with a number that represents your hard drive.
select disk 0
- Furthermore, enter command below and press Enter. This will display a list of available partitions.
list partition
- Now, enter command below and press Enter. Replace 1 with a number that matches the partition where you want to install your Windows.
select partition 1
- Final, enter command below and press Enter to set the partition as Primary/Active.
Active
- When you’re done, type exit and press Enter to exit the Command Prompt.
All other things being equal, you should be able to start and complete the installation process without any issues. Otherwise, you can review the Setup log files for further troubleshooting.
That’s my article this time, hopefully it will be useful and help you in fixing the error We couldn’t create a new partition or locate an existing one in Windows Setup. Don’t forget to leave your comments below to share your thoughts and experiences in following this tutorial. If you find other solutions not mentioned above, then don’t forget to share. Thank you and GBU. UNITE AGAINST COVID-19!!





Posting Komentar untuk "Memperbaiki Error We couldn’t create a new partition or locate an existing one di Windows Setup"