What happens when you boot the computer holding the cmd-r key?
If you have FileVault turned on, the recovery partition will not show without using Command + R.
I noticed that my recovery partition on my MacBook is completely gone now, although it still shows up on my iMac.
Why did it go away and how can I get it back?
diskutil coreStorage revert lvUUID
where lvUUID is the last lvUUID reported by the previous Terminal command
I noticed that my recovery partition on my MacBook is completely gone now, although it still shows up on my iMac.
Why did it go away and how can I get it back?
It boots into the recovery partition, but why isn't it showing up while booting with the option key then?
For whatever reason this behavior has changed from previous OS X versions.
The terminal doesn't show anything with lvUUID.
where lvUUID is the last lvUUID reported by the previous Terminal command
The terminal doesn't show anything with lvUUID.
I bet the yosemite installation created a core storage logical volume which prevents the recovery partition from showing up in the startup manager.
If the yosemite installation creates a core storage logical volume you can revert it to get partitions back to normal by running these 2 commands in terminal.
diskutil cs list
and then
diskutil coreStorage revert lvUUID
where lvUUID is the last lvUUID reported by the previous Terminal command.
Then restart for everything to get back to normal after you have run these commands in Terminal.
You can also now startup with the option key to get to the startup manager and after reverting the logical volume the recovery partition should show up there now.
The reason is simple. The core storage logical volume created by the yosemite installation prevents the recovery partition from showing up in the startup manager. Reverting it in the manner I described will get partitions back to normal (including the recovery partition) thereby making the recovery partition visible again in the startup manager.
Not great instructions, imo. For example for me right now, my encrypted TimeMachine disk is the last logical volume listed.
Not picking, just a little too general, especially for trying to step the less savvy or comfortable with command line and interpreting output(s).
diskutil cs revert /
Sven11 wants to see it in startup manager. So he'll have to revert it for that to happen.
his system is functioning normally.
There is nothing normal about a recovery partition disappearing from the startup manager. Many people including developers don't like it and have no problem about reverting the logical volume in order to get things back to normal - and I mean really normal where everything is working as you expect it to.
command-r is no good if you dual boot either.
I have mavericks and yosemite dual booting and want to see all the partitions including all the recovery partitions in the startup manager.
I also want to be able to easily edit my partitions in disk utility - something which is made impossible by core storage.
On the other hand if you only have yosemite and know that command-r still works in this case and don't necessarily want to be able to edit partitions with disk utility, then maybe the answer is no and so in this case you might not need to revert it.