Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Robert Pollard

Suspended
Original poster
Sep 23, 2019
65
71
Virginia
Please help me guys. I attempted to wipe my Mac mini so I could safely sell it. I have done this once before with no issues. I wiped the drive completely, restarted and was sent to recovery mode. Hard drive is partitioned into 2 drives, 1 is 5 GB and the other is 495GB. The larger partition will not unmount or erase. New OS will not install. What do I do?
 
FE344B48-DC87-4A4C-8CA3-8D5DAA5D39B4.jpeg
 
Don't try to erase each partition. Just choose the hard drive (the line with the device information/part number for the drive), and erase that, which removes all partitions, and sets the drive back to a single partition. Best to use Mac OS X Extended format.
Looks like you are trying to install El Capitan -- probably not the best choice. On a 2012, I would likely go with High Sierra or Mojave. If you really want to use El Capitan, you have to go into the terminal, and change the date by entering a command like
Code:
date 1116211618
That will change your date to a couple of years ago, and you will be able to successfully install El Capitan.
 
Last edited:
1. Boot to INTERNET recovery
Command-OPTION-R

If connected via wifi, you'll need your wifi password.
The utilities take a while to load -- be patient.

3. Open disk utility.

4. Does the version of disk utility that loads have a "view" menu?
If yes, go to it and choose "show all devices" (VERY important)
If no, don't worry about this, and go to step 5

5. Over on the left, click the "topmost" line in disk utility representing the physical drive inside.

6. Click "erase" (this will erase the ENTIRE drive).
Try "Mac OS extended with journaling enabled, GUID partition format".

7. When done, quit disk utility, open the OS installer, and try the OS install again.
 
Please help me guys. I attempted to wipe my Mac mini so I could safely sell it. I have done this once before with no issues. I wiped the drive completely, restarted and was sent to recovery mode. Hard drive is partitioned into 2 drives, 1 is 5 GB and the other is 495GB. The larger partition will not unmount or erase. New OS will not install. What do I do?
What was your last OSX installed on the Mini? If your last OSX was either Catalina, Mojave or High Sierra, then it's more likely that the internal drive was formatted APFS. This would explain why you have 2 partitions. APFS will have 2 and 1 of them can not be unmounted. Also, it's more than likely that your boot firmware on the Mini was updated as well, which means it changes the boot up parameters. The new boot firmware puts 1st boot priority on Thunderbolt and Firewire drives, network boot and the least so with USB key drive, unless it has the right boot firmware that allows secondary boot up from a USB port. Lack of Thunderbolt or Firewire drives or the right USB drive will then force you into the Recovery mode. But you can't install the stock OSX that came with the Mini, which was Mountain Lion (10.8), because it can not read nor write an existing APFS partition. APFS starts from High Sierra and up. Which is what you are seeing now; you're in a rock and a hard place.

So the only way you can install an operating system, preferably Mojave or Catalina is to create an EFI boot USB key drive with the proper Mojave/Catalina EFI boot install so you can select it from the partition manager when you press the "OPTION" key. It should work, but it will take "LONGER" to show up because it cycles through Thunderbolt, Firewire, Network and then USB.

Hope this helps.
 
What was your last OSX installed on the Mini? If your last OSX was either Catalina, Mojave or High Sierra, then it's more likely that the internal drive was formatted APFS. This would explain why you have 2 partitions. APFS will have 2 and 1 of them can not be unmounted. Also, it's more than likely that your boot firmware on the Mini was updated as well, which means it changes the boot up parameters. The new boot firmware puts 1st boot priority on Thunderbolt and Firewire drives, network boot and the least so with USB key drive, unless it has the right boot firmware that allows secondary boot up from a USB port. Lack of Thunderbolt or Firewire drives or the right USB drive will then force you into the Recovery mode. But you can't install the stock OSX that came with the Mini, which was Mountain Lion (10.8), because it can not read nor write an existing APFS partition. APFS starts from High Sierra and up. Which is what you are seeing now; you're in a rock and a hard place.

So the only way you can install an operating system, preferably Mojave or Catalina is to create an EFI boot USB key drive with the proper Mojave/Catalina EFI boot install so you can select it from the partition manager when you press the "OPTION" key. It should work, but it will take "LONGER" to show up because it cycles through Thunderbolt, Firewire, Network and then USB.

