Contribute
Register

[Guide] GA-H87N-WIFI: UniBeast/Yosemite to Clover/El Capitan

Status
Not open for further replies.
Joined
Sep 1, 2014
Messages
2,944
Motherboard
GA-H87N-WIFI
CPU
i7-4790S
Graphics
GT 740
Mac
  1. MacBook Pro
  2. Mac mini
Mobile Phone
  1. iOS
GA-H87N-WIFI: UniBeast/Yosemite to Clover/El Capitan
This guide assumes you have an existing Yosemite install using UniBeast. If you are installing from scratch, see this guide instead.

My Configuration:
  • GA-H87N-WIFI with BIOS F5
  • Haswell refresh Core i7-4790S
  • 2x 8 GB DDR3-1600
  • Samsung SSD, separate HDD for storage
  • GeForce GT 740 (natively supported)
  • BCM94352HMB half mini PCI-E wireless/bluetooth, replacing the Intel wireless card the board shipped with

In Yosemite:
  • Boot loader: Chimera
  • System definition: MacPro3,1
  • iMessage: not configured (trouble getting FileNVRAM working)
  • Working: Ethernet, Airport, Bluetooth, Sound, USB3, Sleep/Wake
  • CPU Idle: 0.8 GHz
  • Unigine Heaven: FPS 14.0, Score 352 (rendering 1920x1080 at 4K resolution)

In El Capitan:
  • Boot loader: Clover
  • System definition: iMac14,1
  • iMessage: configured
  • Working: Ethernet, Airport, Bluetooth, Sound, USB3, Sleep/Wake
  • CPU Idle: 0.8 GHz
  • Unigine Heaven: FPS 14.0, Score 352 (rendering 1920x1080 at 4K resolution)


BIOS Settings (Sanity Check)
  • Press DEL during boot to access BIOS
  • In BIOS Features:
    • Fast Boot: Disabled
    • Intel TXT(LT) Support: Disabled
    • VT-d: Disabled
    • Windows 8 Features: Other OS
    • Boot Mode Selection: UEFI & Legacy
    • LAN PXE Boot Option ROM: Disabled
  • In Peripherals:
    • Initial Display Output: PCIe 1 Slot (if graphics card installed)
    • XHCI Mode: Smart Auto
    • XHCI Hand-off: Enabled
    • EHCI Hand-off: Enabled


Get El Capitan
  1. Open Mac App Store
  2. Log in with your Apple ID
  3. Download OS X El Capitan
  4. When the download finishes and the setup screen appears, Quit the app from the menu bar. You should now see the application /Applications/Install OS X El Capitan.app


Other Things to Download


Switch Boot Loader to Clover for the Yosemite Installation
  1. Unzip the Clover package you downloaded
  2. Run the Clover_version.pkg program that was just extracted
  3. Hit Continue on the version/credits screen
  4. Hit Continue on the Important Information screen
  5. Choose your Yosemite system drive and hit Continue
  6. Hit Customize
  7. Select Install for UEFI booting only (and make sure Install Clover in the ESP is also selected)
  8. Under Driver64UEFI, select EmuVariableUefi-64, OsxAptioFixDrv-64, and PartitionDxe-64
  9. Select Install RC scripts on target volume
  10. Hit Install, enter your password if prompted, and let the installation complete
  11. The Clover installation should have left a new drive mounted on your system called EFI
  12. Navigate to EFI/EFI/CLOVER/kexts/
  13. Delete all the numbered directories, leaving only Other
  14. Unzip and copy the FakeSMC.kext you downloaded into Other/
    • Similarly, if you want working Ethernet before the system fully boots, copy either or both of AppleIntelE1000e.kext (the Ethernet port closest to audio jacks on the GA-H87N-WIFI) and ALXEthernet.kext (the Ethernet port closest to the built-in video jacks on the GA-H87N-WIFI) to Other/
    • Even if you see it mentioned in other guides, do not copy NullCPUPowerManagement.kext onto the drive (instead we will set up functional CPU power management)
  15. Navigate to EFI/EFI/CLOVER/drivers64UEFI/
  16. Remove VBoxHfs-64.efi and copy in the HFSPlus.efi that you downloaded
  17. Set up config.plist (the Clover configuration file)
    • Edit the config.plist that you downloaded. Search for MacHDD and replace it with the name of your Yosemite system drive. This is required for it to boot into the OS after a few seconds without waiting indefinitely for your input. Save config.plist.
    • If you don’t care about iCloud/iMessage/etc. then copy config.plist to EFI/EFI/CLOVER/ now
    • Otherwise if you do want iCloud/iMessage/etc., then you must further customize config.plist. For more details on this process see How to Fix iMessage.
      1. Unzip and run Clover Configurator. (If it ever prompts you to mount an EFI partition, you can safely say no.)
      2. Select File/Open from the menu then select your config.plist file
      3. Go to SMBIOS on the left
      4. Click the "magic wand" icon
      5. Select the iMac image (currently leftmost)
      6. Select iMac (14,1)
      7. Click shake next to Week of Manufacture a few times and shake next to Unit Number a few times
      8. Copy down the Serial Number that’s generated
      9. Exit Clover Configurator
      10. Edit config.plist
      11. Search for <key>SerialNumber</key> and replace the serial number on the next line with your modified serial number
        Code:
        <key>SerialNumber</key>
        <string>C02K1234F8J3</string>
      12. Search for <key>MLB</key> and replace the value on the next line with your modified 12-character serial number followed by 5 random alphanumeric characters (17 characters total).
        Code:
        <key>MLB</key>
        <string>C02K1234F8J312345</string>
      13. Save config.plist and then copy it to EFI/EFI/CLOVER/, overwriting the default one that’s in there.


