I installed the update for 10.8.3 and had to reinstall refind after the update.
I have a macbook pro running windows 8 and osx, the osx drive is encrypted.
I ran install.sh --esp
now when I reboot the computer it only sees the windows partition. I'm at a loss on how to fix it. Any hints? :)
Thanks,
Kent Mein
mein@cs.umn.edu
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I thought I would add a little more info here to see if anyone has any ideas.
mein@woohoo) % diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme 750.2 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_CoreStorage 256.5 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data BOOTCAMP 492.8 GB disk0s4
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS macos 256.1 GB disk1
I've mounted up EFI and added the following two entries to refind.conf
menuentry "My Mac OS X" {
icon \EFI\refind\icons\os_mac.icns
volume "macos"
loader /Recovery HD/System/Library/CoreServices/boot.efi
}
menuentry "My Mac OSX" {
icon \EFI\refind\icons\os_mac.icns
volume "macos"
loader /Recovery HD/com.apple.recovery.boot/boot.efi
}
I've tried various versions of the Loader line putting it in "" putting a \ infront of the backspace. Every time I try to boot off of the menu entry its unable to find the disk.
I've also mounted up disk0s3 and verified that the boot.efi files are there...
Anyone have any suggestions for what the heck I'm doing wrong? :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, to access the Recovery partition you need to add "apple_recovery" no quotes, to the showtools line. No need for a manual stanza. Example -
"showtools apple_recovery,about,reboot,exit".
That should allow you to boot into the Recovery system.
Second, your menu entry is not quite right. Instead of forward slashes "/" try back slashes "\". Next, the volume name is "Recovery HD" and there is no need to add "Recovery HD" to the loader line as you told rEFInd where to look with the volume line. Example -
menuentry "My Mac OS X" {
icon \EFI\refind\icons\os_mac.icns
volume "Recovery HD"
loader \System\Library\CoreServices\boot.efi
Now bless the "rEFInd_x64.efi" file and restart. Might take around 20 seconds
to load and show the rEFInd screen. Make sure your running the latest version of rEFInd.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I installed the update for 10.8.3 and had to reinstall refind after the update.
I have a macbook pro running windows 8 and osx, the osx drive is encrypted.
I ran install.sh --esp
now when I reboot the computer it only sees the windows partition. I'm at a loss on how to fix it. Any hints? :)
Thanks,
Kent Mein
mein@cs.umn.edu
I thought I would add a little more info here to see if anyone has any ideas.
mein@woohoo) % diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme 750.2 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_CoreStorage 256.5 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data BOOTCAMP 492.8 GB disk0s4
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS macos 256.1 GB disk1
I've mounted up EFI and added the following two entries to refind.conf
menuentry "My Mac OS X" {
icon \EFI\refind\icons\os_mac.icns
volume "macos"
loader /Recovery HD/System/Library/CoreServices/boot.efi
}
menuentry "My Mac OSX" {
icon \EFI\refind\icons\os_mac.icns
volume "macos"
loader /Recovery HD/com.apple.recovery.boot/boot.efi
}
I've tried various versions of the Loader line putting it in "" putting a \ infront of the backspace. Every time I try to boot off of the menu entry its unable to find the disk.
I've also mounted up disk0s3 and verified that the boot.efi files are there...
Anyone have any suggestions for what the heck I'm doing wrong? :)
Couple of things.
First, to access the Recovery partition you need to add "apple_recovery" no quotes, to the showtools line. No need for a manual stanza. Example -
"showtools apple_recovery,about,reboot,exit".
That should allow you to boot into the Recovery system.
Second, your menu entry is not quite right. Instead of forward slashes "/" try back slashes "\". Next, the volume name is "Recovery HD" and there is no need to add "Recovery HD" to the loader line as you told rEFInd where to look with the volume line. Example -
menuentry "My Mac OS X" {
icon \EFI\refind\icons\os_mac.icns
volume "Recovery HD"
loader \System\Library\CoreServices\boot.efi
Now bless the "rEFInd_x64.efi" file and restart. Might take around 20 seconds
to load and show the rEFInd screen. Make sure your running the latest version of rEFInd.