Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/01/2019 in all areas

  1. Introduction The H370 chipset powers 8th generation Intel Core-i CPUs. Even though the name H370 rings comparable to Z370, the H370 is based on newer silicon. This it also requires some new approaches compared to the Z370. An example would be on-die USB 3.1 and WiFi support. Since this guide is not a "hold-your-hand-every-step" guide, I assume you know: Clover installation and configuration How to create an install medium for MacOS Access and configure the BIOS Have heard of ACPI patching (I'm a newb at this myself) What works Sleep (via DSDT edits and emulated NVRAM) On-board Audio (via AppleALC and native AppleHDA) Native power management (without any kext or patch) All USB ports (and only those present are active) iGPU for both acceleration and display dGPU (I'm running an Nvidia GTX 1080) Untested NIC --> I'm using WiFi only What doesn't work Native NVRAM via AptioMemoryFix.efi DMVT Pre-alloc higher than 64MB (but not necessary) Community additions User @Panzerschiffe added a helpful post, altering this guide for user with AMD cards and not needing on-board sound. He also runs Mojave, which I don't run yet. Changes to the guide: 22.5.18: Added SSDT hot-patching to enable sleep, replacing DSDT static patching as an alternative. 23.5.18: Add iMac18,1 as alternative SMBIOS config for those relying on the iGPU for output 25.6.18: Added update info 28.8.18: Small changes for clarity, changed info for afps loading & updated USB patch for 13.6 04.10.18: Update to Mojave will come once Mojave is more mature 02.12.18: Removed unnecessary patches, fakepciid and audio patch method & linked to AMD post & added whatevergreen.kext as replacement for previous GPU kexts 02.03.19: Removed unnecessary fakeid and ig_platform_id injections, ACPI patches - this is all handled by whatevergreen & lilu. In testing is a Framebuffer patch, see this post. 04.03.19: Added Germany keyboard layout and updated pre-patched DSDT.aml removed DSDT patching 1. Installation This guide heavy inspired by the work of /u/corpnewt of /r/hackintosh and his (sorta) Vanilla guide 1.1 Create the install media for MacOS Follow this, if you are using a Mac to start off with. If you are totally new to MacOS, then please check the basic guide Creation of an installer media in windows or linux 1.2 Install Clover on the install media Using the Clover installer, ensure you are installing to the USB medium you are using for the installer. Chose the following options, leaving the others on default: UEFI driver: AptioMemoryFix UEFI driver: ApfsDriverLoader UEFI booting only Install to ESP You have to get your hands on an apfs.efi. A google search can help, or extracting it from the Installer package. Make sure you procure a version matching the MacOS version you are about to install. Place the apfs.efi in drivers64UEFI. 1.2 Adjust the config.plist for the installer You can use the config.plist attached as a guideline, but take a look at it before and at least adjust the SMBIOS - otherwise it won't boot. Attention: The attached plist contains audio patches introduced by a post-install step. If you run into problems, you might remove those. It also contains a manual slide value, which should normally not be needed, but works fine for me. It is also tuned for usage with an Nvidia Pascal dGPU as main GPU. The config you create now should serve you nicely for install and running the system. Take care of adding the following basics: SMBIOS: iMac18,3 - You can generate a serial number via Clover Configurator. The creation of a proper SMBIOS is covered in many guides to good extend Note: If you aim at using the iGPU for output, a user reported that iMac18,1 works better - since iMac18,3 produces severe flicker. I'm now also testing 18,1 Look at the graphics section and adjust the injection for Intel to your situation Fixes Patches Devices Graphics Important: Change 0x59120003 to 0x59120000 if you don't use a dGPU as your main display Driver and instead use the iGPU for output. Also note. SMBIOS iMac18,1 has been reported to work better in this configuration. But 18,3 works fine for me. Kernel and Kext patches 1.3 kexts and friends Add the supplied SSDT-UAIC.aml to "patched" - it limits the injected USB Ports to the actual number and ports valid for this board. Required kexts on "Other": FakeSMC.kext Whatevergreen.kext Lilu.kext AppleALC.kext IntelMausiEthernet.kext in case you're running Ethernet USBInjectAll.kext with the HCI-300-series-injector.kext --> These two should be installed to /L/E after install We are leaving sound out at the moment, this is something for post-install. 1.4 Check BIOS and install You should be ready for install. But before you reboot, please take a look at your BIOS and set it up accordingly (copied from the aforementioned guide and adapted): Load Optimized Defaults Disable VT-d setting If your system has Secure Boot Mode, disable it Enable CSM - This is sometimes needed to dual screens to work Set OS Type to Windows 8/10 or OtherOS - I have not seen a difference Turn off internal Serial and Parallel port Turn off Network stack for boot Turn off wake-on-lan (for now) Set XHCI Handoff to enabled Don't enable decode over 4G Depending on your GPU, set priority for boot Set internal GPU (iGPU) to enable - not auto or disabled Set DMVT pre-alloc min to 64MB and max to 128MB. For this selection to appear you might need to reboot after setting iGPU to enable Set USB legacy to enabled Activate XMP profile 1 f your Ram has it (mine doesn't and I added the timings manually) Set ERP to enable, disable platform power management (I need to do more research if this could be enabled) I've attached my current BIOS config "hack2". You can place that on a fat32 drive (the EFI partition of your install USB drive might be an idea) and see if it loads. It's made for and with the F2 BIOS. The install itself should be like other MacOS Hackintosh installs with it several reboots and ensuring to select the correct boot device in Clover. 2. Post-install 2.1 Install clover on target This is a no-brainer, but install a fresh copy of Clover on your target medium. During install select again AptioMemoryFix but also additionally EmuVariableUefi-64.efi Install RC scripts on target volume because otherwise NVRAM doesn't seem to work After the install, copy config.plist contents of "Other" content of "patched" to your new clover install. 2.2 Edit ACPI for slumber Choose one option, not both. The hot-patch is experimental, but for the moment it is stable. 2.2.1 Edit DSDT No more need for manual DSDT patching. If you still do it, you might run into unstable sleep. SSDT hot-patching + sane clover.config edits are enough This is necessary only once on initial install and every time, you edit or upgrade the BIOS. The DSDT.aml attached to this post might work for your system or give you a file to compare to. Don't expect it to work for you, though. EDIT: Since moving from F2 BIOS to F12 I did not repatch and sleep is still somewhat reliable. But to be 100% sure, you can still follow these steps. I won't go into the details of DSDT extraction and patching. There are better guides (the linked guide is a rip-off of rehabman's guide from a different forum). Please follow such a guide to extract your ACPI data. Locate and disassemble the DSDT with the newest iasl binary you can put your hands on, then open it with MacIASL in its newest version you can find (Hint: Here is a good source) You can check if the version is new enough if MacIASL doesn't throw error upon compiling a freshly extracted DSDT.aml or DSDT.dst Add rehabmans repo (as per linked guide) and apply the following patches: Rename _DSM to _XDSM Fix _WAK Arg0 v2 USB3 _PRW 0x6D Skylake (instant wake) Find the CNVW device and remove the _PWR function there. Compile the DSDT and place it in "patched". 2.2.2 Use SSDT hot-patching Instead of having to re-extract and re-patch the DSDT on every BIOS change or update, Hardware change one can also use ACPI hot-patching. It's a combination of config.plist patches and an SSDT, which is hot-patched into the ACPI (if I understand the process correctly) You need to add this SSDT-GPRW.aml to your Clover folder in the designated position at Clover/ACPI/patched You need to add this patch to your config.plist. It goes into the DSDT patch section Note: This works for me, but the patch removes the _PRW method from all devices in the DSDT. This could have side-effects. So far, I have seen none. At the moment I'm also not applying any other patch, compared with the additional edits I made to the DSDT method before. 2.3 Install kexts to system As mentioned in the install section, it's better to follow rehabman's instruction and install USBinjectAll.kext to /L/E: sudo cp -R Release/USBInjectAll.kext /Library/Extensions sudo touch /System/Library/Extensions && sudo kextcache -u / 2.4 Enable onboard Audio - Install AppleALC kext Make sure your EFI partition is mounted and that you have a vanilla AppleHDA kext available. See below for a guide how to get a vanilla AppleHDA if needed Note: Our Audio codec is ALC887 and it's running with layout ID 1. Download the newest AppleALC kext from here and install it together with lilu.kext from here into your usual /clover/kexts/others location. Done. No scripts or config.plist patches necessary. Add layout ID 1 to config.plist, if it's not there yet: <key>Audio</key> <dict> <key>Inject</key> <integer>1</integer> <key>ResetHDA</key> <true/> </dict> If you previously installed any audio patches, please follow this guide to "vanilla-ize" your install. 2.5 Optional steps for Graphics If you have a dGPU, now it's the time to install its drivers and adjust the config.plist for it. The detaisl are specific to your GPU and thus of scope of this guide. Yet, my supplied config.plist is ready to be used with Nvidia Pascal cards and using the Nvidia web driver. Whatevergreen.kext helps with Intel iGPU and NVIDIA dGPU fixes. At the moment I'm also testing out a special bootflag: 'shikigva=12' to enable faster rendering in Final Cut Pro X. Without whatevergreen.kext and a shikigva bootflag, rendering in final cut seem very slow. 2.5.1 Framebuffers If you're facing problems with output from your internal GPU, you can try the framebuffer patches listed by @BackwardMac: 2.6 Install a proper keyboard layout You might not be using a fancy Apple branded keyboard. If you use a PC keyboard, you might be annoyed by the differing layout and usage of keys. As a German, you might find yourself quitting applications, since alt gr + Q won't add an @, but quit your current application. To fix this, you can simply install a different keyboard layout. Copy it to /Library/Keyboard Layouts/ and chose the layout in System Preferences, Keyboard in the section "Other". Deleting the previously selecting layout makes sure that only this one is used. Nice little trick. A keyboard layout for German keyboards is attached and works wonders 3. Updating Updating inside 10.3.x/ 10.4.x point updates doesn't require much attention: Download the update from the AppStore as any Mac would do Allow the system to reboot Before booting MacOS with Clover, make sure to disable extra drivers for dGPUs which require non-native support. If using an Nvidia dGPU: Remove "nvda_drv=1" from your boot arguments and disable Nvidia injection If using a non natively supported AMD card, do the same for AMD (I'm not using AMD, thus I cannot be specific) Boot into the newly created Install MacOS partition Repeat this process until the Install partition is gone Boot MacOS again, still following 3., and potentially install updated drivers Your Audio might require re-patching 4. ToDo Move away from static DSDT patching to SSDT hotpatching --> requires my work Native NVRAM --> requires developer work Audio without AppleHDA patching --> requires developer work 5. Thanks to @MaLd0nfor helping finding the right way with the DSDT @RehabMan, for being a legend and helping me out patching @toleda, for audio patches for the 300 series /u/corpnewt, for his superb vanilla guide @wmchris for his super XPS 9550 guide and introducing me to hot-patching @Panzerschiffe for his addition to this guide all the developers of clover and it's awesomeness SSDT-UIAC.aml win-germany.keylayout
    1 point
  2. I just got out of a talk to an NVIDIA support member, they have confirmed to be working on the web drivers! No release date given however. I searched through some forums and NVIDIA has said (Weeks ago) that apple has the driver and needs to "approve" it. but as we all know installing .kext's is as easy on Mojave as on any other MacOS version. signed or not. At least they are working on it!
    1 point
  3. Well guys: My board has: 1 x CPU Fan connector(s) 1 x Chassis Fan connector(s) 1 x AIO_PUMP connector 1 x Thermal sensor connector(s) I only see the 2 fans, is there a way to configure that? Thank you all so much for your diligence!!!!
    1 point
  4. You need to delete VirtualSMC and use FakeSMC v3.5.1 instead. @Modmike Look carefully about info.plist of the kext.
    1 point
  5. I did but nothing changed. I made No with PlistEdit and restart then make Yes and restart but nothing change. It is weird. Thanks, @Badruzeus Maybe I must re-create new config.plist with PlistEdit!
    1 point
  6. Re-check your config.plist using PlistEdit or any XML Editor apps, not Clover Configurator. Go to GUI section.
    1 point
  7. No issue here with Legacy / UEFI, Shell is well detected. Plz make sure that your Theme contains: ..\icons\tool_shell.png $ bdmesg | egrep "revision|Shell" 0:100 0:000 Starting Clover revision: 4915 on American Megatrends EFI 7:936 0:025 found tool \EFI\CLOVER\tools\Shell64U.efi $ cd /Volumes/ESP/EFI/CLOVER/themes/Mojave/icons $ ls | grep tool tool_shell.png #EDIT: If I still remember w/o "tool_shell.png" from theme, Shell should be detected but using icon from "embedded".
    1 point
  8. BTW If you are using the latest version of WEG use default ig-platform-id=19120000 All others ig-platform-id will not work. Just keep in your mind.
    1 point
  9. hello everyone, with the "pre install" package I installed mojave without any problem ..... I continue the guide ...... glasgood, thank you so much for your work and your availability
    1 point
  10. Now I can edit my own post thanks
    1 point
  11. Tranquillo, si scherza, non mi sembra di essere pressante, era solo per rispondere al tuo ultimo messaggio e far capire che sto seguendo il post
    1 point
  12. Oops that's was my fault, I've locked it.... Try again now =D
    1 point
  13. Very early Alpha release for 15H (Bulldozer) and 16H (Jaguar) CPUs . Latest 10.13.6 (17G6029 and 17G6030) only. So yes FX users.... that's iMessage, FaceTime and Siri for you too .. No 32-bit support (no OPEMU). Not tested. I don't have the hardware to do so. algrey-native_15H_16H_Patches.plist
    1 point
  14. It is worth. I am doing it since the Mojave was in beta. I use the dosdude1 patch. It works pretty much quite like High Sierra, no less. But it is much hard on ATI then on Nvidia. You can get the dosdude1 patch from here http://dosdude1.com/mojave/
    1 point
  15. @telepati and @Allan Yeah even I cannot post or edit anything in that thread anymore. "This topic is now closed to further replies." and as Allan mentioned only moderators can edit or post in that topic which explains the issue for both of us.
    1 point
  16. yeah, i just went back to 10.14.4 no hardware encoding is a no go for me.
    1 point
  17. I have super weird site issue. I can't see the "Reply to this topic" on one thread which @Cyberdevs created. I check to topic but it is not locked but still can't see the reply section on this thread. Here is the link of the thread; I can see the thread like this; This is the another thread which I can see the reply section without any problem;
    1 point
  18. Disable panic kext logging on 10.14.4+ Release kernel (c) vit9696 8A0284C0 7447 8A0284C0 EB47 10.14.4+ probably upto 10.14.6
    1 point
  19. I am talking about 10.14.5 Beta 1 which is what this topic is about. I don't have a Radeon VII to test stability. I am running on two Vega 64 here.
    1 point
  20. @Modmike Non uso FakeSMC e sensor ma: VirtualSMC + SMCProcessor + SMCSuperIO https://github.com/acidanthera/VirtualSMC/releases HWSensor3 dello sviluppatore @vector sigma Se vengono installati gli Intel power gadget vengono rilevati anche i loro valori da HWSensor3 https://software.intel.com/en-us/articles/intel-power-gadget-20
    1 point
  21. Hi guys, I noticed that I started getting CMOS resets on my legacy Ga-P55aUD3 desktop (system 2 in my sig) after updating to 10.14.4. This was fixed by replacing the AppleRTC.kext in 10.14.4 with the vanilla kext from 10.14.3 (and rebuilding kextcache/pre-linked kernel). Maybe one of the Clover developers can update Clover's automatic AppleRTC.kext patching to handle the newer version - attached are the vanilla kexts from 10.14.3 and 10.14.4 ... AppleRTC_10.14.3.kext.zip AppleRTC_10.14.4.kext.zip Edit1 Thanks very much @ctich . Adding the following code from @RodionS in Clover's config.plist/KernelAndKextPatches/KextsToPatch prevents my BIOS/CMOS from resetting when booting into 10.14.4... <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>AppleRTC for 10.14.4</string> <key>MatchOS</key> <string>10.14.x</string> <key>Find</key> <data>dTMPtw==</data> <key>Name</key> <string>com.apple.driver.AppleRTC</string> <key>Replace</key> <data>6zMPtw==</data> </dict> Edit2 Issue fixed in Clover r4911+, thanks to @Sherlocks .
    1 point
  22. Looks like they added they added Radeon VII support.
    1 point
  23. EVGA [emoji1787] Trimis de pe al meu Pixel folosind Tapatalk
    0 points
×
×
  • Create New...