Fix 'Setup was unable to create a new system partition or locate an existing system partition'

If you receive this error message: 'Setup was unable to create a new system partition or locate an existing system partition' while installing Windows 7, 8 / 8.1, 10, then don't miss the following article.

Today's article will give you step-by-step instructions on how to fix this problem and start installing Windows 7, but the procedure will be similar on Windows 10/8 / 8.1. Follow the steps provided below to fix this problem.

How to fix the 'Setup was unable to create a new system partition or locate an existing system partition' error when installing Windows

Fix 'Setup was unable to create a new system partition or locate an existing system partition' Picture 1
Fix 'Setup was unable to create a new system partition or locate an existing system partition' when installing Windows

1. First, make sure that any external hard drive is removed from the computer. If you are installing windows via a bootable CD or USB, leave them alone.

2. Now, press Shift + F10 to open Command Prompt.

3. In the Command Prompt window, type 'diskpart' and press Enter .

Fix 'Setup was unable to create a new system partition or locate an existing system partition' Picture 2
Type 'diskpart'

4. Then type 'list disk'. This step will list all hard drives connected to this PC. For example, only one drive (you should only have one drive would be better). We will install Windows on this hard drive.

5. We need to select the hard drive by typing 'select disk 0'. You can choose another partition if you like.

6. Now type 'clean' to erase all data on the drive.

7. After you finish, type 'create partition primary size-10000 " .

8. Now, type 'format fs = ntfs quick'.

9. Once done, type 'assign' and press the Enter key.

10. Then type 'active' and press Enter .

11. Now, enter 'list volume' to list the partition or drive. It will display the partition you have just created.

12. Now, we will copy the contents of the Windows boot CD drive into drive C.

13. Type Exit and then press Enter .

14. Go to the CD drive by typing 'cd e:' and pressing Enter .

15. Now, type 'xcopy e: c: / e / h / k' , then press Enter . It starts copying the installation files from the CD drive to the C drive. It will take some time to copy.

16. Once done, type 'exit' and press Enter . Now close all open windows and then restart the computer once. After rebooting, the machine will begin to install Windows.

17. Now, you have the option to create a partition for the allocated space.

Once Windows has been installed, you need to edit the boot loader. To remove this black screen from the boot process, follow the steps below.

1. To do that run the Command Prompt with admin rights.

2. Type bcdedit and then press Enter .

3. Locate the content 'Description' and 'Identifier'.

4. Type 'bcdedit / delete (74253dcc9-effasdrc50-3582tvple-5263tlpt-5223thpf)' , then press Enter .

5. Restart the computer. This time, you will not get a black screen anymore.

4.5 ★ | 2 Vote

May be interested

  • How to fix the 'Problem With This Windows Installer Package' errorPhoto of How to fix the 'Problem With This Windows Installer Package' error
    receive a windows installer package error message that is not unusual in windows 7, windows 8, or windows 10. a windows installer package error usually appears as one of the following errors, or a combination of errors in the system warning message. .
  • How to fix the 'ssl_error_rx_record_too_long' errorPhoto of How to fix the 'ssl_error_rx_record_too_long' error
    ssl error in firefox is one of the most common problems that users can encounter when trying to connect to a website. if you want to know how to resolve the 'ssl_error_rx_record_too_long' error in firefox, check out this helpful guide!
  • How to fix Windows Update error 0x800705b4Photo of How to fix Windows Update error 0x800705b4
    window 0x800705b4 error is actually a problem with the windows update service, in which windows update could not complete its task for a number of reasons.
  • How to fix error code 0x80073712 in WindowsPhoto of How to fix error code 0x80073712 in Windows
    windows update error code 0x80073712 can appear in one of several ways in windows 10. this windows update error appears after a windows 10 update or attempting to install the windows 10 operating system.
  • How to fix 'Your Wi-Fi Network Isn't Secure' error on WindowsPhoto of How to fix 'Your Wi-Fi Network Isn't Secure' error on Windows
    nowadays, almost everyone knows that protecting network passwords is extremely important. passwords are not the only protection your network needs. it also needs strong encryption so no one can intercept the data.
  • How to rebuild BCD in WindowsPhoto of How to rebuild BCD in Windows
    if the windows bcd store is missing, corrupted, or not configured properly, windows will not be able to start and you will see a bootmgr is missing error or a similar error message during the boot process.