Jump to content

HELP TOPIC - [AMD] macOS Sierra AMD CPU (10.12.x)


spakk
 Share

470 posts in this topic

Recommended Posts

I am also getting the "crashed: Language Chooser. Too many corpses bring created" error. I created my USB using 10.12.0 and replaced the kernel and frameworks. I also copied FakeSMC, System, and USB kexts to my /extra folder on the USB. Specs: AMD FX4350, ASrock 970 pro3 r2.0, ASUS Strix GTX 960.

Link to comment
Share on other sites

USB seems to be quite the issue here, I can't click anything or use my keyboard, I have used Shaneee's USB fix for Sierra but that didn't work. Also used USB kexts from that russian guy on YouTube.

install the new AHCIPortinjector.kext: http://www.insanelymac.com/forum/files/file/436-ahciportinjectorkext/

ASUS Mainboard has an an integrated ASMedia, so install the new patched driver. if it does not work at the first boot, then look for the vendor ID and device ID using SystemInfo.app or DPCIManager.app and edit the info.plist with your vendor-ID / device-ID, Then the mouse and keyboard should work.

 

This is a general problem with Asus Mainboards, these problems have already occurred under El Capitan, too

 

Do not operate the microphone from the Logitech webcam...the camera itself work.What could it be?

read here: https://community.logitech.com/s/question/0D53100005UytQy/logitech-control-center-on-latest-macos-1012-sierra

Did you get it to work on 10.12.1 with those steps?

I have not installed macos Sierra 10.12 on my amd hackintosh. But it should be work possible,
if should 10.12.0 boot on your amd system, that also must 10.12.x work on your amd system.
 
If it should not work, then proceed as follows:
 
1) first install 10.12.0, then make a clone on a second partition
2) start from the second partition with 10.12.0 and run the update to 10.12.x
3. then boot from the first partition (10.12.0)
4) navigate to the second partition to S/L/ and edit the "Extensions" folder name to a_Extensions. Then navigate to the first partition to S/L/ and copy the "Extensions" folder and insert this folder into the second partition, exchange the amd kernel against the vanillia kernel, repair the permissions of the second partition
5) start from the second partition, then should macos 10.12.x boot
 
good luck!
  • Like 3
Link to comment
Share on other sites

Thanks Spakk, will try that now!

 

EDIT: No success on first boot; Where do I enter these values in the plist?

Very simple, open the driver with the right mouse button AHCIPortInjector.kext/Contents/Info.plist use Plist-Editor or the Text-Editor

Link to comment
Share on other sites

Start the SystemInfo.app or DPCIManager.app then you find all information of your integrated hardware, then upload the image with all hardware-ID.

  • Like 1
Link to comment
Share on other sites

Here is the download link for the SystemInfo.app, This tool reads the hardware-id from your running macos system: www.insanelymac.com/forum/topic/219584-system-info-an-app-to-get-hardware-and-kexts-info/

and here is the other download links for DPCIManager.app: https://sourceforge.net/projects/dpcimanager/. Both tools give you after starting the similar results and then you can modify the appropriate drivers

 

You will find many good examples online on how to modify the info.plist with your own hardware-ID.

Use the google search engine or YouTube 

Link to comment
Share on other sites

Here is the download link for the SystemInfo.app, This tool reads the hardware-id from your running macos system: www.insanelymac.com/forum/topic/219584-system-info-an-app-to-get-hardware-and-kexts-info/

and here is the other download links for DPCIManager.app: https://sourceforge.net/projects/dpcimanager/. Both tools give you after starting the similar results and then you can modify the appropriate drivers

 

You will find many good examples online on how to modify the info.plist with your own hardware-ID.

Use the google search engine or YouTube 

Aight; I got this: http://imgur.com/xwerZbe

 

The ports I need are the XHCI's

 

I've looked online for hours now but I have found no tutorial for a USB controller only for GPU's and I believe ethernet

 

Are you able to help me with this step?

Link to comment
Share on other sites

For the Rtl81xx Ethernet card, Mieze has programmed the appropriate driver, here the download link: http://www.insanelymac.com/forum/topic/287161-new-driver-for-realtek-rtl8111/

 

Or see above at download for a new ethernet driver by Mieze 

But before you install this driver you have to remove the old Ethernet driver, if you have installed before a driver. Otherwise, a kernel panic can occured when booting.

 

for your graphics card use a the verde.kext

 

A solution for your usb problem, can be done by a dsdt patch and patching the usb drivers. There are many examples using rehabman's usb drivers.

Link to comment
Share on other sites

CsrActiveConfig=103

 

Sent from my SM-G920F using Tapatalk

 

I have the same problem and that line didn't worked for me  :(

 

