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

jdrizzo3

macrumors newbie
Original poster
Feb 6, 2015
3
0
Hello All,

I have a partition on my HDD that contains a beta build of Yosemite that I would now like to remove. When I go to disk utility to remove that partition the gray '-' button is grayed out. Does anyone have any suggestions on how to remove this?

Thanks in advanced for your assistance!
 

Apple_Robert

Contributor
Sep 21, 2012
35,653
52,439
In a van down by the river
Try the following command in Terminal

diskutil cs list

and then

diskutil coreStorage revert lvUUID

where lvUUID is the last lvUUID reported by the previous Terminal command.

You may have to restart your Mac for everything to get back to normal after you have run these commands in Terminal.
 
Last edited:

Weaselboy

Moderator
Staff member
Jan 23, 2005
34,481
16,195
California
Hello All,

I have a partition on my HDD that contains a beta build of Yosemite that I would now like to remove. When I go to disk utility to remove that partition the gray '-' button is grayed out. Does anyone have any suggestions on how to remove this?

Thanks in advanced for your assistance!

Just run this command in Terminal substituting the "volume name" for the name of the volume where you installed Yosemite and that will nuke it. Be sure to include the quotes. Restart after.

This won't harm the other volume you are running on, but backup first just in case you mistype or something and break everything. :eek:

Code:
diskutil cs delete "volume name"
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.