Jump to content
3 posts in this topic

Recommended Posts

I've got two Yosemite installations on the same disk. Just a matter of surviving if one fails.

Clover shows always two additional partitions named Install. But I can't find them. Disk Utilitiy does not show them and the command line

diskutil list neither. Where are they and how can I hide them under Clover?

Link to comment
https://www.insanelymac.com/forum/topic/306216-cant-find-install-partitions/
Share on other sites

Most likely you have a hidden folder on the root of your Yosemite partition named .IABootFiles (contains remnants of the OSX installer).

 

post-846696-0-83822200-1431943650_thumb.png

 

You can show hidden files/folders in the Finder by typing in terminal:

defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder

This can be reversed with

defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder

The files can then be deleted with the Finder or with terminal:

sudo rm -rf /.IABootFiles
  • Like 1
×
×
  • Create New...