Test Clover Installation
  1. Right click on the EFI drive in Finder, and select Eject "EFI"
  2. Reboot
  3. You should see a Clover menu with one or two options: Boot Mac OS X from YourDriveName and possibly Boot Recovery from Recovery HD
  4. You can select between them with the arrow keys, or use the mouse
  5. Select Boot Mac OS X from YourDriveName (move to it and hit Enter or double-click)
  6. Check that the all of the following are working:
    • Ethernet ports
    • Sound
    • USB3 (if you have a USB3 device available)
    • Wireless/Bluetooth (if something other than the default Intel card installed)
  7. If anything isn't working, stop here and troubleshoot before moving on to install El Capitan


Install El Capitan
Note: the speed of this installation process is not a reflection on the speed or quality of your hardware. It’s just going to take a while.
  1. Run /Applications/Install OS X El Capitan
  2. Hit Continue
  3. If it complains about a current backup, either stop and create one, or hit Continue
  4. On the license screen, hit Agree and then on the popup, Agree
  5. It should have selected your system disk to install to, but if not, select it. Hit Install.
  6. The initial stage of the installation will go quickly and then the machine will restart
  7. Your Clover menu should now have more options: Boot Mac OS X from YourDriveName, Boot OS X Install from YourDriveName, and possibly Boot Recovery from Recovery HD. Choose Boot OS X Install from YourDriveName.
    • If you miss the reboot and it goes automatically back into Yosemite, just reboot and select the Boot OS X Install... option.
  8. You should see the apple logo and a slow progress bar as the installer loads.
  9. The screen will go black and then white and then black again and a new progress bar will start.
    • If it freezes on the white screen with a beach ball, you probably do not have FakeSMC.kext in the right place on your EFI drive. Make sure it's in EFI/CLOVER/kexts/Other/ and all the numbered directories under kexts/ are gone.
  10. Eventually a graphical "OS X" screen should appear, with another progress bar and a time estimate.
  11. At the end of that progress bar, it will reboot again, though if you’re not watching and you have set your startup disk name correctly in config.plist it may automatically boot to the new install and you may just see the login screen. If you’re at the Clover boot screen, select Boot Mac OS X from YourDiskName and you should get to the login screen.
  12. After logging in, you may get prompted to sign in with an Apple ID. If you have not done the iCloud/iMessage setup above, you may not want to sign in with an Apple ID yet.
    • If the system reboots the moment you log in, try booting in Safe Mode in order to get through the setup screen and go on to the next step (clearing old kexts)
  13. After the setup, you should end up at the desktop. Congratulations! But your hardware probably isn't all working yet, so stick with me for a little longer.


Clear Outdated Kexts
Depending on how you installed with MultiBeast and what kexts you might have installed to get various hardware working before, you may have a number of outdated kexts installed. Some of them may cause problems in El Capitan. These kexts are located in /System/Library/Extensions/

While this may not be strictly necessary, I find it safest to remove all the old kexts and install current versions of the ones I need.

