安装流程(英文,不过很简单,不懂可以百度翻译):
SierraAMD Post Install Tutorial
http://forum.amd-osx.comhttp://forum.amd-osx.com/app.php/donateThank you for choosing the AMD OS X SierraAMD Image for use with Windows. In this short tutorial I will show you how to perform the post install steps to get the installed System booting. You might want to print this out or make some notes.
To begin you’ll want to make a note of what you named the partition you created. For the use of this tutorial we’ve named the partition macOS. If the partition name you’ve chosen has spaces the wrap the name in quotation marks (“ “).
Once the install is complete the first thing you need to do is open Terminal from within the installer from the utilities menu within the menu bar. Now enter the PostInstall folder on the USB.
cd /Volumes/SierraAMD/PostInstall
Now we are ready let’s start by coping the kernel.
cp -rf kernel /Volumes/macOS/System/Library/Kernels/

Now you need to copy the Extra folder over for Enoch to read.

cp -rf Extra /Volumes/macOS/
Now the kexts for the System.
cp -rf Kexts/*.kext /Volumes/macOS/System/Library/Extensions/
Now that’s done you need to remove the old prelinkedkernel file as it isn’t built with the AMD kernel.
rm -rf /Volumes/macOS/System/Library/PrelinkedKernels/prelinkedkernel
Now to rebuild it,
kextcache -u /Volumes/macOS
Note that the kextcache command may take a couple minutes to complete. Once terminal enters to a new command line with no errors you can reboot using the USB drive as the boot device and choose the installed HDD and press Enter on the keyboard.
You’ll need to use the USB to boot to the installed HDD as the HDD doesn’t have a boot loader yet. This is covered below.
Once booted open the PostInstall folder located on the SierraAMD USB and install either the Clover or Enoch package onto the installed HDD. If you need help with this make a support post in the forum. This step allows you to boot from the HDD rather than the USB.
If there are any issues please feel free to post a support message on the forum.
Thanks and Enjoy,
Shaneee
注:步骤前面有表情的是给系统做变色龙引导,如果想使用四叶草引导此步骤可以略过。