MacOS – Cannot install OS X in recovery mode

disk-utilityinternet-recoverymacos

I want to reset my iMac (late 2014, 1 TB Fusion Drive) to factory settings. As I want to set it back to Yosemite, I am using Internet Recovery (Command-Option-R) as I have installed El Capitan in the meantime.

I was able to erase the HDD just fine in Recovery Mode Disk Utility, but now I am stuck.

The OS X install dialog shows no available drive:
enter image description here

In Disk Utility, the HDD and its partition settings look like this (all fields and buttons are grayed out, can't input anything)
enter image description here

First Aid Verify Disk doesn't show any anomalies either from what I can tell ("The volume … appears to be OK").
First Aid Repair went through without issues, but that didn't change anything. Tried rebooting several times but that didn't help either. I also tried El Capitan Recovery mode (just holding Command-R without Option), it looks a bit different, but the overall result is the same.

Best Answer

In Disk Utility each drive is represented by one line with indented lines underneath them for each partition (or volume) on that drive.

From the screenshots you provided, you are using a drive constellation Apple calls a Fusion drive. It consists of an SSD and a regular hard drive logically bundled together.

Disk Utility detects the logical volume group of that constellation, which is named "Macintosh HD" and by default there is a partition underneath it with the same name.

For some reasons, this is not the case for you and I also see that the partition buttons are greyed out. So, my suggestion is to intentionally break the Fusion constellation apart and have Disk Utility fix it thereafter. Here is how:

  1. Close Disk Utility
  2. Open Terminal (menu "Utilities")
  3. Type in diskutil coreStorage list and look for the UUID (you will need it in the next step)
  4. Type in diskutil coreStorage delete lvgUUID|lvgName where lvgUUID|lvgName is the UUID you found before
  5. Quit Terminal after the command finished
  6. Open Disk Utility and follow the on-screen instructions to fix the "damaged" disk

After that, you will be able to install OS X again.