Search results

Loading Google Results...
  1. gnommak

    OS X El Capitan Public Beta 3 is Now Available

    can someone try this method https://pikeralpha.wordpress.com/2015/07/28/apples-kext-signing-bypassed/ is it working in latest beta or not?
  2. gnommak

    OS X 10.10.3 Update

    Confirming. This solution working with Nvidia Black Screen. Without changing definitions.
  3. gnommak

    OS X 10.10.3 Update

    Black screen on my ASUS GTX 760 Using HD 4600 now
  4. gnommak

    Post Installation Problem GA-Z97X-UD3H

    I don't know what you install with multibeast, but you need only 3 drivers and bootloader for Z97 board on OS X 10.10.1 (or maybe 4 if you use SSD). 1. AppleIntelE1000e v3.1.0 2. ALC1150 3. FakeSMC 4. TRIM Enabler (optional, only for SSD) If you install any other drivers (without knowing...
  5. gnommak

    Question: Can you block hardware with Clover on-the-fly patching?

    I remember that users with Notebooks that use Nvidia Optimus technology have to disable nvidia video card using DSDT. In that case they can run OS X without problem. They use that method because if delete nvidia driver (simple method) video card still working in idle and sucking battery energy...
  6. gnommak

    Cannot update iWork with Clover

    Have you ever bought iWork? If it's not in Purchases list then you can't update it.
  7. gnommak

    Can't Install OS X Yosemite

    I think no. BIOS makers usually use Intel Virtualization Technology for VT-x When you enter bios press F2, and find this: http://cl.ly/image/0V0H441W2647
  8. gnommak

    Enabling vt-d in Mavericks

    There are NO VT-d in Intel i5-3570K processors!!! VT-d is not the same thing as VT-x. I believe that you're getting the two of them mixed up. VT-d using for direct PCI passthrough. It means that virtual machine have control of some devices directly. Personally i newer heard that WMware Fusion...
  9. gnommak

    Yosemite & TRIM (Clover)

    All two values are correct! Here is the third: <dict> <key>Comment</key> <string>TRIM Enabler</string> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Find</key> <data>QVBQTEUgU1NEAFQ=</data> <key>Replace</key> <data>AAAAAAAAAAAAAFQ=</data>...
  10. gnommak

    Goes to sleep, wakes up at Clover boot?

    Have you raised voltage on CPU System Agent? On GA bords it cause reset sometimes. If not, than it could be PSU.
  11. gnommak

    How to set up clover to autobot to os x partition?

    Hmmm.... fusion drive, never used it :) Can you see drive name (Macintosh HD) in Clover boot menu? If yes, then you can use boot drive name. And try not to use Clover Configurator. That App have more bugs then anthill :) Download Xcode it will help editing config.plist
  12. gnommak

    How to set up clover to autobot to os x partition?

    To automatically boot OS X drive from Clover you have two options: 1. Manually set up parameters in config.plist http://cl.ly/image/0S2v1w241V3r Create string parameter "DefaultVolume" under Boot section and write drive name that you want to boot automatically also you can change boot...
  13. gnommak

    Goes to sleep, wakes up at Clover boot?

    We have to guess your build specs?
  14. gnommak

    Clean Install, fakesmc plugins not working

    Then check if you using argument kext-dev-mode=1 Then double check all permissions on all files inside FakeSMC.kext (use ls -l command in Terminal): All folder must have this permissions: drwxr-xr-x root wheel All files (like info.plist) must have this permissions: -rw-r--r-- root wheel...
  15. gnommak

    Clean Install, fakesmc plugins not working

    Strange i don't have folder "plugins" inside FakeSMC.kext CPU and GPU Sensors.kext loading from Clover kext folder and it works perfectly. http://cl.ly/image/45163M0T2v3d
  16. gnommak

    Clean Install, fakesmc plugins not working

    If it does not show then CPUSensors.kext and GPUSensors.kext not installed. Or system not loading them.
  17. gnommak

    New build, kernel panic & freeze when using both ram sticks with XMP:profile1

    Clover use UEFI (seting up as real mac EFI) to boot. Chimera use Legacy BIOS to emulate EFI. If you need config file for Clover i can give you mine.
  18. gnommak

    New build, kernel panic & freeze when using both ram sticks with XMP:profile1

    I had same problem with identical board. Freezes disappeared after i moved to clover and updated BIOS to F7.
  19. gnommak

    Chimera Probelm!

    How it works? Hard to explain :) On Legacy BIOS it works same as Chimera. On UEFI BIOS it use some kind of rEFIt and DUET bootloader fork. It can patch kexts on the fly before boot, so you don't need to make real changes to kexts, like AppleHDA for sound, or IOAHCIFamily.kext for TRIM. Clover...
  20. gnommak

    Chimera Probelm!

    I have the same board and GTX 760 (ASUS GTX760-DC2T-2GD5-SSU) graphics card. But i using Clover bootloader. I installed Clover on EFI partition. Everything works perfect. If you want Clover config file i can give you.
Back
Top