macReports

Apple iOS Mac OS X Reports , Help and News

  • How to
  • News
  • Not working?
  • Tips and Tricks
  • Guides
You are here: Home / How to / Boot Camp Error “The Startup Disk Cannot Be Partitioned Or Restored To A Single Partition”

Boot Camp Error “The Startup Disk Cannot Be Partitioned Or Restored To A Single Partition”

Last updated on November 29, 2018 By Serhat Kurt 12 Comments

Boot Camp is a very useful macOS tool that can help you install and use Microsoft Windows on your Mac. Several users have reported that they are receiving the “The startup disk cannot be partitioned or restored to a single partition. The startup disk must be formatted as a single Mac OS Extended (Journaled) volume or already partitioned by Boot Camp Assistant for installing Windows” error (see the image below) when they attempt to use, install or remove Windows on Mac with Boot Camp Assistant. This article explains how you can troubleshoot this error.

Boot Camp Error

If you are having this problem too, please try the following tips.

Please note that before trying anything, make sure that you have a full backup of macOS. You can back up your Mac with Time Machine. Note that Time Machine cannot backup Windows partition. 

See also: This Item Is Temporarily Unavailable. Please Try Again Later; Fix

Boot Camp Error Fix

Please first, check for updates. On your Mac, go to Apple menu > System Preferences, then click Software Update.

To fix this problem, launch the Terminal app on your Mac (Applications > Utilities > Terminal) and enter the followings commands and press enter:

diskutil list
diskutil cs list

You will get a result like the one below:


#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme 251.0 GB disk0
1: EFI EFI 314.6 MB disk0s1
2: Apple_CoreStorage Macintosh HD 201.3 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Apple_HFS BOOTCAMP 40.6 GB disk0s4

