We were unable to create a new partition or find an existing partition. Error: "Setup was unable to create a new or find an existing system partition. Cannot create error 61 di

If they want to install any of the modern versions of operating systems, be it Windows 10 or Windows 7, users encounter problems that drive them into a stupor. Here is an example of such a problem.

You insert a disk into the drive, or an installation flash drive into a USB connector, boot from them and see the loading of a particular system. Next, the installer window appears, where we must select the disk to install Windows. There are some parameters there that we could use, but they are of no use to us now. As soon as we click the “Next” button to start installing Windows, the worst happens - an error "Setup was unable to create a new or find an existing system partition".

There is an incredibly simple way to fix it on the Internet. It is as follows: you receive an error and immediately remove the flash drive or disk, and then close the installer by clicking on the cross. Next, we perform the installation again, try to install the Windows we need, get the same error, close it. Now we need to reinsert the installation flash drive or disk and start installing Windows.

Unfortunately, this method, described just above, no longer helps, but there is another.

In order not to deal with such nonsense as plugging a flash drive, restarting something, etc., there is a more effective way. Its essence is that you need to transfer the files from the flash drive on which Windows is located to the disk or partition where you were going to install it. In other words, we make the future system partition an installation disk on which we will install Windows. Now let's move on to practice.

How to resolve the error “Setup was unable to create a new or find an existing system partition”?

Quick and easy, you just need to carefully read the instructions in this article.

  • Insert it into your computer and boot from it;
  • When a window appears asking you to select a disk, press the keys Shift+F10, to open the command line;
  • On the command line we enter the command: diskpart;
  • The command line now uses the DISKPART disk utility, then we write the command: list disk. This command shows all drives connected to the computer. We look for the required disk in the list (you can navigate by volume) and remember the number;
  • select disk=0. With this command we select the disk. The number 0 is the number of the dick from the previous command; yours may be different.

When choosing a disk, be very careful, I recommend turning off other hard drives so that there are no problems later.

  • Next we execute the command create partition primary size=XXXXX. In the place “XXXXX” you must enter the size of the system disk on which you will install Windows. In other words, a new partition will be created;
  • select partition=1. Displays the partition of the disk we have selected;
  • active. The selected section becomes active;
  • format fs=ntfs quick. This command will quickly format the drive to the NTFS file system;
  • assign. This command will assign a letter to the section; if it is not specified independently, then the free next letter will be selected;
  • exit. Exit the DISKPART utility.

So, we have completed all the necessary commands to create a partition for installing Windows, but now we need to transfer files from the flash drive to this partition.

  • Open the command line again. You need to find out what letter your Windows flash drive is designated by. Using the cd command. That is, on the command line you would enter, for example, "cd e:", where e: is the letter of the installation flash drive. ;
  • You are in the flash drive directory. We write a command to copy files to the system disk: xcopy e: c: /e /h /k;
  • You need to go to the boot directory on the partition itself, not the flash drive: cd boot;
  • Using the bootsect command we will create boot code on the system disk: bootsect /nt60 c:. Where c: is the system drive, be careful, you may have a different letter;
  • We made the system partition a boot disk. Now you can remove the USB flash drive, restart the computer and install Windows on the same disk. After installation, you can delete the installation files.

After installing Windows and loading it, you need to adjust a few things.

  • Open the command line as administrator;
  • We write the command bcdedit;
  • Among the command results, find the line Windows Setup, where we copy identifier;
  • Next we write the command bcdedit /delete (identifier).

Now you can use Windows without any problems.

Additional option

Alternatively, you can use the Boot Menu to resolve this error, if this function is supported. When you insert a flash drive, it may be in first place in the order of disks, or you did it yourself, because of this, Windows wants to write the MBR table not to the disk we need, but to the flash drive, but nothing comes of it, since it is in use you. Perhaps this is the reason for the above error.

To solve this, you can put the disk that will be the system disk in the first place in the BIOS, if it is not already there, then go to the Boot Menu (not in the BIOS), and simply boot from the installation flash drive. Of course, it’s not a fact that this method will help, but trying is not torture, you won’t lose anything from it. Boot Menu might look like this:

“We were unable to create a new partition or find an existing partition. See the installer log files for more information." - one of the most popular errors when installing Windows 10 and other versions of this operating system. The error occurs both during the first installation of the OS and during subsequent reinstallations.

Error Fix: Could not create a new or find an existing partition