The one you are almost sure to have is an older version of FakeSMC.kext. I also had Ethernet, wireless and bluetooth drivers, and the bluetooth one at least is known to be incompatible with El Capitan. Finally, I had a third-party AHCI driver which is not necessary for this board. (I originally had a Yosemite audio driver, but it was overwritten during the upgrade.)

To inventory the kexts you've added, you can delete FakeSMC and rebuild the kext cache, which as a side effect will list the rest of the custom kexts for your review. Open Terminal and run these commands:
Code:
sudo rm -rf /System/Library/Extensions/FakeSMC.kext
sudo touch /System/Library/Extensions/ && sudo kextcache -Boot -U /

In the output of that last command you should see a number of lines reading kext-dev-mode allowing invalid signature ... for kext SomeName.kext Just note the names of the kexts in those lines.

Unless you're sure that each of those is both current and compatible with El Capitan, it may be best to delete it (either with a similar sudo rm -rf /System/Library/Extensions/SomeName.kext command or in Finder). We will install curent versions for all the hardware on the board later. When you're finished, run the last line above again (sudo touch ...). This time it should omit any of the kexts you've removed. I kept going until it didn't list any exceptions.

When that list has been trimmed down to only the known compatible kexts, reboot. In the next step, we'll install current versions of the needed hardware drivers to get the system running properly again.


Final Hardware Setup
At this point, if you installed network kexts to the EFI partition (or you have working kexts from your Yosemite installation) at least one of your Ethernet ports should work. If you look in System Preferences / Network, you should see an Ethernet entry and it should be green if the network is hooked up properly.

