Giter VIP home page Giter VIP logo

intel-i7-10700-gigabyte-z490-vision-g-hackintosh's Introduction

Intel-i7-10700-Gigabyte-Z490-Vision-G-Hackintosh

Tested working version:

  • macOS Catalina 10.15.7

Bootloader

Opencore 0.6.6

Hardware

  • Intel i7-10700 (Locked version)
  • Gigabyte Z490 Vision G:
    • Audio: Realtek ALC1220-V
    • 2.5Gb Ethernet: Intel I225-V
  • No dGPU
  • BIOS: F8
  • SMBIOS: iMac20,1

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

  • iGPU: UHD 630. Working two 4K displays (But laggy a bit). No DRM in Safari.

  • Native NVRAM

  • Sleep/Wake

  • Reboot/Shutdown

USB Ports

See USB-Port-Configuration.md

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>

BIOS Setting

  • Disable
    • CSM Support
    • Secure Boot
    • CFG Lock
  • Enable
    • VT-x
    • VT-d
    • Above 4G Decoding
    • Hyper-Threading
    • Onboard GPU Memory: 64MB

Credits

intel-i7-10700-gigabyte-z490-vision-g-hackintosh's People

Contributors

samuel21119 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.