Contribute
Register

Stork's MyHero Build: ASUS ROG Z170 MAXIMUS VIII HERO - i7-6700K - GTX 980

Status
Not open for further replies.
Any one tried the 3504 BIOS yet?
The GENE and HERO are very similar motherboards. See Post #1043 in my Gene guide. You have some changes to make in the BIOS after updating before it will boot properly.
 
Ok,,,didn't realize you did a Gene build. Nice! I going to stick with my present BIOS and skip the latest. As you, I planing a new smaller build with the 8X series when it comes and dedicate this build to Windows 10/Linux.
I have added another 1070 card to this build and have been using it for mining Ether to pay for the next Mac hack build.
 
Well, I need some help. I'm trying to install Sierra and I've followed the instructions to the letter, the only thing I can't find in the bios is the XHCI Hand Off setting. I recently updated my bios to the most recent version which is Versio 3504, 8/18/2017.

The problem I'm having is that after booting from the USB drive to install Sierra, it freezes at the apple logo when the progress bar comes up. I have the same exact built as the OP, except I have a GTX 1080. I thought that might be the problem, so I switched over to my onboard graphics but I still get the same error.

I should note that last year I had El Capitan working perfectly on this same machine, sans 1080, so I'm not sure what I'm missing. Maybe I should physically take the 1080 out, or is there a new bios settings I'm missing?

***EDIT***

It took [at least] disabling the simulated mouse and keyboard in the bios along with USB 3.1. I am now in the process of installing Sierra. I'm going to turn 3.1 back on once I've finished.
 
Last edited:
Pandabox, Good! I'm glad you found the solution! As we found out with our VIII GENE motherboards, the newer BIOS has eliminated the XHCI Hand Off parameter and adding the KeyBoard/Mouse Simulation parameter. I've noted this change in the BIOS settings in the build description.
 
Pandabox, Good! I'm glad you found the solution! As we found out with our VIII GENE motherboards, the newer BIOS has eliminated the XHCI Hand Off parameter and adding the KeyBoard/Mouse Simulation parameter. I've noted this change in the BIOS settings in the build description.
Yup! Everything is working perfectly now! Even got my GTX 1080 drivers installed. It is a beautiful thing!

Only thing now I have to figure out is when I shut down from OSX, it actually restarts the machine, I can't boot into windows from the boot selector, I have to physically disconnect the drive osx is installed on, and I need to fix the sleep/wake issue. (I turned off sleep so hopefully that won't be a problem).
 
...
Only thing now I have to figure out is when I shut down from OSX, it actually restarts the machine, I can't boot into windows from the boot selector, I have to physically disconnect the drive osx is installed on, and I need to fix the sleep/wake issue. (I turned off sleep so hopefully that won't be a problem).
I had that, too, for a while. I think the solution is in Post #1 after the Sound pane graphics - turning off the "autopoweroff". If that doesn't do it, there is a FixShutDown parameter in the config.plst to set. (I'm going from memory here as I'm not on/near MyHero.
 
RehabMan's new [Guide] USB power property injection for Sierra adds the capability to "turn on" USB charging for iDevices. Using the following config.plist mod allows my USB 3 ports to charge my iPhone.

The following is taken from RehabMan's Guide. Note: I'm using the iMac14,2 System Definition which is defined in Apple's /System/Library/Extensions/IOUSBHostFamily.kext/Contents/Info.plist. Again see RehabMan's guide for understanding what you'll have to do in addition if your SysDef is not in the supported list. iMac15,2 SysDef and earlier are supported while iMac16,x, iMac17,x and non of the Mac Pro SysDefs are in the list. So, you'll have to see RehabMan's guide for what to do.

In IORegistryExplorer v2.1, here's where we discover that EC0 needs to be changed to EC. (See RehabMan's Guide for more information.)
View attachment 257042


Since I'm using the iMac14,2 SysDef, we can make the simple config.plist addition. In PlistEditPro or Xcode, add the following to the config.plist in ACPI > DSDT > Patches:
View attachment 255882

Or in a text editor (not recommend as it is too easy to screw up the formatting):
Code:
<key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <false/>
            <key>Patches</key>
            <array>
                ...
                <dict>
                    <key>Comment</key>
                    <string>Change EC0 to EC</string>
                    <key>Find</key>
                    <data>RUMwXw==</data>
                    <key>Replace</key>
                    <data>RUNfXw==</data>
                </dict>
            </array>
...

Reboot after saving your patch.

Happy charging. :thumbup:

Is there a version of this for dummies? This is far beyond my skill level x.x (I apparently don't have the .plist and .kext files?)
 
Is there a version of this for dummies? This is far beyond my skill level x.x (I apparently don't have the .plist and .kext files?)
Nope, can't make it any easier because the terminology is the problem. Plus, there's the underlying interaction between our PC hardware and macOS. Just read it a couple of times, mount your EFI partition and look at the config.plist. If you don't feel comfortable with DYI, then live with not being able to charge via your USB ports for a while until you get more experience. (I really don't charge my iDevices via my hacks as I've got a USB to wall plug charger that does that job.)
 
image.jpg
Hey @Stork how are you man!?

I'm having a problem with my build, I have the same configuration as you have, but today when I tried to boot I got the following error it was working perfectly. Please help me!!!
 
View attachment 277894 Hey @Stork how are you man!?

I'm having a problem with my build, I have the same configuration as you have, but today when I tried to boot I got the following error it was working perfectly. Please help me!!!
This looks like the old "boot0" when we transitioned from hard drives with 512MB read/writes to 4096MB read/writes. Do you have macOS installed on an old hard drive?
 
Status
Not open for further replies.
Back
Top