Contribute
Register

Razer Blade 14 2014 Hackintosh!

Status
Not open for further replies.
Try with/without GenericUSBXHCI.kext.

Remove GPUSensors.kext from FakeSMC Plugins.

Done, same problem.. now working on linux live usb...

From where did you download OS X? What version?

OS X 10.10.3 Yosemite from Apple Store on my VMware virtual machine..
 
Create USB on real hardware, not VM.

What are the problems associated with creating a pendrive be it unibeast or otherwise, using a virtual machine?

So far I got Mavericks working partially (only 720p on an 1800p screen, and no wifi due to an intel wireless card), and doing the exact same thing on a yosemite boot usb did not yield any results.

I would really like to get Yosemite working, but so far the problems associated with the high dpi screen and the hd4600 are removing the one part of OS X that I really want (good high dpi scaling)...
 
What are the problems associated with creating a pendrive be it unibeast or otherwise, using a virtual machine?

USB is unreliable on VM.

So far I got Mavericks working partially (only 720p on an 1800p screen, and no wifi due to an intel wireless card), and doing the exact same thing on a yosemite boot usb did nto yield any results.

UHD is covered in the FAQ: http://www.tonymacx86.com/yosemite-...faq-read-first-laptop-frequent-questions.html
 

I've gotten most of the way to getting a usable install, however the graphics acceleration has become a bit of an annoyance.

The commonly refered pages for patching the iokit like:
http://www.tonymacx86.com/laptop-compatibility/159493-dell-precision-m3800-2015-edition-2.html
and
http://www.tonymacx86.com/yosemite-laptop-guides/144351-guide-dell-xps-9530-using-clover-uefi.html

are not really working for me. All the steps work, and the patching process goes as planned, but they just dont have any effect after they are placed in the acpi folder.

Everything else like bios settings (DVMT-prealloc) are set to what they should be at.

on a side note, I can only boot if I use "cpus=1", and the touchpad isnt working, even after trying multiple kexts

Any help would be appreciated.
 
I've gotten most of the way to getting a usable install, however the graphics acceleration has become a bit of an annoyance.

The commonly refered pages for patching the iokit like:
http://www.tonymacx86.com/laptop-compatibility/159493-dell-precision-m3800-2015-edition-2.html
and
http://www.tonymacx86.com/yosemite-laptop-guides/144351-guide-dell-xps-9530-using-clover-uefi.html

are not really working for me. All the steps work, and the patching process goes as planned, but they just dont have any effect after they are placed in the acpi folder.

Everything else like bios settings (DVMT-prealloc) are set to what they should be at.

on a side note, I can only boot if I use "cpus=1", and the touchpad isnt working, even after trying multiple kexts

Any help would be appreciated.

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.
 
Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.

Files are attached below.

I have never got as far as this before on previous chimera/ clover installs, so forgive my noobeiness...
 

Attachments

  • CLOVER.zip
    2.4 MB · Views: 89
  • ioreg.ioreg
    5.9 MB · Views: 163
  • dsdt:ssdt.zip
    49.8 KB · Views: 108
Files are attached below.

I have never got as far as this before on previous chimera/ clover installs, so forgive my noobeiness...

Lot of problems/mistakes...

Nvidia drivers are loading, causing conflict with Intel drivers.

Your config.plist is corrupt, therefore ignored by Clover.

Refer to guide for valid config.plist files: http://www.tonymacx86.com/yosemite-...de-booting-os-x-installer-laptops-clover.html

Always edit config.plist with a plist editor, never text editor.
 
Lot of problems/mistakes...

Nvidia drivers are loading, causing conflict with Intel drivers.

Your config.plist is corrupt, therefore ignored by Clover.

Refer to guide for valid config.plist files: http://www.tonymacx86.com/yosemite-...de-booting-os-x-installer-laptops-clover.html

Always edit config.plist with a plist editor, never text editor.

Are there ay issues with the patched dsdt's? as gpu acceleration is still not active even with a config.plist made for the hd4600.

Also I can't seem to boot unless I use "cpus=1", so is that a power management issue?
 
Status
Not open for further replies.
Back
Top