Hope this helps.
There's a lot of incorrect items in this post.
You can always erase an APFS disk and format it back to HFS+ to install an older operating system, including Mountain Lion. This can be done from Internet Recovery, but not from standard recovery because when started up from the regular recovery mode, you're running off the internal disk which needs to be fully erased to go back to HFS+. It is not necessary to use a USB installer and all of this is independent of the firmware version on the computer.
Any version of Mac firmware allows booting to USB drives. There's no so-called priority for one type of drive or another.
 
There's a lot of incorrect items in this post.
You can always erase an APFS disk and format it back to HFS+ to install an older operating system, including Mountain Lion. This can be done from Internet Recovery, but not from standard recovery because when started up from the regular recovery mode, you're running off the internal disk which needs to be fully erased to go back to HFS+. It is not necessary to use a USB installer and all of this is independent of the firmware version on the computer.
Any version of Mac firmware allows booting to USB drives. There's no so-called priority for one type of drive or another.
Actually I'm speaking from experience as I had the same issue as the OP with my Macbook Air 2014, which came from Apple Canada where they helped me restore it. Actually, you can delete the partition in a regular recovery if you have access to diskutil and the terminal from the installer. In terminal, you can execute this command first diskutil list to find the boot drive identifier and then diskutil apfs deleteContainer /dev/drive identifier from diskutil list (disk0s2 for example). Once the container is deleted, you can then install the OS and the installer will then format the drive to whichever format it is best for and update firmware for the mini if need be. That was how Apple did it for me through recovery.

Below is the priority drive arrangement described from Bombich software site and also confirmed by Apple and myself since I own Carbon Copy cloner and all 3 drive types (Thunderbolt, Firewire 800 and USB 3). On my Thunderbolt hub with the USB 3 SSD drive connected, the discovery is instant. With the same USB 3 SSD drive connected to my MB Air's USB 3, the same discovery took 2 seconds.

From the Bombich Software site..
  • Additional USB device troubleshooting​

    Macs' support for booting from USB volumes has always been second class to Apple-invented interfaces such as Firewire and Thunderbolt. We strongly recommend using Firewire or Thunderbolt for your bootable backup; those interfaces are consistently more reliable when it comes to bootability. If you have a USB-only device in hand, though, here are a couple additional steps you can perform to try to get your Mac to "see" it early in the startup process.
 
Last edited:
Actually I'm speaking from experience as I had the same issue as the OP with my Macbook Air 2014, which came from Apple Canada where they helped me restore it. Actually, you can delete the partition in a regular recovery if you have access to diskutil and the terminal from the installer.
Yes, you can delete partitions from the standard recovery partition, but you cannot erase the entire disk. This will likely cause problems when trying to go from APFS back to HFS+ and may indeed leave the disk in a non-bootable state. Starting from either internet recovery or a USB boot disk will allow easy erasure of the entire disk without having to resort to command line tools which many users may not want to use or may not understand.
As for what Bombich writes (note that the note about USB being "second class" is not in the CCC5 document nor is the recommendation to use a Firewire or Thunderbolt disk) issues with USB booting are not common, and have not been common throughout the lifespan of Intel Macs.
 
1. Boot to INTERNET recovery
Command-OPTION-R

If connected via wifi, you'll need your wifi password.
The utilities take a while to load -- be patient.

3. Open disk utility.

4. Does the version of disk utility that loads have a "view" menu?
If yes, go to it and choose "show all devices" (VERY important)
If no, don't worry about this, and go to step 5

5. Over on the left, click the "topmost" line in disk utility representing the physical drive inside.

6. Click "erase" (this will erase the ENTIRE drive).
Try "Mac OS extended with journaling enabled, GUID partition format".

7. When done, quit disk utility, open the OS installer, and try the OS install again.
So I did this and I am up and running. Thanks everybody. I will say that with 4GB of memory Catalina isn't super quick.
 
"I will say that with 4GB of memory Catalina isn't super quick."

Buy ONE 8gb DIMM. One is "all you'll need".
Open the back cover, and swap out the "topmost" DIMM.
You'll now have 10gb of installed RAM.
It will run better...!
 
  • Like
Reactions: Robert Pollard
"I will say that with 4GB of memory Catalina isn't super quick."

Buy ONE 8gb DIMM. One is "all you'll need".
Open the back cover, and swap out the "topmost" DIMM.
You'll now have 10gb of installed RAM.
It will run better...!
I think I’ll pull 2 8GB chips out of my iMac and put them in the mini just to see how it runs. All I want to do is sell this thing.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.