Skip to content

Latest commit

 

History

History
executable file
·
120 lines (88 loc) · 5.21 KB

README.md

File metadata and controls

executable file
·
120 lines (88 loc) · 5.21 KB

Hackintosh on MSI GP62 6QG-1071XCN

Device Model
CPU i7-6700HQ
Audio ALC898
Ethernet Killer E2400
Wi-Fi BCM94352Z

Reference

Installation

[Guide] Booting the OS X installer on LAPTOPS with Clover

Kexts

  • : installed in /Library/Extensions & keep in /EFI/Clover/Kexts/Other because it's essential
  • : only installed in /Library/Extensions
  • : not used currently

Remember to use sudo kextcache -i / to rebuild cache after installed a kext to /L/E

Post Installation

Tools

ACPI:

Patch:

Monitor:

NTFS Writer:

Others

  • Close SIP

  • Disable auto mount

    sudo cp ./Other/fstab /etc
  • Enable middle mouse for look up & data detectors

    brew cask install Karabiner-Elements
    cp ./Other/lookup.json ~/.config/karabiner/assets/complex_modifications

    You can use them in Preferences > Complex Modifications > Add rule

Alert

Do NOT directly use the file provided, you need to change something so that it won't cause a problem.

The best way to make your own Hackintosh installed is following the guide list above step by step.