soarhevn Posted October 21, 2014 Share Posted October 21, 2014 Yosemite is up and running now on my wife's Asus Z87I-Deluxe. I used Shunu's Qlover Note to install on the USB drive, instructions on the link. First make sure you install for UEFI so you can avoid the MBR madness. It is also important that in the Graphics section that Intel injection is on, otherwise you will get a kernel panic. Initial WiFi via built in card can be had via toleda's toledaARPT.kext from here. For turning on the 5Ghz on the built-in WiFi, use the below in your Clover Config file (thanks Girl Introverted for this code). <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>10.10-Airport_BCM4352_5Ghz</string> <key>Find</key> <data> WFQAKxgsIQAg </data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data> WFQICjYcRwAK </data> </dict> </array> I was never successful getting the built-in BT working, gave up and bought an BT dongle. For the Realtek ALC1150, follow toleda's CloverALC here. Link to comment Share on other sites More sharing options...
legoxx Posted October 21, 2014 Share Posted October 21, 2014 thanks there, I'll try it in the evening and will report. have you done any other post-installation steps ([url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url])? is apple store and imessage running for you? what tool have you used for kext install? Link to comment Share on other sites More sharing options...
scott_donald Posted October 21, 2014 Share Posted October 21, 2014 i am up and running... had to use a different method to install but everything running great after using Fabio's Config... use a dongle for BT and an USB sound card to simplify things.... Link to comment Share on other sites More sharing options...
legoxx Posted October 21, 2014 Share Posted October 21, 2014 can you point me to Fabio's Config please? have you changed anything in BIOS? what bios version do you have? have you had to insert DSDT to bios? Link to comment Share on other sites More sharing options...
scott_donald Posted October 21, 2014 Share Posted October 21, 2014 can you point me to Fabio's Config please? have you changed anything in BIOS? what bios version do you have? have you had to insert DSDT to bios? bios = 1802 both DSDT and SSDT.... i got everything direct from .::Fabio::. Link to comment Share on other sites More sharing options...
s0niqu3 Posted October 21, 2014 Share Posted October 21, 2014 Yosemite is up and running now on my wife's Asus Z87I-Deluxe. I used Shunu's Qlover Note to install on the USB drive, instructions on the link. First make sure you install for UEFI so you can avoid the MBR madness. It is also important that in the Graphics section that Intel injection is on, otherwise you will get a kernel panic. Initial WiFi via built in card can be had via toleda's toledaARPT.kext from here. For turning on the 5Ghz on the built-in WiFi, use the below in your Clover Config file (thanks Girl Introverted for this code). <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>10.10-Airport_BCM4352_5Ghz</string> <key>Find</key> <data> WFQAKxgsIQAg </data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data> WFQICjYcRwAK </data> </dict> </array> I was never successful getting the built-in BT working, gave up and bought an BT dongle. For the Realtek ALC1150, follow toleda's CloverALC here. Hey, thanks for the link (girlintroverted is my blog) but the credit for the actual patch goes to skvo, and I'm actually using a slightly newer patch that I found here: http://www.insanelymac.com/forum/topic/292542-airport-pcie-half-mini/?p=2071021 You can copy/paste this into your config.plist if you want to try it instead <dict> <key>Comment</key> <string>10.10-Airport_BCM4352_5Ghz</string> <key>Find</key> <data> WFQAKxgsIQAg </data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data> VVMICjYcRwAK </data> </dict> For bluetooth you need two things, working USB 3.0 (since the BT chip is attached to the USB bus, not pcie) either with clover or custom DSDT, and elmydish's BTFirmWareUploader.kext It should show up like this in System Information and IOJones: You might also want to double check the physical seating/connection of the module (if it's removable.) I had someone comment on my blog that their BT didn't work, but for some reason the mpcie card wasn't making proper contact, and re-seating it fixed everything. Hope that helps Link to comment Share on other sites More sharing options...
legoxx Posted October 22, 2014 Share Posted October 22, 2014 both DSDT and SSDT.... i got everything direct from .::Fabio::. Can you please post a link to Fabio's? thank you Link to comment Share on other sites More sharing options...
scott_donald Posted October 22, 2014 Share Posted October 22, 2014 Can you please post a link to Fabio's? thank you can't find the original thread.... PM him he was awesome help to me... Link to comment Share on other sites More sharing options...
legoxx Posted October 22, 2014 Share Posted October 22, 2014 Yosemite is up and running now on my wife's Asus Z87I-Deluxe. I used Shunu's Qlover Note to install on the USB drive, instructions on the link. First make sure you install for UEFI so you can avoid the MBR madness. It is also important that in the Graphics section that Intel injection is on, otherwise you will get a kernel panic. Initial WiFi via built in card can be had via toleda's toledaARPT.kext from here. For turning on the 5Ghz on the built-in WiFi, use the below in your Clover Config file (thanks Girl Introverted for this code). <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>10.10-Airport_BCM4352_5Ghz</string> <key>Find</key> <data> WFQAKxgsIQAg </data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data> WFQICjYcRwAK </data> </dict> </array> I was never successful getting the built-in BT working, gave up and bought an BT dongle. For the Realtek ALC1150, follow toleda's CloverALC here. Hi there, I have tried Qlover note, but run to following screen even before MAC OS installer started http://s14.postimg.org/qscazwwlt/IMG_1722.jpg any idea what can be wrong? thanks Link to comment Share on other sites More sharing options...
Fabio1971 Posted October 23, 2014 Share Posted October 23, 2014 thanks there, I'll try it in the evening and will report. have you done any other post-installation steps ([url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url])? is apple store and imessage running for you? what tool have you used for kext install? I'm working on, just missing to finish Fabio Link to comment Share on other sites More sharing options...
legoxx Posted October 23, 2014 Share Posted October 23, 2014 Hi Fabio, thank you for posting here. I have made few more steps with hackintosh but still far from end line. I have yosemite installed but without any special post-configuration. I have gave up on [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] as it just break the installation (system will hang on boot with nvidiasensors: still waiting for graphic accelerator) 1) it seems that USB's on my asus z87 deluxe are somehow funny, there is only one port that can be used for keyboard and USB stick they will not work if connected to any other port while in yosemite (but they all works fine while in windows or bios) 2) I have clover installed on USB stick (with tool from Shunu) 3) i have checked your configuration at http://www.insanelymac.com/forum/topic/295549-clover-config/?p=2014196 and found on the net all kext that you state there 4) I have copied all kext to EFI\CLOVER\Kext\10.10 and your config.plist to EFI\CLOVER\config.plist but when booting I'm not sure if kext from clover are really loaded. can you maybe create a zip with all the files that are needed for CLOVER (kext, SSDT tables, config.plist) and upload it somewhere? is there a way to see if correct kexts are loaded with CLOVER? have anybody else experienced troubles with USB ports on ASUS z87 deluxe? thank you for help it seems that all USB2.0 ports in the back works (the ones in front do not) it would be great to have a vanilla installation of yosamite on the disk and all kext replacement/injections as well as any other hackintosh modification do with clover from his directory, is such setup possible? thanks lego Link to comment Share on other sites More sharing options...
Fabio1971 Posted October 24, 2014 Share Posted October 24, 2014 Hello lego more info describe hardware bios version the config file can be used to link 10.9.5, modifications to 10.10 Fabio Link to comment Share on other sites More sharing options...
legoxx Posted October 24, 2014 Share Posted October 24, 2014 Hello lego more info describe hardware bios version the config file can be used to link 10.9.5, modifications to 10.10 Fabio HI Fabio, I'm having: - asus z87 deluxe (BIOS v1802) - i7 4770K - GIGABYTE GTX780 3GB - 16GB CL10 Hyper X Black Kingston (2x8gb) - samsung 740 EVO SSD (no other discs attached during install) I am trying to install 10.10 with clover thank you for your help lego Link to comment Share on other sites More sharing options...
Fabio1971 Posted October 24, 2014 Share Posted October 24, 2014 HI Fabio, I'm having: - asus z87 deluxe (i'll add bios version when i will be at home, but it's something around 4months old) - i7 4770K - GIGABYTE GTX780 3GB - 16GB CL10 Hyper X Black Kingston (2x8gb) - samsung 740 EVO SSD (no other discs attached during install) I am trying to install 10.10 with clover thank you for your help lego ok, let me know the bios version Fabio Link to comment Share on other sites More sharing options...
legoxx Posted October 24, 2014 Share Posted October 24, 2014 ok, let me know the bios version Fabio Hi Fabio, i have updated my post, bios version is 1802 thanks lego Link to comment Share on other sites More sharing options...
Fabio1971 Posted October 25, 2014 Share Posted October 25, 2014 Hi Fabio, i have updated my post, bios version is 1802 thanks lego Hello lego Ok, the version is fine Fabio Link to comment Share on other sites More sharing options...
joepepper Posted October 26, 2014 Share Posted October 26, 2014 Yosemite is up and running now on my wife's Asus Z87I-Deluxe. I used Shunu's Qlover Note to install on the USB drive, instructions on the link. First make sure you install for UEFI so you can avoid the MBR madness. It is also important that in the Graphics section that Intel injection is on, otherwise you will get a kernel panic. Initial WiFi via built in card can be had via toleda's toledaARPT.kext from here. For turning on the 5Ghz on the built-in WiFi, use the below in your Clover Config file (thanks Girl Introverted for this code). <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>10.10-Airport_BCM4352_5Ghz</string> <key>Find</key> <data> WFQAKxgsIQAg </data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data> WFQICjYcRwAK </data> </dict> </array> I was never successful getting the built-in BT working, gave up and bought an BT dongle. For the Realtek ALC1150, follow toleda's CloverALC here. Thanks this worked for me too. I am on maximus vi impact and have everything up and running, wifi, bluetooth (cant say if it goes full speed but it helped that at least worked so i could do bluetooth internet pass through from my phone to connect to the internet till i got wi-fi working). unfortunately i couldnt use qlover for usb instalaltion. it used to crash Link to comment Share on other sites More sharing options...
legoxx Posted October 27, 2014 Share Posted October 27, 2014 any updates here? wink wink Fabio;-) Link to comment Share on other sites More sharing options...
Fabio1971 Posted October 28, 2014 Share Posted October 28, 2014 any updates here? wink wink Fabio;-)Hello legoI'm finishing writing the Guide, patience are out for work Fabio Link to comment Share on other sites More sharing options...
Fabio1971 Posted October 28, 2014 Share Posted October 28, 2014 @ lego here : http://www.insanelymac.com/forum/topic/301993-guida-os-x-yosemite-1010-asus-z87-deluxe/ Fabio Link to comment Share on other sites More sharing options...
legoxx Posted October 29, 2014 Share Posted October 29, 2014 Hi Fabio, thanks a lot!, I will give it a try in the evening Lego Link to comment Share on other sites More sharing options...
Fabio1971 Posted October 29, 2014 Share Posted October 29, 2014 Hi Fabio, thanks a lot!, I will give it a try in the evening Lego Hello legofor problems, more here: http://www.insanelymac.com/forum/topic/301993-guida-os-x-yosemite-1010-asus-z87-deluxe/ Fabio Link to comment Share on other sites More sharing options...
legoxx Posted October 30, 2014 Share Posted October 30, 2014 Hi Fabio, I came late home yesterday evening, so I have just tried to use kext's and DSDT's and SSDT's from you guide on my current 10.10 installation (that was done with clover utility a while ago) and USB clover installation. I have a question about FakeSMC.kext. If I understand it correctly this is installed by HWSensors.pkg.zip. Should I run that pkg on target system or on my other mac? what do I select as a destination? is it an USB drive used for installation or target yosamite system? wouldn't it be possible that you attach directly Intel FakeSMC.kext that we do not have to run this utillity? Are there any major modification to your guide when using nvidia card? I will try to follow the full guide and reinstall my yosamite partition later today thank you lego Link to comment Share on other sites More sharing options...
Fabio1971 Posted October 30, 2014 Share Posted October 30, 2014 Hi Fabio, I came late home yesterday evening, so I have just tried to use kext's and DSDT's and SSDT's from you guide on my current 10.10 installation (that was done with clover utility a while ago) and USB clover installation. I have a question about FakeSMC.kext. If I understand it correctly this is installed by HWSensors.pkg.zip. Should I run that pkg on target system or on my other mac? what do I select as a destination? is it an USB drive used for installation or target yosamite system? wouldn't it be possible that you attach directly Intel FakeSMC.kext that we do not have to run this utillity? Are there any major modification to your guide when using nvidia card? I will try to follow the full guide and reinstall my yosamite partition later today thank you lego Hello legoproblems to write on my driving Fabio Link to comment Share on other sites More sharing options...
Mauzer Posted November 4, 2014 Share Posted November 4, 2014 Hey guys! Is there any hope for us with MBR and Chameleon regarding wifi and bluetooth on Z87 Deluxe? As I can see, everything is about EFI and Clover instalation, so it is pretty hard to find such informations these days for people with MBR multiboot sistems and Chameleon. Is there some Chameleon wifi code like Clover one, or anything else? Link to comment Share on other sites More sharing options...
Recommended Posts