/dev/disk1 (internal, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Macintosh HD +201.0 GB disk1
Logical Volume on disk0s2
7D769077-39D6-4422-B73D-101B2C819B29
Unlocked Encrypted


As you can see, in this example, number 4 indicates that Boot Camp disk is disk0s4.

Now, in Terminal, enter the following command:

diskutil eraseVolume fat32 BOOTCAMP disk0s4

And now run Boot Camp assistant.

If you see more Windows, Bootcamp or Microsoft disks, like the one below:


#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.3 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk1 414.4 GB disk0s2
3: Microsoft Basic Data BOOTCAMP 84.6 GB disk0s3
4: Windows Recovery 471.9 MB disk0s4

/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme – +414.4 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD 240.1 GB disk1s1
2: APFS Volume Preboot 22.5 MB disk1s2
3: APFS Volume Recovery 506.6 MB disk1s3
4: APFS Volume VM 2.1 GB disk1s4

/dev/disk2 (disk image):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme +996.8 GB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_HFS Cópias de segurança … 996.4 GB disk2s2


As you can see, number # 3 and number 4 indicate Microsoft data, if you see something like this then enter the following commands in Terminal (press enter after each):

diskutil eraseVolume jhfs+ BC1 disk0s3
diskutil eraseVolume jhfs+ BC2 disk0s4
diskutil mergePartitions jhfs+ BCMP disk0s3 disk0s4
diskutil list

You should now see only disk0s3, if this is the case:

Enter the following command in Terminal:

diskutil eraseVolume fat32 BOOTCAMP disk0s3

If you see three disks related to Windows data, like this:


/dev/disk0 (internal):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme 121.3 GB disk0
1: EFI EFI 314.6 MB disk0s1
2: Apple_APFS Container disk1 71.0 GB disk0s2
3: Microsoft Reserved 16.8 MB disk0s3
4: Microsoft Basic Data BOOTCAMP 48.9 GB disk0s4
5: Windows Recovery 470.8 MB disk0s5

/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme – +71.0 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD 62.2 GB disk1s1
2: APFS Volume Preboot 19.6 MB disk1s2
3: APFS Volume Recovery 506.6 MB disk1s3
4: APFS Volume VM 2.1 GB disk1s4


As you can see, diskos3, diskos4 and diskos5 are Windows data. If you see something like this, then enter the following commands in Terminal:

diskutil eraseVolume jhfs+ BC1 disk0s3
diskutil eraseVolume jhfs+ BC2 disk0s4
diskutil eraseVolume jhfs+ BC3 disk0s5
diskutil mergePartitions jhfs+ BCMP disk0s3 disk0s5
diskutil list

You should only see now disk0s3, if this is the case, then enter the following command in Terminal:

diskutil eraseVolume fat32 BOOTCAMP disk0s3

Then run Boot Camp.

See also:

  • Easiest Way To Open / Edit a .Pages File On a Windows PC

Filed Under: How to Tagged With: Boot Camp, Windows

Comments

  1. kypoob says

    December 11, 2020 at 4:56 am

    It works for me. Thank you for this post.

    Reply
  2. Christiaan Roselaar says

    October 5, 2020 at 11:33 am

    Yes. I made a backup up-front. But still…. I had my fingers crossed.
    Anyway: it worked for me :).

    A big thank you!

    Reply
  3. Matej says

    October 31, 2019 at 8:30 am

    Some of you are looking to combine partitions on Mac. If that’s the case, try using this link, it may help you: https://skimfeed.com/blog/recombine-partitions-on-mac/

    good luck! 🙂

    Reply
  4. Mahdiyar says

    July 23, 2019 at 11:20 am

    Hey guys. I deleted BootCamp Partition using Bootcamp assistance but it showed me an error (i don’t remember it) and now “System” is taking about 130GB of my SSD. i can not see ant other partition except Macintosh HD.
    Can anyone help me?

    Reply
  5. Michael says

    July 16, 2019 at 4:01 am

    This was really helpful. However, I believe I made a mess.

    Instead of

    diskutil eraseVolume jhfs+ BC1 disk0s3
    diskutil eraseVolume jhfs+ BC2 disk0s4

    I did the following in Terminal:
    diskutil eraseVolume jhfs+ BC1 disk0s3
    diskutil eraseVolume jhfs+ BC1 disk0s4 — [note I should have typed BC2]

    Then I typed:
    diskutil mergePartitions jhfs+ BCMP disk0s3 disk0s4

    Now, I have like no memory on my hard drive. Out of 2TB I only have a few GB left. Something from the above has taken all of this memory.

    ———————————–
    Here is what distil shows now:

    Last login: Mon Jul 15 21:44:47 on console
    iMac:~ Michael$ diskutil list
    /dev/disk0 (internal, physical):
    #: TYPE NAME SIZE IDENTIFIER
    0: GUID_partition_scheme *121.3 GB disk0
    1: EFI EFI 209.7 MB disk0s1
    2: Apple_APFS Container disk2 121.1 GB disk0s2

    /dev/disk1 (internal, physical):
    #: TYPE NAME SIZE IDENTIFIER
    0: GUID_partition_scheme *2.0 TB disk1
    1: EFI EFI 209.7 MB disk1s1
    2: Apple_APFS Container disk2 1.7 TB disk1s2
    3: Apple_HFS BC1 171.9 GB disk1s6
    4: Apple_HFS BC1 171.2 GB disk1s3

    /dev/disk2 (synthesized):
    #: TYPE NAME SIZE IDENTIFIER
    0: APFS Container Scheme – +1.8 TB disk2
    Physical Stores disk0s2, disk1s2
    1: APFS Volume Macintosh HD 1.6 TB disk2s1
    2: APFS Volume Preboot 42.1 MB disk2s2
    3: APFS Volume Recovery 509.7 MB disk2s3
    4: APFS Volume VM 2.1 GB disk2s4

    iMac:~ Michael$

    HELP PLEASE???

    Reply
  6. Skyler says

    March 13, 2019 at 2:16 am

    I had a windows 10 bootcamp disk but its deleted?

    Reply
  7. Bas says

    March 8, 2019 at 10:05 am

    Thanks man, you saved my MacBook. Works like a charm.

    Reply
  8. Shivam Bhateja says

    March 1, 2019 at 7:04 am

    I have successfully installed the single partition after the above steps. But, still not able to install windows and getting the same error “The Startup Disk Cannot Be Partitioned Or Restored To A Single Partition”

    Reply
    • hello says

      March 11, 2019 at 10:39 am

      same

      Reply
  9. Jer says

    February 23, 2019 at 1:10 pm

    Thanks!! I was pulling my hair out trying to fix the issue( oh wait, I’m already bald). Oh well

    Reply
  10. Edi Tola says

    February 5, 2019 at 7:50 pm

    It works for me too, my friend thank u.

    Reply
  11. Pankaj Lilhare says

    January 25, 2019 at 12:39 pm

    It works for me. Thank you for this post.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Follow us

  • Facebook
  • RSS
  • Twitter

Got a tip for us? Email us.

Latest Posts

iPhone Won’t Send Pictures to Android, Fix

iPad Air Blank Screen Issue: Free Repairs

Where Do Apple Watch Screenshots Go?

How to Erase your Device Remotely using Find My

How to Use Recovery Mode with your iPhone or iPad

Pages

  • About macReports
  • Contact Us
  • Privacy Statement
  • Terms of Use

Tags

AirPods Apple Car Apple Company Apple ID Apple Music Apple Pay Apple TV Apple Watch Apps App Store Backup Black Screen Bluetooth Catalina FaceTime iCloud iMessage iMessages iMovie iOS iOS 14 iPad iPhone iTunes Keyboard Mac Mac Battery MacBook macOS macOS Big Sur Mail Mail App Messages Music Notifications PDF Photos Safari screenshot Siri Spotlight Search Update Wi-Fi Windows YouTube

Search macReports

Categories:

  • Guides
  • How to
  • News
  • Not working?
  • Tips and Tricks

About macReports:

This website is founded by Serhat Kurt. He worked as a Senior Technology Director. He holds a doctoral degree (or doctorate) from the University of Illinois at Urbana / Champaign and a master’s degree from Purdue University.

Stacey Butler

Stacey Butler is a tech writer at macReports covering news, how-tos, and user guides. She is a longtime Mac and iPhone user and holds a Ph.D. from the University of Illinois at Champaign-Urbana.

 

This website is not affiliated with Apple.

Copyright © 2021 / macReports

This website uses cookies. By navigating around this site you consent to cookies being stored on your machine.Accept