There are only two reasons for this error:

  • Windows 10 has no place to create disks to store system data. This is due to improper partitioning of the hard drive.
  • Random error. This error may occur due to incorrect recording of the installation disk or flash drive.
  • Port 80 is occupied by Windows services, Openserver does not work - how to fix it?
  • In the second case, there is only one solution - rewrite your disk or look for another version of Windows 10. Use licensed operating systems, they are the most reliable and have a minimum of various bugs.

    Fixing an error on a disk with unimportant data

    If you have the opportunity to delete data located on one of the hard drive partitions (see photo), then the problem can be solved in several steps:

    • select the partition that you plan to completely clean;
    • in the menu that appears at the bottom, select the “Delete” or “Format” buttons;
    • wait until the memory on the volume is cleared;
    • select the cleaned partition and click on the “Next” button, the installation of Windows 10 will continue.

    Try to use the “Format” function, since the “Delete” button only partially removes data from the SSD partition.

    Troubleshooting a hard drive with important information

    This method is suitable in cases where only one volume was created on which important information needed by the user. Due to lack of space for system data, Windows 10 will not install. You can create this place using special programs, but it is better to use the Windows functionality:

    1. Right in the Windows 10 setup program, press the following key combination: ShiftFnF10. If you don't have the Fn key, try the combination without it.
    2. A command line will launch, in which you must perform the following actions (enter all data as indicated in quotes).
    3. Enter the phrase “Diskpart> list volume” - the screen will display all currently available disk partitions.
    4. “Diskpart> select volume 1” - this function selects the volume on which further operations will be carried out. If there are several volumes, enter the number you need.
    5. “Diskpart> shrink desired=750 minimum=750” - this action will free up the specified amount of memory. In a specific case, 750 MB will be freed.
    6. Close the window and continue installing Windows 10, the freed MB will be used to create system files.

    The photo above shows how to enter data correctly.

    Installing Windows 10 on PC is very easy. All you have to do is paste it and follow the wizard. When installing, Windows 10 will ask you to select a partition. Typically, you simply select the partition or drive you want from a list and Windows does the rest of the job. However, sometimes Windows may show you an error message: " We were unable to create a new or find an existing partition". This error can occur for a number of reasons, even on perfectly functioning SSDs and hard drives. In this guide, we will look at how to fix, what to do and how to resolve this error in Windows 10.

    1. Remove additional drives

    Nowadays, SSD drives are very often used for installation and workWindows and a regular hard drive for data storage. When using multiple hard drives, you need to disconnect all hard drives except the main hard drive on which you install Windows. After disconnecting all other hard drives, try installing Windows again and see if you can continue with the installation.

    2. Disconnect all USB drives and memory cards

    Apart from the actual Windows 10 bootable USB flash drive, if you have other USB drives and CD memory cards connected to your system, then in rare cases Windows may confuse these drives with regular hard drives. Disconnect these additional USB drives or CD memory cards and try installing Windows again.

    3. Use USB 2.0 port

    If you are using a bootable USB 3.0 drive to install Windows, this could be the reason why Windows is giving you this particular error. To solve this problem, you can try using USB 2.0. Typically USB 2.0 are ports on a computer or laptop. of blue color, just insert the bootable USB flash drive into another port on your computer.

    4. Make the section active

    This method will erase ALL data on the selected hard drive.

    If the above methods do not work, then the partition on which you are trying to install Windows 10 may not be active. To make the partition active, you need to access the command line. To access, return to the initial Windows installation screen and click the link " System Restore" > "Troubleshooting" > "Command line". More details in pictures, like Windows 10.

    • Open the command line and run the command diskpart, press "Enter".
    • Next enter the command list disk to view all connected drives to your computer.
    • Find the drive where you want to install Windows. In my case, the disk number is "1", since I entered commands for the flash drive.
    • Enter the following command select disk 1 to select a drive. Remember to replace "1" with your actual disk number.
    • Next, clean up the selected disk clean.
    • To make the primary disk, run the command create partition primary.
    • Activate the section active.
    • After activation, enter format fs=ntfs quick to format the file system in NTFS.
    • Now you can assign the drive by running the command assign.
    • That's it, enter exit to exit the diskpart utility and the command line.

    After closing the Command Prompt, restart your computer and try installing Windows again and the “We were unable to create a new or find an existing partition” error should be resolved.

    At one time, the error “The installation program was unable to create a new or find an existing system partition” pretty much frayed my nerves, but fortunately now I know the reason and several ways to bypass or fix it, which I share with you.

    The message “Setup was unable to create a new or find an existing system partition” can sometimes be received when installing Windows 7 or installing Windows 10, the error looks something like this:

    In this case, partitions on the hard drive can be created, formatted or deleted, but when you select a partition for installation and click the “Next” button, a message is displayed stating that Windows cannot be installed on this disk. Most often and as a rule, this error occurs when installing Windows from a USB flash drive.

    Causes of the error “Setup was unable to create a new or find an existing system partition”:

    • In the BIOS of a computer or laptop, the first device in the boot list is not the hard drive, but any other device - DVD, flash drive, network boot, etc.
    • Your computer has more than one hard drive or SSD installed; you can disable the one you don’t need while installing Windows.
    • Incorrect boot settings in BIOS
    • The flash drive with which Windows is installed is not suitable for this; it is recommended to recreate the bootable flash drive with another program and use another Windows image, preferably the original one.

    The most common reason for this error is the first one. Starting with Windows 7, the installer checks the BIOS settings and does not always do it correctly; if the installer decides that the hard drive you specified for installing Windows is not selected first in the list of devices to boot, it does not allow the installation to continue and displays the message: “The installation program was unable to create new or find an existing system partition."

    To fix this error you can do the following:

    1. Go to the BIOS and configure the list of devices to boot in such a way that the hard drive is always first in it; some BIOS even have a special Fixed Boot Order item - which fixes the order you specify and does not allow it to change. In some, usually older BIOSes, the boot order of devices cannot be configured; you can configure it more precisely, but when a flash drive is connected, such a BIOS for some reason always puts it above the hard drive. If you managed to configure the boot order, then use the Boot-Menu to boot from a flash drive; it can be called up with the F8-F12 keys, or less frequently Esc, F1 or F2, and then Windows installation will proceed as normal.

    2. There is another more reliable way to solve this problem, you need to partition the hard drive and copy the installation files to it, make it bootable and reboot, in this case the Windows installation will be launched directly from the hard drive and will proceed as normal without problems. To do this, you need to start the installation and in the installer create one partition on your hard drive, which will be drive C, then press Shift+F10, a command line should open, you need to run several commands in it:

    diskpart- the utility will start

    list disk- will show a list of available disks, the list must have at least one hard drive and a bootable flash drive, based on the size it is easy to understand which disk you need to select, remember its number, to select the disk with which we will work, enter the command:

    select disk 0(select disk 0, if you have a hard disk with a different number, indicate it)

    list part We display a list of partitions on the disk, in the installer you should have created one partition, remember its number and indicate it in the following command, for example, we need partition number 1:

    select partition 1

    active- make this section active, that is, it will be used when loading

    Now all that remains is to format our system partition, to do this, enter the commands:

    format fs=ntfs quick

    assign letter=C(C is the drive letter that you want to assign to the partition; if C is busy, you can choose another one, remember it, it will be useful to us at the stage of copying files)

    exit- exit the disrpart utility and continue working on the command line.

    We need to determine the letter assigned to the flash drive in order to copy files from the flash drive to the newly created and formatted partition on the hard drive. To search for the letter of the flash drive, you can type the command cd e: or simply e: where e is a possible letter of the flash drive, sometimes letters are assigned not from the beginning of the alphabet, but from the end, try if the disk with the letter you selected does not exist, you will receive an error message, if there is a disk with the same letter, the command will be executed, in this case, run the command DIR it will show a list of folders and files - from them you can understand which drive the letter belongs to. Once the letter assigned to the flash drive has been found, you can begin copying files.

    For example, the letter of the flash drive is E, the letter of the hard drive partition is C, then the command for copying files will look like this:

    xcopy E: C: /e /h /k

    when copying is finished run the command:

    bootsect /nt60 c:(where c is the letter of the partition on the hard drive, do not confuse it)

    The last command makes disk C bootable, after which you can remove the flash drive, configure the BIOS to boot from the hard drive and reboot the computer. If everything is done correctly, then Windows installation should start and proceed normally without any problems with selecting a partition or disk for installation .

    After the installation process is completed, you can remove unnecessary entries from the boot menu using the msconfig command, as well as delete installation files from your hard drive; they will most likely no longer be needed.

    I hope this detailed instruction will help you find the reasons and fix the error: “We were unable to create a new or find an existing system partition.”

    Error 0x8004240f

    Very often, when reinstalling Windows, a window with error code 0x8004240f may appear, after which it is impossible to continue downloading or installing the operating system. Most cases of this error occur during installation of the Windows Server operating system.

    Causes

    The appearance of error code 0x8004240f is due to the fact that Windows Server necessarily backs up disks using the master boot record (MBR), which can support no more than 2 GB of memory.

    How to fix error 0x8004240f

    There are several possible ways to resolve error 0x8004240f:

    1. To resolve this error, it is recommended to use Service Pack 2, which was recently released for Windows Server 2008. For many, this is enough to get rid of the error. Download address: http://www.microsoft.com/ru-ru/download/details.aspx?id=718
    2. If installing the update package did not help you, then you can use a method that can temporarily solve the problem with error 0x8004240f. To do this, you will need to create a new storage for backups, the size of which will be more than 2 GB. For example, if you have * TB, then they need to be divided into 2 Raid arrays 5: 1) 300 GB and 2) 7700 GB. Before installing the operating system, the system will identify the array data as two different devices. On the first 300 GB partition we simply install Windows Server, after which this partition becomes bootable (MBR). The second partition will need to be converted, after installing the system, into GRT, or with good old Acronis - whichever is convenient for you. On a GPT disk you can create up to 128 partitions, the size of which can exceed 2GB. The end result will be two volumes, each of which will be located in a separate Raid array.
    3. If the two previous methods did not help you, or you are not completely sure that you will do everything correctly, then it is recommended to contact a specialist. Today there are many highly qualified specialists providing these services. Although for an experienced user this task is quite solvable, since it is not complicated.

    Publications on the topic