glasgood Posted May 9, 2019 Author Share Posted May 9, 2019 15 minutes ago, nelio33 said: bios update is possible ? or is recommended to stay on F5, My hackintosh is very stable on bios version F5, so I'm staying with F5 for the foreseeable future. I don't think updating to latest bios will break anything, especially if you are not using DSDT. Link to comment Share on other sites More sharing options...
nelio33 Posted May 9, 2019 Share Posted May 9, 2019 33 minutes ago, glasgood said: My hackintosh is very stable on bios version F5, so I'm staying with F5 for the foreseeable future. I don't think updating to latest bios will break anything, especially if you are not using DSDT. I will stay on F5 like the master ... i have two ssd one mac other windows but when i boot on windows mac disk is unounted is ok ...but when i boot on mac windows disk is auto mounted and named untiled by mac i eject it manually i dont find option to disable it. Link to comment Share on other sites More sharing options...
glasgood Posted May 9, 2019 Author Share Posted May 9, 2019 (edited) 1 hour ago, nelio33 said: I will stay on F5 like the master ... i have two ssd one mac other windows but when i boot on windows mac disk is unounted is ok ...but when i boot on mac windows disk is auto mounted and named untiled by mac i eject it manually i dont find option to disable it. You can automatically unmount Untitled Windows Volume. Using Apple Script below: tell application "Terminal" do shell script "d=\"/Volumes/Untitled\"; if [ -d \"$d\" ]; then diskutil eject $d; fi" end tell Compile and save as Application as UnmountUntitled Then add UnmountUntitled Application to Login Items. Then when you login to macOS the volume Untitled will automatically be unmounted. Attached below is the created application UnmountUntitled.zip Edited May 9, 2019 by glasgood 2 Link to comment Share on other sites More sharing options...
Hifi33 Posted May 9, 2019 Share Posted May 9, 2019 (edited) 3 hours ago, glasgood said: My hackintosh is very stable on bios version F5, so I'm staying with F5 for the foreseeable future. I don't think updating to latest bios will break anything, especially if you are not using DSDT. I had updated my Aorus Pro bios to F9 before finding this great guide. No major problems running the new bios, though. The Auto overclock feature is greyed out in bios if that matters, and a few options slightly different in bios setup, not sure what it is like in F5, mine shipped with F7. Edited May 9, 2019 by Hifi33 respond to wrong post :( 2 Link to comment Share on other sites More sharing options...
mfortuna Posted May 10, 2019 Share Posted May 10, 2019 (edited) Hello, I'm looking for some help right now. I've installed the Sapphire Nitro RX590 SE on my Hackintosh and I can't make it work with my monitor. It's a little old one LED LG, with only a VGA port... First I had a HDMI to VGA adapter (passive) and it just rebooted my GPU (so my PC also), both in Windows and MacOS. Today I bought an active DVI to VGA adapter, tried in Windows and everything working just fine. But when I booted in MacOS (with @glasgood EFI folder for RX580) the OS booted, but in the minute clover finished and the Apple logo with the black background showed, everything was violet / pink color. Also the screen goes black and on in cycles, a little glitchy sometimes. If someone knows what it could be I'ld be very happy. Thank you all! Edited May 11, 2019 by mfortuna Link to comment Share on other sites More sharing options...
nelio33 Posted May 10, 2019 Share Posted May 10, 2019 On 5/9/2019 at 10:18 PM, glasgood said: You can automatically unmount Untitled Windows Volume. Using Apple Script below: tell application "Terminal" do shell script "d=\"/Volumes/Untitled\"; if [ -d \"$d\" ]; then diskutil eject $d; fi" end tell Compile and save as Application as UnmountUntitled Then add UnmountUntitled Application to Login Items. Then when you login to macOS the volume Untitled will automatically be unmounted. Attached below is the created application UnmountUntitled.zip All work fine, thanks Glasgood. today i have a problem with FCPX when i lunch app crash, i uninstall and download again and install same problem. to fix this problem i desactivated Igpu630 on bios, i reboot i lunch software i work fine.(find this solution on internet) No problem to work only with gpu rx590 with igpu off ? Link to comment Share on other sites More sharing options...
ratebri Posted May 11, 2019 Share Posted May 11, 2019 5 hours ago, nelio33 said: All work fine, thanks Glasgood. today i have a problem with FCPX when i lunch app crash, i uninstall and download again and install same problem. to fix this problem i desactivated Igpu630 on bios, i reboot i lunch software i work fine.(find this solution on internet) No problem to work only with gpu rx590 with igpu off ? Hi, thank you very much for your guide everything is working except hdmi audio on rx 580. Followed the steps but it seems not to work. What can I try? Thanks again for this great guide! Link to comment Share on other sites More sharing options...
glasgood Posted May 11, 2019 Author Share Posted May 11, 2019 2 hours ago, ratebri said: Hi, thank you very much for your guide everything is working except hdmi audio on rx 580. Followed the steps but it seems not to work. What can I try? Thanks again for this great guide! Did you try VoodoooHDA.kext Link to comment Share on other sites More sharing options...
ratebri Posted May 11, 2019 Share Posted May 11, 2019 8 hours ago, glasgood said: Did you try VoodoooHDA.kext yes, I tried VoodoooHDA.kext I have the same configuration as you have.The only difference is that I have the latest bios installed. Link to comment Share on other sites More sharing options...
larabee Posted May 11, 2019 Share Posted May 11, 2019 (edited) On 5/9/2019 at 10:51 AM, nelio33 said: does this card allow you to duplicate the display on several screens? Is macos optimized for this? the graphics card rx 590 install it will continue to work? or is it just an extension of UHD 630? I have several screens, what's the point of a card like this ? I did not use the card for display output. I use the card to connect to my thunderbolt storage for video editing work. The video output is handled by the UHD 630 and you will need a fully functional onboard card for it to work. MacOS should work with any Titan Ridge Thunderbolt card. I got 3 4K display screen connected to my vega 56 and that's all I need. @glasgood One quick question: I have random blank screen (white/ grey) while using the hackintosh. Not sure what's happening here. Do you encounter something like this before? Edited May 11, 2019 by larabee 1 Link to comment Share on other sites More sharing options...
mfortuna Posted May 11, 2019 Share Posted May 11, 2019 (edited) On 5/10/2019 at 2:42 PM, mfortuna said: I've installed the Sapphire Nitro RX590 SE on my Hackintosh and I can't make it work with my monitor. It's a little old one LED LG, with only a VGA port... First I had a HDMI to VGA adapter (passive) and it just rebooted my GPU (so my PC also), both in Windows and MacOS. Today I bought an active DVI to VGA adapter, tried in Windows and everything working just fine. But when I booted in MacOS (with @glasgood EFI folder for RX580) the OS booted, but in the minute clover finished and the Apple logo with the black background showed, everything was violet / pink color. Also the screen goes black and on in cycles, a little glitchy sometimes. Finally I've changed the DVI to VGA adapter to a DP to VGA one. Everything working ok! Thanks! Do you use any app for checking GPU usage and temps? I've tried to boot with FakeSMC kexts in clover/kexts/other and could't boot. Edited May 11, 2019 by mfortuna Link to comment Share on other sites More sharing options...
mfortuna Posted May 11, 2019 Share Posted May 11, 2019 I'm also getting an error when opening Final Cut Pro or iMovie. I found that if I turn of iGPU from BIOS both programs work fine but I loose hardware acceleration. Did anyone have this problem? Link to comment Share on other sites More sharing options...
Olion Posted May 12, 2019 Share Posted May 12, 2019 Hello everyone.Can I use this guide with this settings for my hardware?- Gigabyte Z390 Aorus Pro- Intel Core i5-9600K- WD Black SN750 500GB WDS500G3X0C- G.Skill Ripjaws V 2x8GB DDR4 PC4-25600Connection via HDMI.Or for this configuration I need to use other settings?Thanks for any answers and help. Link to comment Share on other sites More sharing options...
mfortuna Posted May 12, 2019 Share Posted May 12, 2019 (edited) On 5/1/2019 at 1:31 PM, larabee said: I followed your guide and choose mac mini because it uses the coffee lake processor just like mine. Everything works fine but I have problem with H264 hardware encoding. I tried the iMac and it works. I think adding 0x3E920003 to ig-platform-id makes it works. What was your final config?? I've tried only adding the ig-platform-id and Final Cut Pro started working, but in activity manager I don't see the iGPU anymore (in Intel Power Gadget) I can see that it is working, don't really know how. When exporting with FCPX I have both dGPU and CPU working. Should't it be only dGPU? 15 hours ago, Olion said: Hello everyone.Can I use this guide with this settings for my hardware?- Gigabyte Z390 Aorus Pro- Intel Core i5-9600K- WD Black SN750 500GB WDS500G3X0C- G.Skill Ripjaws V 2x8GB DDR4 PC4-25600Connection via HDMI.Or for this configuration I need to use other settings?Thanks for any answers and help. I think it should work! Just follow this awesome guide. The BIOS setting are very important and use HD630 files since you don't have another GPU. Edited May 12, 2019 by mfortuna Link to comment Share on other sites More sharing options...
larabee Posted May 13, 2019 Share Posted May 13, 2019 6 hours ago, mfortuna said: What was your final config?? I've tried only adding the ig-platform-id and Final Cut Pro started working, but in activity manager I don't see the iGPU anymore (in Intel Power Gadget) I can see that it is working, don't really know how. When exporting with FCPX I have both dGPU and CPU working. Should't it be only dGPU? You should see both CPU and iGPU and dedicated GPU working. I can see the UHD turbo boost up to 1Ghz sometimes while rendering using FCPX. When using Adobe products, things are a bit different Depending on what format you are using. I'm using a lot of H264 encoding videos, so I'd love to have hardware acceleration for those encoding task. This is the snapshot of my Adobe Media Encoder while it's running: You can see the Hardware Encoding for H264 is running. 1 Link to comment Share on other sites More sharing options...
mfortuna Posted May 13, 2019 Share Posted May 13, 2019 8 hours ago, larabee said: You should see both CPU and iGPU and dedicated GPU working. I can see the UHD turbo boost up to 1Ghz sometimes while rendering using FCPX. Have you seen this video? 1 Link to comment Share on other sites More sharing options...
larabee Posted May 13, 2019 Share Posted May 13, 2019 1 hour ago, mfortuna said: Have you seen this video? I believe the video is for High Sierra. Things changed quite a bit with Mojave. Link to comment Share on other sites More sharing options...
mfortuna Posted May 13, 2019 Share Posted May 13, 2019 2 minutes ago, larabee said: I believe the video is for High Sierra. Things changed quite a bit with Mojave. It's Mojave, the first thing the guy shows Link to comment Share on other sites More sharing options...
glasgood Posted May 13, 2019 Author Share Posted May 13, 2019 On 5/11/2019 at 4:44 PM, larabee said: @glasgood One quick question: I have random blank screen (white/ grey) while using the hackintosh. Not sure what's happening here. Do you encounter something like this before? No, possibly because I have RX580 and no Thunderbolt card. Did problem persists before adding the Thunderbolt card? On 5/12/2019 at 9:48 AM, Olion said: Hello everyone.Can I use this guide with this settings for my hardware?- Gigabyte Z390 Aorus Pro- Intel Core i5-9600K- WD Black SN750 500GB WDS500G3X0C- G.Skill Ripjaws V 2x8GB DDR4 PC4-25600Connection via HDMI.Or for this configuration I need to use other settings?Thanks for any answers and help. Should work, try preinstall Aorus Pro Z390 EFI Intel UHD630. Link to comment Share on other sites More sharing options...
glasgood Posted May 14, 2019 Author Share Posted May 14, 2019 Successfully updated from macOS Mojave Version 10.14.4 to 10.14.5 iMessages will need to be reactivated. 1) Mount EFI partition and place / copy and paste EmuVariableUefi-64.efi inside Clover/drivers64UEFI Before After 2) Restart Hackintosh 3) Go to iMessages Preferences 4) Activate iMessages / Sign in 5) Delete EmuVariableUefi-64.efi ( is only need to activate iMessages, if you do not delete EmuVariableUefi-64.efi then you will have random memory allocation boot errors with Aorus Pro Z390 Hackintosh) 6) Done! 2 Link to comment Share on other sites More sharing options...
glasgood Posted May 14, 2019 Author Share Posted May 14, 2019 14/05/2019 Successfully updated from macOS Mojave Version 10.14.4 to 10.14.5 then Updated Clover from Version 4871 to 4920 for for POST-INSTALL Aorus Pro Z390 EFI - RX580 Updated SMBIOS to iMac 19,1 for POST-INSTALL Aorus Pro Z390 EFI - RX580 2 Link to comment Share on other sites More sharing options...
glasgood Posted May 14, 2019 Author Share Posted May 14, 2019 (edited) @mfortuna @larabee Looks like Final Cut Pro is fully working ( I'm not an expert audio/video producer) update on this would be appreciated, I have updated POST-INSTALL Aorus Pro Z390 EFI - RX580 now with SMBIOS imac 19,1. Also updated WhateverGreen.kext form 1.2.7 to WhateverGreen.kext version 1.2.8 Final Cut Pro AMD RX 580 ScreenFlow Intel ScreenFlow AMD RX 580 Edited May 14, 2019 by glasgood 2 Link to comment Share on other sites More sharing options...
mfortuna Posted May 14, 2019 Share Posted May 14, 2019 2 hours ago, glasgood said: Successfully updated from macOS Mojave Version 10.14.4 to 10.14.5 Great news!! How did you do the update? Via software update? Link to comment Share on other sites More sharing options...
glasgood Posted May 14, 2019 Author Share Posted May 14, 2019 Just now, mfortuna said: Great news!! How did you do the update? Via software update? Yes, update via software update. Update finished in around 10 mins 1 Link to comment Share on other sites More sharing options...
glasgood Posted May 14, 2019 Author Share Posted May 14, 2019 @mfortuna 16:33 --> just uploaded EFI again, forgot to include fix for sleep. 1 Link to comment Share on other sites More sharing options...
Recommended Posts