How to Repair: Unable to reset your PC – “A required drive partition is missing”

PC resetting has become one of the main methods of fixing minor bugs and flaws in most Windows computers. In this way, users can reset their devices back to factory settings while retaining all data. Traditionally, this task is solved by reformatting the disk, but this requires transferring the data to a storage device, as this process erases all data on the computer.

For this reason, this new Windows 10 feature is very ideal. However, you may not be able to reboot your PC due to errors. A common error that may occur is the message “The computer cannot be rebooted. The required disk partition is missing”. read more

How to Resolve Error 0x8004242d – Failed to Format Selected Partition

Error 0x8004242d is usually accompanied by the following error message: “Failed to format selected partition. Error: 0x8004242d” in a pop-up window during Windows installation. As a result, users are unable to format the disk partition and install the platform.

In this article, we will tell you how to solve partition formatting problems with DiskPart.

What causes the error message “Selected partition could not be formatted” (error 0x8004242d)?

  • The computer’s data cable is loose.
  • The installation drive has a corrupted file system error.
  • The drive controller or driver is out of date.
  • Your Windows system is incompatible with the mass storage controller or mass storage driver.
  • The hard disk drive on which you want to install Windows is a dynamic hard disk drive.

How to troubleshoot the error 0x8004242d – Failed to format selected partition?

Clean up the disk using Diskpart

Cleaning the disk with Diskpart can fix error 0x8004242d (but it removes data from the disk).

  1. To do this, open a command prompt by typing cmd in “Run” and press Ctrl + Alt + Enter.
  2. You can also open Command Prompt from the Windows installation window by clicking on Repair Computer -> Troubleshooting -> Command Prompt.
  3. Type diskpart at the command prompt and press Enter.
  4. Type list disk at the command prompt and press Return to display the list of disks.
  5. Type select disk x (replace x with the real disk number) at the command prompt and hit Enter.
  6. Make sure you select the correct disk, as clearing the disk will erase its data.
  7. Type clean all at the command prompt and press Enter.

Formatting a partition during Windows Setup

  1. Start the installation media. Specify your settings and click Install Now.
  2. Click I accept the license terms after reading the Microsoft software license terms.
  3. Then click Next.
  4. Click Custom (Advanced).
  5. Select Disk 0 Partition 1 and Delete.
  6. Then click OK when prompted.
  7. Repeat step 5 to delete partition 2 from disk 0.
  8. Then click New to create a new partition.
  9. Specify the disk size, and then click Apply.
  10. Click OK when prompted.
  11. Select Disk 0 Partition 2, and then click Format.
  12. Click OK when prompted.
  13. The formatting should be successful.
  14. You can click Next to reinstall Windows.

Both of the above methods may seem a bit complicated. Be very careful when using them, as all the actions are instantaneous and you will not be able to go back. read more