May I ask why you need it? I have installed Ubuntu, Windows and other versions of OSX on my system and other boot loaders were helpful years ago but since I have just held down option at boot or changed the startup disk. Im asking because Im curious not to discourage your use of it, I just may not understand the benefit.Anyone able to successfully install a bootloader with Yosemite? I'm unable to install rEFInd and now am unable to access my other partitions.
Any feedback would be much appreciated. Thanks.
EDit:
Hello,
Does anyone please know how to get rEFInd working on OSX 10.10 ? .
The problem:
- rEFInd does NOT show up on boot screen.
What I have tried:
- Uninstalled rEFInd,Installed it.
General:
So what I did was uninstall rEFInd (all traces of it), then shut down OSX.
I opened this GREAT PIECE OF WORK OSX 10.10 straight up again, loged in and installed rEFInd.
I then shutdown OSX 10.10 opened it STRAIGHT BACK UP, Ok then guess what? I installed the rEFInd by using the terminal, got the default message that it was installed.
I then shutdown MAC OSX.
I then turn on that button,
RESULT ::: ==>> There is no rEFInd or anything, it just boots as normal. There's no trace of rEFInd or anything. Just booting as normal into MAC
.
Please help, how to fix this?... .
What about a SSD, and install rEFInd to the SSD and launch that from pressing alt on startup then the botter show?
tthankkk you!!
Hello,
I also installed the POS OSX 10.10 on the SSD (default) on the macbook pro.
rEFInd is NOT working.
I AM GOING INSANE.
HAD ENOUGH WITH THIS MAC.
But by god, I can't wait to get rid of this piece of **** OSX...
Linux soon ! thank ****ing god.
Why are you blaming Apple for the rEFInd developer's problem? Apple isn't responsible for getting third-party apps to work with a new version of OS X. It's a developer preview, you should expect some things not to be working at this time. That doesn't make 10.10 a "POS", but it does indicate that your expectations may have been unrealistic.
Hello,
I also installed the POS OSX 10.10 on the SSD (default) on the macbook pro.
rEFInd is NOT working.
I AM GOING INSANE.
HAD ENOUGH WITH THIS MAC.
But by god, I can't wait to get rid of this piece of **** OSX...
Linux soon ! thank ****ing god.
sudo bless --mount /Volumes/esp/ --setBoot --file /Volumes/esp/efi/boot/bootx64.efi
I gave up and started using SuperGrub2Disk. I'm booting to an external USB HDD and SG2D is on a separate USB thumb drive. You have to hold down option at boot and the USB drive comes up as " Windows" but at least I'm able to boot into something else. SG2D is basically like GRUB on Linux which searches for other OSes and allows you to boot the OS of your choice. It's a decent workaround for the time being...
Find SG2D here:
http://www.supergrubdisk.org/super-grub2-disk/
I've used SuperGrubDisk before! How funny, I use it to fix Grub when I installed Windows with Ubuntu.
So basically, using that creates a "boot key" of sorts. Interesting.
I reinstalled elementaryOS because I deleted the bootloader (doh) and so then it now boots into grub2 and doesn't do anything - it just drops to a shell and doesn't boot anything. So overall, that boot key idea sounds a lot easier. Haha
Dual booting elementaryOS and Mac OS X? How do you like it? I gave it a whirl some time ago and liked it, but I keep going back to Ubuntu.
timeout 20
scan_driver_dirs EFI/boot/drivers
scan_delay 1
dont_scan_files shim.efi,MokManager.efi
menuentry Linux {
icon EFI/refind/icons/os_linux.png
volume KERNELS
loader bzImage-3.3.0-rc7
initrd initrd-3.3.0.img
options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837"
disabled
}
menuentry Ubuntu {
loader /EFI/ubuntu/grubx64.efi
icon /EFI/refined/icons/os_linux.png
disabled
}
menuentry "ELILO" {
loader \EFI\elilo\elilo.efi
disabled
}
menuentry "Windows 7" {
loader \EFI\Microsoft\Boot\bootmgfw.efi
disabled
}
menuentry "Windows via shell script" {
icon \EFI\refind\icons\os_win.png
loader \EFI\tools\shell.efi
options "fs0:\EFI\tools\launch_windows.nsh"
disabled
}
menuentry "Mac OS X" {
icon \EFI\boot\icons\os_mac.png
volume "Macintosh HD"
loader \System\Library\CoreServices\boot.efi
}
mkdir /Volumes/esp
sudo mount -t msdos /dev/disk0s1 /Volumes/esp
I like it a lot! Though, I got tired of the old Luna version, since it's based on 12.04 - So I'm running a daily build of Freya that someone has been building via a dedicated build machine on Reddit.
It runs REALLY well for a beta. Seems void of a lot of "features", but being linux, you can (have to) always add those in yourself. The animations are VERY smooth and overall it seems very snappy. I love it to be honest with you.
SIDE NOTE: I got rEFInd to show the partitions I need to boot! The uncommented portions of my refind.conf are:
Code:timeout 20 scan_driver_dirs EFI/boot/drivers scan_delay 1 dont_scan_files shim.efi,MokManager.efi menuentry Linux { icon EFI/refind/icons/os_linux.png volume KERNELS loader bzImage-3.3.0-rc7 initrd initrd-3.3.0.img options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837" disabled } menuentry Ubuntu { loader /EFI/ubuntu/grubx64.efi icon /EFI/refined/icons/os_linux.png disabled } menuentry "ELILO" { loader \EFI\elilo\elilo.efi disabled } menuentry "Windows 7" { loader \EFI\Microsoft\Boot\bootmgfw.efi disabled } menuentry "Windows via shell script" { icon \EFI\refind\icons\os_win.png loader \EFI\tools\shell.efi options "fs0:\EFI\tools\launch_windows.nsh" disabled } menuentry "Mac OS X" { icon \EFI\boot\icons\os_mac.png volume "Macintosh HD" loader \System\Library\CoreServices\boot.efi }
Remember: I had to rename the "refind" folder to "boot" and the "refind_x64.efi" to "bootx64.efi" after installing it with the "--esp" option.
I also had to copy the driver_x64 folder into the /efi/boot/ folder -- renaming it to just "drivers" and that's why it's listed for the scan_drivers_dirs option
To access that partition to tweak things (the names of the folder/file), I used the following commands:
Code:mkdir /Volumes/esp
followed by:
Code:sudo mount -t msdos /dev/disk0s1 /Volumes/esp
This mounts the partition so you can just edit it and copy the driver folder into it using finder.
The only downside is that it shows me literally every boot option here - so 2 linux partitions, 2 mac partitions (one for the recovery hd I think? So could opt to not scan that with another conf option) and then another for something else, I can't remember. Anyway, I hope this helps you! I've been working on this for 3 days straight and checked out the top 10 links on like 15 different searches I've done for this.
If you have any questions, please ask, I'm not sure how clear I was through this.
I'm just happy to have a Mac OS X 10.10 Beta and elementaryOS dual-boot finally working!
I like it a lot! Though, I got tired of the old Luna version, since it's based on 12.04 - So I'm running a daily build of Freya that someone has been building via a dedicated build machine on Reddit.
It runs REALLY well for a beta. Seems void of a lot of "features", but being linux, you can (have to) always add those in yourself. The animations are VERY smooth and overall it seems very snappy. I love it to be honest with you.
SIDE NOTE: I got rEFInd to show the partitions I need to boot! The uncommented portions of my refind.conf are:
Code:timeout 20 scan_driver_dirs EFI/boot/drivers scan_delay 1 dont_scan_files shim.efi,MokManager.efi menuentry Linux { icon EFI/refind/icons/os_linux.png volume KERNELS loader bzImage-3.3.0-rc7 initrd initrd-3.3.0.img options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837" disabled } menuentry Ubuntu { loader /EFI/ubuntu/grubx64.efi icon /EFI/refined/icons/os_linux.png disabled } menuentry "ELILO" { loader \EFI\elilo\elilo.efi disabled } menuentry "Windows 7" { loader \EFI\Microsoft\Boot\bootmgfw.efi disabled } menuentry "Windows via shell script" { icon \EFI\refind\icons\os_win.png loader \EFI\tools\shell.efi options "fs0:\EFI\tools\launch_windows.nsh" disabled } menuentry "Mac OS X" { icon \EFI\boot\icons\os_mac.png volume "Macintosh HD" loader \System\Library\CoreServices\boot.efi }
Remember: I had to rename the "refind" folder to "boot" and the "refind_x64.efi" to "bootx64.efi" after installing it with the "--esp" option.
I also had to copy the driver_x64 folder into the /efi/boot/ folder -- renaming it to just "drivers" and that's why it's listed for the scan_drivers_dirs option
To access that partition to tweak things (the names of the folder/file), I used the following commands:
Code:mkdir /Volumes/esp
followed by:
Code:sudo mount -t msdos /dev/disk0s1 /Volumes/esp
This mounts the partition so you can just edit it and copy the driver folder into it using finder.
The only downside is that it shows me literally every boot option here - so 2 linux partitions, 2 mac partitions (one for the recovery hd I think? So could opt to not scan that with another conf option) and then another for something else, I can't remember. Anyway, I hope this helps you! I've been working on this for 3 days straight and checked out the top 10 links on like 15 different searches I've done for this.
If you have any questions, please ask, I'm not sure how clear I was through this.
I'm just happy to have a Mac OS X 10.10 Beta and elementaryOS dual-boot finally working!