Cannot boot to OS X using rEFInd

Solution 1:

Edit this file:

/Volumes/rEFInd/System/Library/CoreServices/refind.conf

Add the following text to the end of the above file.

scanfor manual,internal,hdbios,external,biosexternal,optical,cd
dont_scan_dirs /System/Library/CoreServices
menuentry "Mac OS X" {
    icon \System\Library\CoreServices\icons\os_mac.png
    volume "Macintosh HD"
    loader \System\Library\CoreServices\boot.efi
    graphics on
}