Skip to content

Instantly share code, notes, and snippets.

@AIHGF
Forked from unsalted/sierra-hackintosh-z170-a.md
Created December 7, 2018 08:04
Show Gist options
  • Select an option

  • Save AIHGF/defdf2e97cbf699433a0c748ee4341bc to your computer and use it in GitHub Desktop.

Select an option

Save AIHGF/defdf2e97cbf699433a0c748ee4341bc to your computer and use it in GitHub Desktop.

Revisions

  1. @unsalted unsalted revised this gist Mar 26, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -78,6 +78,7 @@ This is my build documentation for an ASUS Z170-A setup with an NVIDIA GTX960 an
    3. Change settings in config:
    - Boot > darkwake=0 *prevent sleep problems*
    - Rt Variables > CsrActiveConfig > `0x67` *disable SIP temporarily*
    - Devices > Audio > ResetHDA > ``
    - System Parameters > Inject Kexts > `Yes`
    - System Parameters > Inject System ID > ``
    - System Parameters > Nvidia Web > ``
  2. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 0 additions and 0 deletions.
    Binary file removed .DS_Store
    Binary file not shown.
  3. @unsalted unsalted revised this gist Mar 19, 2017. 3 changed files with 41 additions and 4 deletions.
    Binary file added .DS_Store
    Binary file not shown.
    45 changes: 41 additions & 4 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,13 @@
    # Sierra 10.12.3 Hackintosh

    This is my build documentation for an ASUS Z170-A setup with an NVIDIA GTX960 and the Intel i5 6500, most of this came from [Storks asus rog maximus build](https://www.tonymacx86.com/threads/storks-myhero-build-asus-rog-maximus-viii-hero-i7-6700k-gtx-980.197284/), his audio instructions didn't work for me so it differs substantially there. This build also doesn't have NVRAM. Nearest I can tell everything is running as expected, including all USB and audio ports.

    ## Build

    - Asus Z170-A
    - Intel Core i5-6500
    - Crucial Ballistix Sport LT 32GB (2 x 16GB) DDR4-2400 Memory
    - MSI GeForce GTX 960 4GB
    - MSI GeForce GTX 960 4GB *Installed in slot 1!*
    - (DORMANT) EVGA GeForce GTX 1070 8GB SC Gaming
    - **2x** Kingston HyperX Fury 120GB 2.5" Solid State Drive
    - Western Digital Caviar Blue 1TB 3.5" 7200RPM Internal Hard Drive
    @@ -21,7 +23,6 @@
    - Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/) to setup the drive.
    2. Download and drag to thumb drive
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
    - [EFI Mounter v3](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [SSDT for your processor](https://www.tonymacx86.com/threads/guide-el-capitan-on-the-skylake-h170n-wifi.178197/#SSDT)
    - [Clover Configurator](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [Latest NVIDIA Driver](https://www.tonymacx86.com/nvidia-drivers/)
    @@ -54,7 +55,7 @@
    3. Don't bother to enable Network, Location, or Reporting nothing to be done now.
    4. On reboot select `MacOS on *Target Drive*` on the Clover boot screen

    ### IV. Setting up the Machine
    ### IV. Setting up the Machine *Part 1*

    1. Multibeast
    1. Drag and drop Multibeast to Application folder
    @@ -72,4 +73,40 @@
    2. Fixing Ethernet Device Name (needed for apple store etc.)
    - In `Terminal` run `sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist`
    3. Clover Configurator
    1. Mount EFI partition ![EFI mount](./z-mount-efi.jpg)
    1. Mount EFI partition ![clover EFI Mount](http://i.imgur.com/ZKBRVEu.png)
    2. Load config file ![clover load config](http://i.imgur.com/BeiPKKz.png)
    3. Change settings in config:
    - Boot > darkwake=0 *prevent sleep problems*
    - Rt Variables > CsrActiveConfig > `0x67` *disable SIP temporarily*
    - System Parameters > Inject Kexts > `Yes`
    - System Parameters > Inject System ID > ``
    - System Parameters > Nvidia Web > ``
    4. Save
    5. `EFI` Partition (Already mounted earlier in Clover)
    1. Navigate to `EFI(patition)/EFI/CLOVER/ACPI/patched in the Finder
    2. Copy in the `SSDT` file you downlaoded for your processor
    3. Rename to `SSDT.aml`
    6. **Reboot**

    ### V. Setting up the Machine *Part 1*
    1. BIOS
    - Set startup partition to newly created OSX EFI partition
    2. Audio setup (because it doesn't work *yet*)
    - Run the `audio_cloverALC120.command` file
    - enter password
    - Say yes (y) to all questions (for Asus Z170-A)
    3. In Terminal
    - run `ifconfig`
    - Check that it returns `en0` instead of `en1`, the line should look like:
    ```
    en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500`
    ```
    4. Clover Configurator
    1. Load the Clover config file follow steps 1 and 2 from earlier
    2. Select/install `EmuVariableUefi` in **Install Drivers**. This creates an emulated NVRAM
    3. Reset Rt Variables > CsrActiveConfig > `0x3` *to renable SIP*
    5. Run the NVIDIA driver
    6. Reboot
    **Done!**
    Binary file removed z-mount-efi.jpg
    Binary file not shown.
  4. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -72,4 +72,4 @@
    2. Fixing Ethernet Device Name (needed for apple store etc.)
    - In `Terminal` run `sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist`
    3. Clover Configurator
    1. Mount EFI partition ![EFI mount](z-mount-efi.jpg)
    1. Mount EFI partition ![EFI mount](./z-mount-efi.jpg)
  5. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -72,4 +72,4 @@
    2. Fixing Ethernet Device Name (needed for apple store etc.)
    - In `Terminal` run `sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist`
    3. Clover Configurator
    1. Mount EFI partition !(z-mount-efi.jpg)
    1. Mount EFI partition ![EFI mount](z-mount-efi.jpg)
  6. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -72,5 +72,4 @@
    2. Fixing Ethernet Device Name (needed for apple store etc.)
    - In `Terminal` run `sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist`
    3. Clover Configurator
    1. Mount EFI partition
    2.
    1. Mount EFI partition !(z-mount-efi.jpg)
  7. @unsalted unsalted revised this gist Mar 19, 2017. 2 changed files with 0 additions and 1 deletion.
    Binary file removed .DS_Store
    Binary file not shown.
    1 change: 0 additions & 1 deletion .gitignore
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    .DS_Store
  8. @unsalted unsalted renamed this gist Mar 19, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes
  9. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    .DS_Store
  10. @unsalted unsalted renamed this gist Mar 19, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes
  11. @unsalted unsalted revised this gist Mar 19, 2017. 2 changed files with 0 additions and 0 deletions.
    Binary file modified .DS_Store
    Binary file not shown.
    File renamed without changes
  12. Nick revised this gist Mar 19, 2017. 2 changed files with 0 additions and 0 deletions.
    Binary file added .DS_Store
    Binary file not shown.
    Binary file added images/mount-efi.jpg
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  13. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 28 additions and 19 deletions.
    47 changes: 28 additions & 19 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -18,18 +18,15 @@
    ### I. Setup USB Thumb drive

    1. Creating the boot drive
    1. Prereqs:
    - 8gb (16gb preffered) thumb drive
    - MacOS Sierra install app (get from app store)
    - Unibeast
    2. Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/) to setup the drive.
    - Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/) to setup the drive.
    2. Download and drag to thumb drive
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
    - [EFI Mounter v3](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [SSDT for your processor](https://www.tonymacx86.com/threads/guide-el-capitan-on-the-skylake-h170n-wifi.178197/#SSDT)
    - [Clover Configurator](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [Latest NVIDIA Driver](https://www.tonymacx86.com/nvidia-drivers/)
    - [audio_cloverALC120.command.zip](https://github.com/toleda/audio_CloverALC/blob/master/audio_pikeralphaALC-120.command.zip)

    ### II. BIOS settings (make sure BIOS is up to date)

    1. Ai Overclock
    @@ -39,19 +36,27 @@
    - PCH Configuration > IOAPIC 24-119 > `Disabled`
    - XHCI Handoff > `Enabled`
    - USB Configuration > Legacy USB Support > `Auto`
    - USB Configuration > XHCI Hand Off > `Enabled`
    - APM Configuration > Power on by PCI - E/PCI > `Disabled`
    3. Boot Menu
    - Fast Boot > `Disabled`
    - Boot Logo Display > `Disabled`
    - Secure Boot OS > `Other OS`
    - Boot Option 1 > USB Thumb Drive, *UEFI Volume*
    4. Exit > Save Changes
    4. Install OSX
    - At Clover boot screen, choose `Boot Mac OS X from USB`
    - Disk Utilty > *Select Target Disk* > *Erase* > `Mac OS Extended (Journaled)`
    - Don't bother to enable Network, Location, or Reporting nothing to be done now.
    5. Run Multibeast
    - USB Configuration > XHCI Hand Off > `Enabled`
    - APM Configuration > Power on by PCI - E/PCI > `Disabled`
    3. Boot Menu
    - Fast Boot > `Disabled`
    - Boot Logo Display > `Disabled`
    - Secure Boot OS > `Other OS`
    - Boot Option 1 > USB Thumb Drive, *UEFI Volume*
    4. Exit > Save Changes

    ### III. Install OSX

    1. At Clover boot screen, choose `Boot Mac OS X from USB`
    2. Disk Utilty
    - *Select Target Disk*
    - Erase > `Mac OS Extended (Journaled)`
    3. Don't bother to enable Network, Location, or Reporting nothing to be done now.
    4. On reboot select `MacOS on *Target Drive*` on the Clover boot screen

    ### IV. Setting up the Machine

    1. Multibeast
    1. Drag and drop Multibeast to Application folder
    2. Run Multibeast and select the following settings:
    - Quick Start > UEFI Boot Mode
    @@ -64,4 +69,8 @@
    - Customize > System Definitions > iMac > iMac 14,2
    3. Save your config
    4. Run and Close

    2. Fixing Ethernet Device Name (needed for apple store etc.)
    - In `Terminal` run `sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist`
    3. Clover Configurator
    1. Mount EFI partition
    2.
  14. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -24,12 +24,12 @@
    - Unibeast
    2. Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/) to setup the drive.
    2. Download and drag to thumb drive
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
    - [EFI Mounter v3](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [SSDT for your processor](https://www.tonymacx86.com/threads/guide-el-capitan-on-the-skylake-h170n-wifi.178197/#SSDT)
    - [Clover Configurator](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [Latest NVIDIA Driver](https://www.tonymacx86.com/nvidia-drivers/)
    - [audio_cloverALC120.command.zip](https://github.com/toleda/audio_CloverALC/blob/master/audio_pikeralphaALC-120.command.zip)
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
    - [EFI Mounter v3](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [SSDT for your processor](https://www.tonymacx86.com/threads/guide-el-capitan-on-the-skylake-h170n-wifi.178197/#SSDT)
    - [Clover Configurator](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [Latest NVIDIA Driver](https://www.tonymacx86.com/nvidia-drivers/)
    - [audio_cloverALC120.command.zip](https://github.com/toleda/audio_CloverALC/blob/master/audio_pikeralphaALC-120.command.zip)
    ### II. BIOS settings (make sure BIOS is up to date)

    1. Ai Overclock
  15. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 9 additions and 10 deletions.
    19 changes: 9 additions & 10 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -17,8 +17,6 @@

    ### I. Setup USB Thumb drive



    1. Creating the boot drive
    1. Prereqs:
    - 8gb (16gb preffered) thumb drive
    @@ -32,14 +30,15 @@
    - [Clover Configurator](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [Latest NVIDIA Driver](https://www.tonymacx86.com/nvidia-drivers/)
    - [audio_cloverALC120.command.zip](https://github.com/toleda/audio_CloverALC/blob/master/audio_pikeralphaALC-120.command.zip)
    3. BIOS settings (make sure BIOS is up to date)
    1. Ai Overclock
    - AI Overclocker Tuner > X.M.P.
    2. Advanced Items
    - System Agent (SA) Configuration > VT-d > `Disable`
    - PCH Configuration > IOAPIC 24-119 > `Disabled`
    - XHCI Handoff > `Enabled`
    - USB Configuration > Legacy USB Support > `Auto`
    ### II. BIOS settings (make sure BIOS is up to date)

    1. Ai Overclock
    - AI Overclocker Tuner > X.M.P.
    2. Advanced Items
    - System Agent (SA) Configuration > VT-d > `Disable`
    - PCH Configuration > IOAPIC 24-119 > `Disabled`
    - XHCI Handoff > `Enabled`
    - USB Configuration > Legacy USB Support > `Auto`
    - USB Configuration > XHCI Hand Off > `Enabled`
    - APM Configuration > Power on by PCI - E/PCI > `Disabled`
    3. Boot Menu
  16. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 36 additions and 2 deletions.
    38 changes: 36 additions & 2 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -23,12 +23,46 @@
    1. Prereqs:
    - 8gb (16gb preffered) thumb drive
    - MacOS Sierra install app (get from app store)
    2. Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/)
    2. Place on thumb drive
    - Unibeast
    2. Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/) to setup the drive.
    2. Download and drag to thumb drive
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
    - [EFI Mounter v3](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [SSDT for your processor](https://www.tonymacx86.com/threads/guide-el-capitan-on-the-skylake-h170n-wifi.178197/#SSDT)
    - [Clover Configurator](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [Latest NVIDIA Driver](https://www.tonymacx86.com/nvidia-drivers/)
    - [audio_cloverALC120.command.zip](https://github.com/toleda/audio_CloverALC/blob/master/audio_pikeralphaALC-120.command.zip)
    3. BIOS settings (make sure BIOS is up to date)
    1. Ai Overclock
    - AI Overclocker Tuner > X.M.P.
    2. Advanced Items
    - System Agent (SA) Configuration > VT-d > `Disable`
    - PCH Configuration > IOAPIC 24-119 > `Disabled`
    - XHCI Handoff > `Enabled`
    - USB Configuration > Legacy USB Support > `Auto`
    - USB Configuration > XHCI Hand Off > `Enabled`
    - APM Configuration > Power on by PCI - E/PCI > `Disabled`
    3. Boot Menu
    - Fast Boot > `Disabled`
    - Boot Logo Display > `Disabled`
    - Secure Boot OS > `Other OS`
    - Boot Option 1 > USB Thumb Drive, *UEFI Volume*
    4. Exit > Save Changes
    4. Install OSX
    - At Clover boot screen, choose `Boot Mac OS X from USB`
    - Disk Utilty > *Select Target Disk* > *Erase* > `Mac OS Extended (Journaled)`
    - Don't bother to enable Network, Location, or Reporting nothing to be done now.
    5. Run Multibeast
    1. Drag and drop Multibeast to Application folder
    2. Run Multibeast and select the following settings:
    - Quick Start > UEFI Boot Mode
    - Drivers > Audio > Realtek ALCxxx > 100 Series Audio Drivers > Disk > 3rd Party SATA
    - Drivers > Misc > FakeSMC
    - Drivers > Misc > FakeSMC HWMonitor
    - Drivers > Network > Intel > IntelMausiEthernet v2.2.0
    - Drivers > USB > Increase Max Port Limit
    - Bootloaders > Clover v2.3k r3766 UEFI Boot Mode
    - Customize > System Definitions > iMac > iMac 14,2
    3. Save your config
    4. Run and Close

  17. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 5 additions and 8 deletions.
    13 changes: 5 additions & 8 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -17,16 +17,13 @@

    ### I. Setup USB Thumb drive

    1. First ordered list item
    2. Another item
    * Unordered sub-list.
    1. Actual numbers don't matter, just that it's a number
    1. Ordered sub-list
    2. Next
    4. And another item.


    - Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/)
    1. Creating the boot drive
    1. Prereqs:
    - 8gb (16gb preffered) thumb drive
    - MacOS Sierra install app (get from app store)
    2. Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/)
    2. Place on thumb drive
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
    - [EFI Mounter v3](https://www.tonymacx86.com/resources/categories/community-software.10/)
  18. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -22,6 +22,7 @@
    * Unordered sub-list.
    1. Actual numbers don't matter, just that it's a number
    1. Ordered sub-list
    2. Next
    4. And another item.


  19. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -19,9 +19,9 @@

    1. First ordered list item
    2. Another item
    * Unordered sub-list.
    * Unordered sub-list.
    1. Actual numbers don't matter, just that it's a number
    1. Ordered sub-list
    1. Ordered sub-list
    4. And another item.


  20. @unsalted unsalted revised this gist Mar 19, 2017. No changes.
  21. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -17,9 +17,14 @@

    ### I. Setup USB Thumb drive

    1. Thumb Drive Setup
    1. First ordered list item
    2. Another item
    * Unordered sub-list.
    1. Actual numbers don't matter, just that it's a number
    1. Ordered sub-list
    4. And another item.


    - Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/)
    2. Place on thumb drive
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
  22. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@
    ### I. Setup USB Thumb drive

    1. Thumb Drive Setup
    ⋅⋅1. Ordered sub-list
    1. Ordered sub-list
    4. And another item.
    - Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/)
    2. Place on thumb drive
  23. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -17,10 +17,9 @@

    ### I. Setup USB Thumb drive

    1. Thumbdrive Setup
    ..1. Prerequisites:
    ...* 8Gb to 16GB thumb drive
    ...* OSX Sierra Install App
    1. Thumb Drive Setup
    ⋅⋅1. Ordered sub-list
    4. And another item.
    - Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/)
    2. Place on thumb drive
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
  24. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -18,9 +18,9 @@
    ### I. Setup USB Thumb drive

    1. Thumbdrive Setup
    a. Prerequisites
    * 8Gb to 16GB thumb drive
    - OSX Sierra Install App
    ..1. Prerequisites:
    ...* 8Gb to 16GB thumb drive
    ...* OSX Sierra Install App
    - Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/)
    2. Place on thumb drive
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
  25. @unsalted unsalted revised this gist Mar 19, 2017. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -18,10 +18,11 @@
    ### I. Setup USB Thumb drive

    1. Thumbdrive Setup
    - 8Gb to 16GB thumb drive
    a. Prerequisites
    * 8Gb to 16GB thumb drive
    - OSX Sierra Install App
    - Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/)
    2. Place on thumb drive
    - OSX Sierra Install App
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
    - [EFI Mounter v3](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [SSDT for your processor](https://www.tonymacx86.com/threads/guide-el-capitan-on-the-skylake-h170n-wifi.178197/#SSDT)
  26. @unsalted unsalted created this gist Mar 19, 2017.
    31 changes: 31 additions & 0 deletions sierra-hackintosh-z170-a.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    # Sierra 10.12.3 Hackintosh

    ## Build

    - Asus Z170-A
    - Intel Core i5-6500
    - Crucial Ballistix Sport LT 32GB (2 x 16GB) DDR4-2400 Memory
    - MSI GeForce GTX 960 4GB
    - (DORMANT) EVGA GeForce GTX 1070 8GB SC Gaming
    - **2x** Kingston HyperX Fury 120GB 2.5" Solid State Drive
    - Western Digital Caviar Blue 1TB 3.5" 7200RPM Internal Hard Drive
    - NZXT S340 (White)
    - Corsair 860W 80+ Platinum
    - **4x** Phanteks PH-F140SP_BK 82.1 CFM 140mm Fan

    ## Setup Guide

    ### I. Setup USB Thumb drive

    1. Thumbdrive Setup
    - 8Gb to 16GB thumb drive
    - Follow steps 1 & 2 of [UniBeast Install Guide](https://www.tonymacx86.com/threads/unibeast-install-macos-sierra-on-any-supported-intel-based-pc.200564/)
    2. Place on thumb drive
    - OSX Sierra Install App
    - [MultiBeast v9 for Sierra](https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/)
    - [EFI Mounter v3](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [SSDT for your processor](https://www.tonymacx86.com/threads/guide-el-capitan-on-the-skylake-h170n-wifi.178197/#SSDT)
    - [Clover Configurator](https://www.tonymacx86.com/resources/categories/community-software.10/)
    - [Latest NVIDIA Driver](https://www.tonymacx86.com/nvidia-drivers/)
    - [audio_cloverALC120.command.zip](https://github.com/toleda/audio_CloverALC/blob/master/audio_pikeralphaALC-120.command.zip)