To make the USB installer I've followed the same steps like for El Capitan but using Sierra's kernel from your forum download section, then applied the USBFix v3 from here http://www.insanelymac.com/forum/files/file/521-usb-fix-for-el-capitan/and added AHCIPortInjector.kext to get my keyboard and mouse working.

 

 

This is my org.chameleon.Boot.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>BooterConfig</key>
   <string>0x28</string>
   <key>CsrActiveConfig</key>
   <string>103</string>
   <key>EthernetBuiltIn</key>
   <string>Yes</string>
   <key>Kernel</key>
   <string>/System/Library/Kernels/kernel</string>
   <key>Kernel Flags</key>
   <string>kext-dev-mode=1 usekernelcache=No -v -f npci=0x2000 GraphicsEnabler=No</string>
   <key>USBBusFix</key>
   <string>Yes</string>
   <key>USBLegacyOff</key>
   <string>No</string>
</plist>

But when I try to boot the installer, voliá! The loop appears.

 

Any suggestions?

Link to comment
Share on other sites

I have the same problem and that line didn't worked for me :(

 

To make the USB installer I've followed the same steps like for El Capitan but using Sierra's kernel from your forum download section, then applied the USBFix v3 from here http://www.insanelymac.com/forum/files/file/521-usb-fix-for-el-capitan/and added AHCIPortInjector.kext to get my keyboard and mouse working.

 

 

This is my org.chameleon.Boot.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>BooterConfig</key>
   <string>0x28</string>
   <key>CsrActiveConfig</key>
   <string>103</string>
   <key>EthernetBuiltIn</key>
   <string>Yes</string>
   <key>Kernel</key>
   <string>/System/Library/Kernels/kernel</string>
   <key>Kernel Flags</key>
   <string>kext-dev-mode=1 usekernelcache=No -v -f npci=0x2000 GraphicsEnabler=No</string>
   <key>USBBusFix</key>
   <string>Yes</string>
   <key>USBLegacyOff</key>
   <string>No</string>
</plist>
 
But when I try to boot the installer, voliá! The loop appears.

 

Any suggestions?

What version of Sierra is it you've used? Currently only 10.12.0 works.

 

Sent from my SM-G920F using Tapatalk

Link to comment
Share on other sites

What version of Sierra is it you've used? Currently only 10.12.0 works.

 

Sent from my SM-G920F using Tapatalk

 

Uhm, I've downloaded it from the Apple Store main page, didn't see any version, just a button to download  :(

Link to comment
Share on other sites

Check /System/Library/CoreServices/SystemVersion.plist and see what it says.

 

Sent from my SM-G920F using Tapatalk

 

Woops!  :blush:

<key>ProductVersion</key>
<string>10.12.1</string>

How can I download the 10.12.0?

Link to comment
Share on other sites

I'm sure it's no longer in the App Store so you'll need to find another way but I can't help with that sorry.

 

Sent from my SM-G920F using Tapatalk

 

Ok, I will try! Only a one more question, if I use Pandora's Box is an easier way to make the USB installer than your video?

Link to comment
Share on other sites

Yeah Pandora's Box works well. Don't use the createinstallmedia method though as it won't work on AMD.

 

Sent from my SM-G920F using Tapatalk

Pandora's Box does not works for me. When I press "Create Installer" it does nothing. I'm using El Capitan VM, you know what's happening? :/

 

When I open it, this window is displayed:

 

post-1485056-0-84908300-1480939963_thumb.png

 

So I write my password and then PB opens, but when I press "Create Installer" nothing happens :( redownloaded and reinstalled but no way.

 

Each time I open Pandora's Box is asking me for my password to install that "associated tool".

 

 

EDIT:

 

Was unable to create the USB installer with Pandora's Box so I did it with your video and now it worked, problem is that mouse is not working and I don't know why because I've installed USBFix v3 kexts with Kext Wizard and repaired permissions and also installed AHCIPortInjector.kext on the extra folder...

 

post-1485056-0-76040900-1480946123_thumb.jpg

("This version of mac OS 10.12 cannot be installed on this computer")

Link to comment
Share on other sites

 

Was unable to create the USB installer with Pandora's Box so I did it with your video and now it worked, problem is that mouse is not working and I don't know why because I've installed USBFix v3 kexts with Kext Wizard and repaired permissions and also installed AHCIPortInjector.kext on the extra folder...

 

attachicon.gif20161205_145830.jpg

("This version of mac OS 10.12 cannot be installed on this computer")

 

 

Do you put those Generic USB by RehabMan in the Extra Folder? 

 

https://bitbucket.org/RehabMan/os-x-generic-usb3/downloads

Link to comment
Share on other sites

 Share

×
×
  • Create New...