Jump to content
94 posts in this topic

Recommended Posts

why we need USBInjectAll.kext? there any other proper way for USB?

What version of SMBIOS been used?

I use iMac 17,1 because it's close to my hardware (cpu).

USBInjectAll is to inject as many USB ports as possible. No its not needed but helps determine what ports you need for when you create your own SSDT for USB.

 

Sent from my SM-G930F using Tapatalk

Nice Guide!!!!

Thanks :)

Thanks @cyberdevs

 

Sent from my SM-G930F using Tapatalk

hi,

 

i followed you're guidance, and all i get is the Prohibited sign with distorted text screen.

I've got bios F20b.

 

what did i do wrong?......................[edit] oops, booted the installer from usb3, booted now from usb2 and it looks like it works

Hi SavageAUS, what revision of motherboard you are using?

I am using revision 1.0

hi,

 

i followed you're guidance, and all i get is the Prohibited sign with distorted text screen.

I've got bios F20b.

 

what did i do wrong?......................[edit] oops, booted the installer from usb3, booted now from usb2 and it looks like it works

I have used a USB 3.0 device and it booted and installed fine.

hi,

 

what do you mean by:

<key>ConfigMap</key>

<dict>

Below that ^ you will see a bunch of lines with
<key>Mac-00BE6ED71E35EB86</key>

 <string>none</string>

 

should i change only the Config1, Config2 to none by only this key Mac-00BE6ED71E35EB86? or also by other keys?

In your config.plist in your smbios section you will see YOUR board ID like Mac-B809C3757DA9BB8D

 

                            ^> Right click > show package contents                  ^> Right click > show package contents

And inside AppleGraphicsControl.kext > Contents > Plugins > AppleGraphicsDevicePolicy.kext > Contents > Info.plist > IOKitPersonalities > AppleGraphicsDevicePolicy > ConfigMap > You can either find YOUR corresponding board ID and change the value to none or you can change them all to be on the safe side, yes some will already say none, of course you do not need to change them.

 

I hope this helps.

this is optional for certain cases right?

now if your current version of macOS isnt supported by the version of web drivers shown, you can fix this by clicking the button that says NVDAStartupWeb.kext patch and in the fake os build box enter 16B or what ever the first three characters of your build are and either patch immediately or tick the box for patch after installation

 

but, when i do this it seems te work, but only when connected to a DP port. dvi not working.

Hi, SavageAUS

 

Nice Guide

Just a few thoughts.

 

1. Clover configurator is better not to use. Never. Under any circumstances.

2. The best editor for plist-files is PlistEdit Pro

3. All items must be numbered, in order to it was possible to navigate through Guide.

4. USB-volume must be pre-prepared and it should be clearly specified.

5. VoodooHDA - not the best method for the sound and not the easiest. I successfully use AppleALC method.

Yes I agree. As stated is my first guide and I will be updating soon when I get some time.

I have also switched to applealc so my guide does need to be updated.

I personally have never had an issue with using clover configurator, but each to his own. Usually I create my configuration with cc then make edits with xcode or plistedit pro.

 

I appreciate the input and will make some adjustments.

 

Sent from my SM-G930F using Tapatalk

 

 
Nice Guide
Just a few thoughts.
 
1. Clover configurator is better not to use. Never. Under any circumstances.
2. The best editor for plist-files is PlistEdit Pro
3. All items must be numbered, in order to it was possible to navigate through Guide.

4. USB-volume must be pre-prepared and it should be clearly specified.

5. VoodooHDA - not the best method for the sound and not the easiest. I successfully use AppleALC method.

 

 

 

Hi,

 

why shouldn't us CLoverConfigurator?

and how to use AppleALC method?

Do i need to change (if yes where? in config.plist?) memory configuration?

on About mac it's listed as 4x8GB and in clover configurator also. but i have 2x16GB installed.

 

Is this a problem?

 

And can i add 2 extra 16GB modules in the future? or you i have to configure something?

 

>why shouldn't us CLoverConfigurator?

Because it changes the config.plist keys (change, add, delete) without user permission and information.

 

>and how to use AppleALC method?

1. Download latest release https://github.com/vit9696/AppleALC/releases

2. Install kext to /S/L/E with kext utility or KextWizard

3. Set FixHDA_8000 fix to Yes in config.plist

4. Reboot

 

Note: must be present in the system original kext AppleHDA

 

 

Thanks, i will try that.

 

saw someting about -alcbeta"-flag to your boot arguments, or isn't that nessasary anymore?

hi, where are all the nice pictures?

 

nvidia is working now, but wondering what this does or if it's nesasary?

 

After the drivers are installed you will be prompted to reboot.....DO NOT! instead run this command in terminal  sudo nano /System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/info.plist

and scroll down until you find

 

<key>ConfigMap</key>

<dict>

Below that ^ you will see a bunch of lines with <key>Mac-00BE6ED71E35EB86</key>

                                                                            <string>none</string>

Find the strings that say Config1 or Config2 and change them to say none, save the file and exit.

You do not need to change all the strings you can just find the one that matches your "<key>" but its just as easy to change them all.

What it does is stop the black screen on startup.

Feel free to do a fresh install and try without that step.

 

Pictures will be returning once the guide is re written.

okay, thank you.

 

is sleep working at you're setup?

 

also when i shutdown osx the computer won't shutdown, it boots again. any idea?

Sleep isn't working on mine but I don't use sleep. Sleep won't work on mine because I have my liquid cooler plugged in.

 

Sent from my SM-G930F using Tapatalk

In my config.plist I have selected fix shutdown and that works for me.

 

Sent from my SM-G930F using Tapatalk

okay, thank you.

 

is sleep working at you're setup?

 

also when i shutdown osx the computer won't shutdown, it boots again. any idea?

As SavageAUS pointed out, with clover configurator add the following fix under ACPI: FixShutdown

 

or add the following flags

 

<key>Fixes</key>

<dict>
<key>FixShutdown_0004</key>
<true/>
</dict>

Thanks @cyberdevs sometimes my answers aren't the most explanatory as I use my phone to reply on occasions and I have the wife factor as well lol.

 

Sent from my SM-G930F using Tapatalk

For anyone interested this is my rig. Since this pic I have added an m.2 drive and removed 1 spinner and added WiFi though. And tidied cables more.

31cb71a4704b30f9dd16bb4c8e91a7a9.jpg

 

Sent from my SM-G930F using Tapatalk

just reinstalled Sierra, just for curiosity, if i can manage to install it again and get the nvidia working. same problems.

ended up using the AGDPfix http://www.insanelymac.com/forum/files/file/424-agdpfix/

and this works.

 

Still have this issue(also before reinstalling) when i shutdown, it looks the pc shutsdown but it boots up again. ACPI: FixShutdown is checked.

 

i've adde dmy config plist

 

config_plist.txt

×
×
  • Create New...