Code Monkey home page Code Monkey logo

intel-i9-10900-gigabyte-z490-vision-g-hackintosh's Introduction

Hello folks, I have successfully installed macOS 10.15.5 on my PC.

Bootloader

Opencore 0.5.9

Hardware

Benchmark

https://browser.geekbench.com/v5/cpu/2412288

Working

  • Audio: Realtek ALC1220-V (AppleALC.kext, layout-id=7, device-id=0xA170, FakeID.kext, FakePCIID_Intel_HDMI_Audio.kext)

  • USB: All ports working, USB map is shown below

  • Ethernet: Intel I225-V 2.5Gb

    1. Add device property:

      <dict>
      	<key>PciRoot(0x0)/Pci(0x1C,0x1)/Pci(0x0, 0x0)</key>
      	<dict>
      		<key>device-id</key>
      		<data>8hUAAA==</data>
      	</dict>
      </dict>
    2. Create custom FakeID-kext "FakePCIID_Intel_I225-V.kext".

  • dGPU: RX 580 8GB. Works OOB, supports HiDPI in 4K display.

  • Bluetooth & Wi-Fi

  • Native NVRAM

  • Sleep/Wake

  • Reboot/Shutdown

Not/Partially Working

  • iGPU UHD-630

    1. Using only iGPU:

      AAPL,ig-platform-id: 07009B3E
      framebuffer-patch-enable: 01000000
      framebuffer-stolenmem: 00003001
      
      • Safari can't open www.fb.com
      • Firefox quit when opening
      • VMware Fusion display problem (VM quit when loading vmware tool's display driver)
      • Can't change account profile picture
      • iGPU HDMI output not working (Displayport is fine)
    2. Using iGPU + dGPU:
      Doesn't show UHD 630 in SystemReport/Graphics

      1. AAPL,ig-platform-id: 07009B3E

        AAPL,ig-platform-id: 07009B3E
        framebuffer-patch-enable: 01000000
        framebuffer-stolenmem: 00003001
        
      1. AAPL,ig-platform-id: 0300923E (Current setting)

        AAPL,ig-platform-id: 0300923E

      • No options to test iGPU in Geekbench 5
      • No iPad to test Sidecar function
      • Not sure if fully working

      System Report
      Geekbench 5
      Hackintool
      Video Proc Info

USB Ports

USB map

Using USBMap to create custom SSDT-UIAC.aml.

Repo: https://github.com/corpnewt/USBMap

Audio

Needed:

  • AppleALC.kext
  • FakeID.kext
  • FakePCIID_Intel_HDMI_Audio.kext
  • layout-id=7
  • device-id=0xA170

Layout-id and device-id is injected via the device properties.

<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x1F,0x3)</key>
			<dict>
				<key>device-id</key>
				<data>cKEAAA==</data>
				<key>layout-id</key>
				<data>BwAAAA==</data>
			</dict>
		</dict>
	</dict>

Bluetooth/Wi-Fi

Work OOB. Wi-Fi, bluetooth, airdrop and handoff works.

CFG-Lock

  • Before

    Can't unlock CFG-lock. So I enabled AppleCpuPmCfgLock and AppleXcpmCfgLock in order to boot.

    I followed https://dortania.github.io/OpenCore-Desktop-Guide/extras/msr-lock.html. But error occurs when extracting exported bin file. I guess it's beacuse of the strange BIOS map on this board.

    ifrextract

  • Now

    Unlocked CFG-Lock via CFGLock.efi, thanks to this post. So AppleCpuPmCfgLock and AppleXcpmCfgLock is disabled.

BIOS Setting

  • Disable
    • FastBoot
    • CSM Support
    • Secure Boot
  • Enable
    • VT-x
    • VT-d (Enable DisableIoMapper in config.plist)
    • Above 4G Decoding
    • Hyper-Threading
    • Onboard GPU Memory: 64MB

Credits

intel-i9-10900-gigabyte-z490-vision-g-hackintosh's People

Contributors

samuel21119 avatar

Stargazers

Emilio P Egido avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.