Contribute
Register

How To Install OS X Yosemite Using Clover

I am having similar issues with the install not booting. I followed the guide exactly (or at least i think I did by triple checking all the options) -- H77n-wifi board w/ GTX 650 TI video card using the nvidia config file. I get a bunch of errors with regard to AppleUSBEHCI unable to obtain ownership and then a missing bluetooth controller transport (see attached files).

~10s after the missing bluetooth controller message happens the screen gets weird like the picture and that stop sign like icon appears. Any ideas?

in my case… i solve the stop sign with below :

<key>USB</key>
<dict>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>
 
in my case… i solve the stop sign with below :

<key>USB</key>
<dict>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>
Thanks! That stopped the "do not enter" sign but screen stays black. Is the above modification only for the config file on the EFI partition... or for both config files?
 
This has already been asked and answered in this thread. Please read thru the thread before asking questions as you may find your answers first. SmUUID should not change as you are hard coding it from in the SMBIOS & Rt Variables from the iMessage debug output. :thumbup:

Post #166

Sorry, I missed the first answer, but there are many pages in this thread :thumbup:

The only way I could make my HD boot seems to be, to let Clover boot-loader install itself into UEFI bios. It injects a new SmUUID key (OEM), thats why it changes. (MB: ASRock Z68 Extreme 4)
What can I do, any suggestion?
 
Hello:)
Hum, I try to fix a strange problem after a Clover Yosemite clean install with a Mavericks migration account and apps.
Everytime I want to copy a file, It freeze, reboot and saying in log window:

*** Panic Report ***
panic(cpu 4 caller 0xffffff80003b6188): "vm_map_delete(0xffffff80096c3c30,0xffffff8324e51000,0xffffff8324e7e000): " "mismatched entry 0xffffff803f998670 [0xffffff8324e51000:0xffffff8324e7f000]\n"@/SourceCache/xnu/xnu-2782.1.97/osfmk/vm/vm_map.c:5622
Backtrace (CPU 4), Frame : Return Address
0xffffff838e4e3bd0 : 0xffffff800033a811
0xffffff838e4e3c50 : 0xffffff80003b6188
0xffffff838e4e3d60 : 0xffffff80003acd2c
0xffffff838e4e3d90 : 0xffffff80003a9013
0xffffff838e4e3dc0 : 0xffffff80003431ba
0xffffff838e4e3de0 : 0xffffff80008a2486
0xffffff838e4e3e00 : 0xffffff7f80dfb1f1
0xffffff838e4e3e20 : 0xffffff7f80df6a15
0xffffff838e4e3e50 : 0xffffff7f80d3105c
0xffffff838e4e3e70 : 0xffffff7f80d2e851
0xffffff838e4e3ea0 : 0xffffff80008db3cd
0xffffff838e4e3f00 : 0xffffff800036be13
0xffffff838e4e3fb0 : 0xffffff80004192c7
Kernel Extensions in backtrace:
com.apple.iokit.IOAudioFamily(200.6)[2ED56C8A-6B84-3B50-9B0A-67EEB8EF3FE3]@0xffffff7f80d2a000->0xffffff7f80d60fff
dependency: com.apple.vecLib.kext(1.2.0)[BBD5DF5B-D295-3151-ABBE-1EDF8A5EF556]@0xffffff7f80cb3000
com.mhlabs.driver.MobileIOAudioDriver.10.9(5.4d227)[00000000-0000-0000-0000-000000000000]@0xffffff7f80de5000->0xffffff7f80e0efff
dependency: com.apple.iokit.IOAudioFamily(200.6)[2ED56C8A-6B84-3B50-9B0A-67EEB8EF3FE3]@0xffffff7f80d2a000
dependency: com.apple.iokit.IOFireWireFamily(4.5.6)[F0A2539C-E95C-37C3-A761-939877B9E6AB]@0xffffff7f80d61000


BSD process name corresponding to current thread: kernel_task
Boot args: dart=0 kext-dev-mode=1 slide=0

I'm not as tech as you so do you have any ideas?
 
Thanks! That stopped the "do not enter" sign but screen stays black. Is the above modification only for the config file on the EFI partition... or for both config files?

put nv_disable=1 in the boot argument
after installing yosemite, replace nv_disable=1 with nvda_drv=1
 
I am on Step 21 and this guide says to "Navigate to /EFI/CLOVER/kexts/10.10/". My folder only shows 10.9. Can anyone help me on why my EFI is not loading a 10.10 folder?
 
I am on Step 21 and this guide says to "Navigate to /EFI/CLOVER/kexts/10.10/". My folder only shows 10.9. Can anyone help me on why my EFI is not loading a 10.10 folder?

You need to manually create a 10.10 folder.
 
Hello,

I'm trying to boot into the installer, but it hangs at the apple logo about 1/3 of the way.

In verbose, it stops at:

Ethernet [AppleIntelI210]: Link up on em0 bla bla bla
0, 0xd AppleIntelI210::setLinkStatus - active

My motherboard is an Asus P9D WS.

See attached screengrab of the verbose output.

FullSizeRender.jpg
 
That was going to be my last resort to create my own 10.10 folder. Thanks for the quick reply ManHands.
 
I am trying to do a clean install of Yosemite and at the end of the Install I get the message:

"This copy of the Install OS X Yosemite application can't be verified. It may have been corrupted or tampered with during downloading."​

I've downloaded Yosemite from the App Store several times and recreated my clover USB each time and keep getting this same message. Is there a solution for this?
 
Back
Top