WaldMeister Posted April 8, 2013 Share Posted April 8, 2013 Hi, Well, i had to write a little tutorial on how to do this: http://www.insanelym...tion-guide-wip/ Just a copy/paste from that topic, so the guide does contain some information that is not present or irrelevant. It needs editing, perhaps a lot, but i thought i would post it here. Why? I will explain. Clover comes with an installer package, and people will drop folders on the web everywhere (System specific), but never a descent tutorial on how to actually UEFI boot can be found (perhaps i did not look into this enough) Personally the installer package did not make it possible for me to add the option in the bios, nor boot my OS X installation anymore, that is mainly the reason why i wrote this poor excuse of a guide I tried every option on the installer, could not make it work, so i figured, let's do it manually. Read about what UEFI can and can not do, went through the Clover documentation, although, i did not understand much about it, until i actually got it to boot. To install it to the EFI partition, i took information from the Chameleon guide, found here: http://forum.voodoop...x.php/topic,649 and modified it to suit my BIOS's needs. (MSDOS filesystem) I hope someone will take the time to modify this tutorial, to make it beginner friendly, or just remove it, if something like this already exists. The screenshots are from a Phoenix Bios, don't know about the others. How to install Clover and add it to the UEFI Boot menu: - Be careful when replacing the current boot loader, your system may become unbootable if you skip a step, or do not pay attention! To UEFI boot Clover, we need to install it to a FAT32 partition, UEFI will only find partitions in this format. I recommend to test Clover on a USB stick formatted in FAT32, and just copy the files to it, before actually replacing the current bootloader. 1.) First we need to find the HDD that has OS X installed on a GUID partition table, and look for the EFI partition. Open terminal and type: sudo -s type password diskutil list I have Clover already installed on disk0s1, for this guide i will install it to disk1s1, which is my spare HDD, also formatted to GPT. 2.) We need to apply a new filesystem to the EFI partition, remember to replace the X corresponding to your disk setup. In terminal enter: newfs_msdos -v EFI /dev/diskXsX It will give an error, you can ignore it. The EFI partition has been formatted to FAT32 and can now be recognized by UEFI. 3.) Now it is time to mount the EFI partition and copy the needed files. Type the following into terminal, remember tot replace the X's: mkdir /Volumes/EFI mount_msdos /dev/diskXsX /Volumes/EFI Go to finder, on the left hand side, you will now have a disk called EFI. 4.) Now download the Clover_Package.zip, if not done already. After extraction, you will have a folder called EFI, copy the folder with all the contents to the EFI partition. To this: 5.) Go back to terminal and type the following, replace the X's: umount -f /dev/diskXsX rm -rf /Volumes/EFI Now Clover has been installed to the EFI partition, now it is time to add the boot option to the UEFI boot menu. - Restart your system and press F2 multiple times, you should now enter the bios. - Go to the Boot options tab, use the arrow keys. (What keys you can use, are described at the bottom of the screen.) - My setup will probably differ from yours, change them accordingly, select add boot option and press enter. - Now enter a name, i use Clover, press tab, and select either HDD (If you have Clover installed to the EFI partition) or USB (if you have installed Clover to a USB device on a FAT32 partition), you can select it with the arrow keys. Now press tab and enter: EFI\BOOT\Cloverx64.efi Press tab again, select ok, and press Enter. - Clover has now been added to the boot menu. Move up with the arrow keys until Clover is highlighted, press +. Press F10 and Enter. (Or follow the screens) - The system will now reboot, and Clover should load. Select the OS X partition and press Enter, OS X will boot. 12 Link to comment Share on other sites More sharing options...
WaldMeister Posted April 9, 2013 Author Share Posted April 9, 2013 Thanks. Wrote it down anyway, had some trouble in the past mounting it Link to comment Share on other sites More sharing options...
3.14r2 Posted April 9, 2013 Share Posted April 9, 2013 1st step is not necessary as the 200mg efi partition is already Fat32. It could be necessary if the EFI partition was used for Chameleon and hence could have been formatted to HFS+. 1 Link to comment Share on other sites More sharing options...
Slice Posted April 9, 2013 Share Posted April 9, 2013 It could be necessary if the EFI partition was used for Chameleon and hence could have been formatted to HFS+. It may be impossible to format HFS+ EFI to FAT32 because of geometry loss. It should be other methods. Link to comment Share on other sites More sharing options...
tdtran1025 Posted May 13, 2013 Share Posted May 13, 2013 It may be impossible to format HFS+ EFI to FAT32 because of geometry loss. It should be other methods. Please clarify Slice. Suppose I have installed OS X already using GPT ( as it forces me to choose GPT), then what should I do with that EFI partition? Thank You. Link to comment Share on other sites More sharing options...
3.14r2 Posted May 13, 2013 Share Posted May 13, 2013 @tdtran1025 It depends. If you have not used EFI partition to install Chameleon to it, then leave it as is. By default OS X formats the EFI partition to FAT. Only if Chameleon was installed to EFI partition (which in turn requires you to format it with HFS+), then you would need to revert it back to FAT. 1 Link to comment Share on other sites More sharing options...
tdtran1025 Posted May 13, 2013 Share Posted May 13, 2013 I see. Thank you. Link to comment Share on other sites More sharing options...
beta992 Posted May 30, 2013 Share Posted May 30, 2013 My ASUS motherboard doesn't support adding/editing NVRAM-entries inside the UEFI-BIOS. They need to changed with efibootmgr or bcfg. The 'issue' with EFI is that some boards need somethings when others don't. It took me a while before I understood the concept of EFI. Now I don't want to go back to MBR/Normal BIOS anymore.. The Arch Linux UEFI Wiki is a good source to more information about (U)EFI. 1 Link to comment Share on other sites More sharing options...
pfilipp Posted July 20, 2013 Share Posted July 20, 2013 If it comes to ASUS mobos I added my entry with steps below - note that probably it's not the easiest nor fastest way to do it but it works: 1. Install Clover to EFI partition 2. Copy Clover EFI files to any kind of USB key - this is the interesting thing when it comes to asus mobos - usb keys can ALWAYS be booted as legacy or uefi. In boot menu you always have those two options to choose. It's different when it comes to HDD. - by the bios' defaults they can only be booted as legacy. 3. In boot menu choose your USB key and load Clover. 4. From options below Disk selection you can simply choose an option to add UEFI entry. 5. Add the entry 6. You're good to go! As I mentioned before there are probably faster ways but this one worked for me :-) Link to comment Share on other sites More sharing options...
avidwriter123 Posted July 25, 2013 Share Posted July 25, 2013 thanks OP the procedure works perfectly Link to comment Share on other sites More sharing options...
Jcarlo Posted July 28, 2013 Share Posted July 28, 2013 Hi, I have a Acer W700 tablet (i5 3777u, 4gb ram hd400) I have been trying to install osx using clover but not success. I have tried to restore 10.8 and 10.8.4 then use the clover to create a usb installation but when I get to the clover menu screen its disoriented. The only method I was able to get to the clover menu not disoriented is a guide from surface pro but it wont boot the install, it hangs after the line that says "root device vvid or uuid then some serial numbers. Can someone lead me to a guide that will let me able to boot the install. I can however install it using [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] but I want to go to uefi, trying to do a triple boot osx/w8/android. Thanks in advanced Link to comment Share on other sites More sharing options...
Zeblade Posted October 17, 2013 Share Posted October 17, 2013 This was great thanks. So far on MSI Mpower max I got 10.9 working as long as I boot from USB (clover). Now got EFI working. I noticed the settings on the USB clover were different then the ones on Clover HD. So I go in and change them yet none are saved and still cant get the HD Clover to boot all the way where as the USB Clover boots up perfect. Forgive me if this is not the place to ask of so point me where I can ask. Link to comment Share on other sites More sharing options...
Giampy Posted December 5, 2013 Share Posted December 5, 2013 Hi, I have these two pictures about my screen Can someone help me? Link to comment Share on other sites More sharing options...
Slice Posted December 6, 2013 Share Posted December 6, 2013 Hi, I have these two pictures about my screen Can someone help me? Install OsxAptioFixDrv and delete OsxLowMemFixDxe Link to comment Share on other sites More sharing options...
Giampy Posted December 7, 2013 Share Posted December 7, 2013 Thanks Now it works A question: Where i have to put my kext , because my audio and mouse pad dont work Before clover , when i used usb to boot, i can put battery, voodoo in S/L/E and i can see the new drivers work But now? I had try in EFI/CLOVER/KEXT/10.9 but nothing change Probably i have to work on config.plist too but i dont know how Link to comment Share on other sites More sharing options...
Giampy Posted December 8, 2013 Share Posted December 8, 2013 I saved two file about kextstat one booting with usb bootloader then select hdd and one booting with clover they are little different for ex. with clover I dont see voodoohda so i think there is something to set in config.plist to say to load sle Link to comment Share on other sites More sharing options...
Slice Posted December 8, 2013 Share Posted December 8, 2013 I saved two file about kextstat one booting with usb bootloader then select hdd and one booting with clover they are little different for ex. with clover I dont see voodoohda so i think there is something to set in config.plist to say to load sle <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>NoCaches</key> <false/> </dict> Link to comment Share on other sites More sharing options...
Giampy Posted December 8, 2013 Share Posted December 8, 2013 Ok thanks Do you know how make my atheros AR5B125 works? Link to comment Share on other sites More sharing options...
Slice Posted December 8, 2013 Share Posted December 8, 2013 Ok thanks Do you know how make my atheros AR5B125 works? Google? 2 Link to comment Share on other sites More sharing options...
anak17thn Posted January 15, 2014 Share Posted January 15, 2014 i have problem using clover on uefi lenovo b490,it can't booting from HDD laptop but from USB it canhttps://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn2/v/1558776_659006794143306_576785130_n.jpg?oh=b9692b7f16e5729adce58f10575df2a5&oe=52D69541&__gda__=1389813933_425a6dfcc99b1a2f3053eba5110ac2f0 Link to comment Share on other sites More sharing options...
Philip Petev Posted January 15, 2014 Share Posted January 15, 2014 i have problem using clover on uefi lenovo b490,it can't booting from HDD laptop but from USB it can https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn2/v/1558776_659006794143306_576785130_n.jpg?oh=b9692b7f16e5729adce58f10575df2a5&oe=52D69541&__gda__=1389813933_425a6dfcc99b1a2f3053eba5110ac2f0 Looks like DSDT-related problem. Do you use your own patched DSDT or downloaded from anywhere? Link to comment Share on other sites More sharing options...
anak17thn Posted January 15, 2014 Share Posted January 15, 2014 Looks like DSDT-related problem. Do you use your own patched DSDT or downloaded from anywhere? I did not use DSDT, please help me Link to comment Share on other sites More sharing options...
Slice Posted January 16, 2014 Share Posted January 16, 2014 I did not use DSDT, please help me Hackintoshes never work without DSDT. Link to comment Share on other sites More sharing options...
liwenjing Posted April 4, 2014 Share Posted April 4, 2014 I'm sorry but where i can download "Clover_Package.zip," 4.)Now download the Clover_Package.zip, if not done already. After extraction, you will have a folder called EFI, copy the folder with all the contents to the EFI partition. Link to comment Share on other sites More sharing options...
Slice Posted April 5, 2014 Share Posted April 5, 2014 I'm sorry but where i can download "Clover_Package.zip," http://sourceforge.net/projects/cloverefiboot/files/ 1 Link to comment Share on other sites More sharing options...
Recommended Posts