The sound card outputs will not work, and one or both of your Ethernet ports may not work if you didn't install the kexts to the EFI partition. Finally, CPU power saving is not fully configured, which may cause problems with the heat level and/or sleep mode. To fix these:
  1. Unzip the following kexts (downloaded earlier) and move the resulting files to the Desktop: AppleIntelE1000e.kext and ALXEthernet.kext
  2. If using the suggested wireless card above, also extract four more kexts:
    • Unzip RehabMan-FakePCIID.zip and copy FakePCIID.kext and FakePCIID_BCM94352Z_as_BCM9436OCS2.kext from the Release/ directory to the Desktop
    • Unzip RehabMan-BrcmPatchRam.zip and copy BcrmPatchRAM2.kext and BrcmFirmwareRepo.kext from the Release/ directory to the Desktop
  3. Unzip the KextBeast application you copied from the postinstall directory of the USB stick earlier. Run the resulting application. When it finishes, restart.
  4. Both Ethernet ports should be working now. If you have the recommended wireless card installed, wireless should be working too. Make sure you have Internet access before proceeding.
  5. Delete all the .kext files remaining on the Desktop.
  6. Unzip the audio_cloverALC-110.command.zip you copied from the postinstall directory of the USB stick
  7. Mount the EFI partition of your hard drive with a command like this (you can use diskutil list to confirm the correct identifier of the EFI partition):
    Code:
    mkdir /Volumes/EFI && sudo mount_msdos /dev/disk0s1 /Volumes/EFI
  8. Double-click the audio-cloverALX-110.command file in Finder. When prompted, answer:
    • Confirm Realtek ALC892 (y/n): y
    • Enable HD4600 HDMI audio (y/n): n (I'm not using the built-in HD4600 GPU)
    • Clover Audio ID Injection (y/n): y
    • Use Audio ID: 1 (y/n): y
  9. The script will then download and install audio drivers.
  10. When it finishes, restart. After the restart, your audio jacks should be working. In System Preferences / Sound you can turn on the volume control in the menu bar. If you have speakers or headphones handy, try playing a song in iTunes to be sure.
  11. Open Terminal. Go to the ssdtPRGen.sh page and run the "curl" and "chmod" commands at the top of the instructions on that page. This will install the ssdtPRGen.sh script.
  12. Run the script using the following command. Answer n to both prompts when it runs.
    Code:
    ~/ssdtPRGen.sh
  13. Mount your EFI partition, something like:
    Code:
    mkdir /Volumes/EFI && sudo mount_msdos /dev/disk0s1 /Volumes/EFI
  14. Still in terminal, run
    Code:
    open ~/Library/ssdtPRGen
  15. Copy the SSDT.aml file in the Finder window that just opened to EFI/EFI/CLOVER/ACPI/patched/
  16. GA-H87N-WIFI ONLY: Copy this View attachment DSDT.aml file to EFI/EFI/CLOVER/ACPI/patched/ It includes a few fixes, such as increasing the power available to the USB ports for charging devices and enabling USB3 on the rear ports. (Other boards would need a different DSDT file.)
  17. Right-click the EFI drive in Finder and select Eject "EFI"
  18. Reboot one last time
  19. If your machine reboots upon waking, but only after it has been sleeping for several hours ("standby" mode), try running the following terminal command to restrict it to regular "sleep" instead of allowing standby:
    Code:
    sudo pmset -a standby 0 && sudo pmset -a autopoweroff 0




That’s it! Your hackintosh should be working in El Capitan. Enjoy.






Credits: tonymacx86 (original Clover installation procedure)
Audio script from toleda
Wireless kexts from RehabMan (wireless and bluetooth), Bluetooth handoff enabler from lisai9093
DSDT patches from pjalm
 
Last edited:
Thanks for this great manual - is this manual will work with GA-H87M-HD3 MOBO?

Also i'm with naked machine - to use this guide i need to start with UniBeast Yosemite Installation Process? (Any Advise for this installation with my MOBO?)

Here is the products comparison :

more_arrow2.gif
Product Comparison Results: 2 items




[TR="bgcolor: #EEEEEE"] [TR="bgcolor: #EEEEEE"] [TR="bgcolor: #EEEEEE"] [TR="bgcolor: #EEEEEE"] [TR="bgcolor: #EEEEEE"] [TR="bgcolor: #EEEEEE"] [TR="bgcolor: #EEEEEE"]
Print
Email To
result-icon_del.png
GA-H87M-HD3 (rev. 1.x)
result-icon_del.png
GA-H87N-WIFI (rev. 2.0)
CPU
  1. Support for Intel[SUP]®[/SUP] Core™ i7 processors/Intel[SUP]®[/SUP] Core™ i5 processors/Intel[SUP]®[/SUP] Core™ i3 processors/Intel[SUP]®[/SUP] Pentium[SUP]®[/SUP]processors/Intel[SUP]®[/SUP] Celeron[SUP]®[/SUP]processors in the LGA1150 package
  2. L3 cache varies with CPU
(Please refer "CPU Support List" for more information.)
  1. Support for Intel[SUP]®[/SUP] Core™ i7 processors/Intel[SUP]®[/SUP] Core™ i5 processors/Intel[SUP]®[/SUP] Core™ i3 processors/Intel[SUP]®[/SUP] Pentium[SUP]®[/SUP]processors/Intel[SUP]®[/SUP] Celeron[SUP]®[/SUP]processors in the LGA1150 package
  2. L3 cache varies with CPU
(Please refer "CPU Support List" for more information.)
Socket Socket 1150 Socket 1150
Chipset
  1. Intel[SUP]®[/SUP] H87 Express Chipset
  1. Intel[SUP]®[/SUP] H87 Express Chipset
Memory
  1. 2 x DDR3 DIMM sockets supporting up to 16 GB of system memory
    * Due to a Windows 32-bit operating system limitation, when more than 4 GB of physical memory is installed, the actual memory size displayed will be less than the size of the physical memory installed.
  2. Dual channel memory architecture
  3. Support for DDR3 1600/1333 MHz memory modules
  4. Support for non-ECC memory modules
  5. Support for Extreme Memory Profile (XMP) memory modules
(Please refer "Memory Support List" for more information.)
  1. 2 x DDR3 DIMM sockets supporting up to 16 GB of system memory
    * Due to a Windows 32-bit operating system limitation, when more than 4 GB of physical memory is installed, the actual memory size displayed will be less than the size of the physical memory installed.
  2. Dual channel memory architecture
  3. Support for DDR3 1600/1333 MHz memory modules
  4. Support for non-ECC memory modules
  5. Support for Extreme Memory Profile (XMP) memory modules
(Please refer "Memory Support List" for more information.)
Onboard Graphics Integrated Graphics Processor - Intel[SUP]®[/SUP]HD Graphics support:
  1. 1 x D-Sub port, supporting a maximum resolution of 1920x1200@60 Hz
  2. 1 x DVI-D port, supporting a maximum resolution of 1920x1200@60 Hz
    * The DVI-D port does not support D-Sub connection by adapter.
  3. 1 x HDMI port, supporting a maximum resolution of 4096 x 2160 @ 24 Hz / 2560 x 1600 @ 60 Hz
    * Support for HDMI 1.4a version.
  4. Maximum shared memory of 1 GB
Integrated Graphics Processor - Intel[SUP]®[/SUP]HD Graphics support:
  1. 1 x DVI-I port, supporting a maximum resolution of 1920x1200
  2. 2 x HDMI ports, supporting a maximum resolution of 4096 x 2160 @ 24 Hz / 2560 x 1600 @ 60 Hz
    * Support for HDMI 1.4a version.
  3. Support for up to 3 displays at the same time
    * To set up a triple-display configuration, you must connect a D-Sub monitor using a DVI-to-D-Sub adapter.
  4. Maximum shared memory of 1 GB
Audio
  1. Realtek[SUP]®[/SUP] ALC887 codec
  2. High Definition Audio
  3. 2/4/5.1/7.1-channel
    * To configure 7.1-channel audio, you have to use an HD front panel audio module and enable the multi-channel audio feature through the audio driver.
  1. Realtek[SUP]®[/SUP] ALC892 codec
  2. High Definition Audio
  3. 2/4/5.1/7.1-channel
  4. Support for S/PDIF Out
LAN
  1. Realtek[SUP]®[/SUP] GbE LAN chip (10/100/1000 Mbit)
  1. Intel[SUP]®[/SUP] GbE LAN chip (10/100/1000 Mbit)(LAN1)
  2. Atheros[SUP]®[/SUP] GbE LAN chip (10/100/1000 Mbit)(LAN2)
    * Teaming is not supported.
Expansion Slots
  1. 1 x PCI Express x16 slot, running at x16
    (The PCI Express x16 slot conforms to PCI Express 3.0 standard.)
  2. 2 x PCI Express x1 slots
    (The PCI Express x1 slot conforms to PCI Express 2.0 standard.)
  3. 1 x PCI slot
  1. 1 x PCI Express x16 slot, running at x16
    (The PCIEX16 slot conforms to PCI Express 3.0 standard.)
  2. 1 x mini-PCI Express slot for the wireless communication module
Storage Interface Chipset:
  1. 6 x SATA 6Gb/s connectors supporting up to 6 SATA 6Gb/s devices
  2. Support for RAID 0, RAID 1, RAID 5, and RAID 10
Chipset:
  1. 4 x SATA 6Gb/s connectors
  2. Support for RAID 0, RAID 1, RAID 5, and RAID 10
USB Chipset:
  1. Up to 6 USB 3.0/2.0 ports (4 ports on the back panels, 2 ports available through the internal USB header)
  2. Up to 6 USB 2.0/1.1 ports (2 ports on the back panel, 4 ports available through the internal USB headers)
Chipset:
  1. 4 x USB 2.0/1.1 ports (2 ports on the back panel, 2 ports available through the internal USB header)
  2. 6 x USB 3.0/2.0 ports (4 ports on the back panel, 2 ports available through the internal USB header)
Internal I/O Connectors
  1. 1 x 24-pin ATX main power connector
  2. 1 x 8-pin ATX 12V power connector
  3. 6 x SATA 6Gb/s connectors
  4. 1 x CPU fan header
  5. 1 x system fan header
  6. 1 x front panel header
  7. 1 x front panel audio header
  8. 1 x USB 3.0/2.0 header
  9. 2 x USB 2.0/1.1 headers
  10. 1 x serial port header
  11. 1 x parallel port header
  12. 1 x Clear CMOS jumper
  1. 1 x 24-pin ATX main power connector
  2. 1 x 4-pin ATX 12V power connector
  3. 4 x SATA 6Gb/s connectors
  4. 1 x CPU fan header
  5. 1 x system fan header
  6. 1 x front panel header
  7. 1 x front panel audio header
  8. 1 x USB 3.0/2.0 header
  9. 1 x USB 2.0/1.1 header
  10. 1 x serial port header
  11. 1 x S/PDIF Out header
  12. 1 x Clear CMOS jumper
Back Panel Connectors
  1. 1 x PS/2 keyboard/mouse port
  2. 1 x D-Sub port
  3. 1 x DVI-D port
  4. 1 x HDMI port
  5. 4 x USB 3.0/2.0 ports
  6. 2 x USB 2.0/1.1 ports
  7. 1 x RJ-45 port
  8. 3 x audio jacks (Line In/Line Out/Microphone)
  1. 1 x PS/2 keyboard/mouse port
  2. 2 x HDMI ports
  3. 2 x antenna connectors
  4. 1 x DVI-I port
  5. 4 x USB 3.0/2.0 ports
  6. 2 x USB 2.0/1.1 ports
  7. 2 x RJ-45 ports
  8. 1 x optical S/PDIF Out connector
  9. 5 x audio jacks (Center/Subwoofer Speaker Out, Rear Speaker Out, Line In, Line Out, Mic In)
Form Factor
  1. Micro ATX Form Factor; 24.4cm x 17.4cm
  1. Mini-ITX Form Factor; 17.0cm x 17.0cm


 
Thanks for this great manual - is this manual will work with GA-H87M-HD3 MOBO?

Also i'm with naked machine - to use this guide i need to start with UniBeast Yosemite Installation Process? (Any Advise for this installation with my MOBO?)

This one is only if you're starting from an existing Unibeast installation. If you're starting from scratch, you should use the install El Capitan with Clover guide for this board instead.

It looks like the main difference for the GA-H87M-HD3 board is that is uses a Realtek Ethernet chip. Sp instead of the AppleIntelE1000e.kext or ALXEthernet.kext, you'll need a Realtek network driver. I'm not sure what the best one to use it, but I'd try the one here first.
 
fyi:


This guide allowed my GA-Z87N-WIFI hack to (finally) upgrade from a Yosemite Clover install. I didn't have to follow all instructions, of course, I only followed the minimal instructions to allow an update from the App store download including PB GM 10.11.1:


  1. Under Driver64UEFI, select EmuVariableUefi-64, OsxAptioFixDrv2-64 (clover 3270), and PartitionDxe-64
and

  1. Navigate to EFI/EFI/CLOVER/drivers64UEFI/
  2. Remove VBoxHfs-64.efi and copy in the HFSPlus.efi that you downloaded

(these changes were all accomplished before running the app store upgrade)

However, for some reason, I had to follow these steps for a fully functioning system with an NVIDIA GeForce GTX 970 4095 FTW to avoid graphical glitches, etc. upon reboot:

boot with nv_disable=1

install a modified AppleGraphicsControl kext

remove nv_disable=1 and reboot.

Finally full function.


edit: I believe this is the change which was made to AGC.kext:

Edit the AppleGraphicsControl.kext and burrow down to /Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist

> IOKitPersonalities
> AppleGraphicsDevicePolicy
> ConfigMap
FA842E06C61E91C5 change from Config 2 to none.

Save changes and reinstall kext with Kext Utility. Reboot.

also, using Clover Configurator -> Rt Variables -> I set "CsrActiveConfig" to "0x3"
 
I've done everything you wrote in your manual Aldo i have the GA-H87M-HD3 and everything is working great now!!!! many thanks
the only thing i changed is to ignore the Network settings you did.
I have sound \ Sleep and network working great also the imassage and FaceTime.
The only thing i don't now how to check is the USB 3 part - is there special way?
also when the final version will get out - it is simple update?

thanks
 
Glad to hear it's working for you all!

The only thing i don't now how to check is the USB 3 part - is there special way?
also when the final version will get out - it is simple update?

The easy way to check USB is to hit "About This Mac" from the top-left Apple menu, then System Report, and then go to the USB listing. Any USB devices you have (keyboard, mouse, USB stick, whatever) should show up under USB 3.0 Bus, even if they're USB 2 devices.

The only ways to be 100% sure are to attach a USB 3 device (e.g. a drive or stick) and then open the USB list again as above and look for the "Speed" shown for the USB 3 device (should be 5Gb/sec), or to just run some kind of benchmark or speed test if you know how it performs under USB 2 vs. 3. I have a USB 3 2.5" drive enclosure that I temporarily put a SSD in just to run the Blackmagic Disk Speed Test for the purpose.

Finally, I'm not sure what the update process is going to be when the final El Capitan release comes, but I sure hope it's simple.
 
Thank you so much! You have been a great help!
 
I have Yosemite OS on my computer which I have installed via uni beast and chimera.

I have followed your guide to Install El Captain. At this step "Choose Boot OS X Install from YourDriveName", When I select this option it shows apple logo with progress bar and after min it reboot to and giving me same clover option. I tried few times but it does not install new OS. it just reboot and nothing. Am I doing wrong. What should I do?

I have intel i7,4790, Nividia 970.
 
How do I enter flags (nv_disable=1) while booting from Clover? I have use Chimera before and when I hit spacebar I can get the text box to enter command but in clover...?? I know it's silly question.
 
Status
Not open for further replies.
Back
Top