Advertisement
Guest User

Mac OS X 10.10 Yosemite - How to fix rEFInd

a guest
Oct 19th, 2014
3,678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Boot OS X 10.10 Yosemite
  2.  
  3. Install rEFInd with --esp flag:
  4. ./install.sh --esp
  5.  
  6. mkdir /Volumes/esp
  7. sudo mount -t msdos /dev/disk0s1 /Volumes/esp
  8.  
  9. Then rename the "refind" folder to "boot" and the "refind_x64.efi" to "bootx64.efi".
  10.  
  11. Then copy the "driver_x64" folder of the rEFInd install folder into the /efi/boot/ folder and rename it to just "drivers".
  12.  
  13.  
  14. After that: reboot
  15. My boot delay is now ~5sec (instead of ~40sec).
  16.  
  17. To boot into Mac OS X 10.10 Yosemite hold down the "alt-key".
  18.  
  19.  
  20.  
  21. If grub has problems to find your Linux OS, boot into a Live-CD/USB:
  22.  
  23. 1.) Check "/etc/default/grub"
  24. Maybe you have to change "/dev/sda3" to "/dev/sda4" (or similar).
  25.  
  26. 2.) Check "/etc/fstab"
  27. Maybe you have to change "/dev/sda4" to "/dev/sda5" (or similar).
  28.  
  29.  
  30. More information on this topic:
  31. https://unix.stackexchange.com/questions/150670/install-refind-on-os-x-10-10-yosemite
  32. https://twitter.com/juergenhecht/status/523493947113734144
  33. http://forums.macrumors.com/showthread.php?t=1740614
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement