Contribute
Register

How to Create a macOS Sierra Public Beta Installation USB

That's what happened when I tried installing.. then I noticed there was a newer version of Clover up on sourceforge (r3599) updated my USB and booted right into the installer. Clover r3577 was definitely a no go for me at least, now happily running Sierra with no issues besides no sound but I guess there will be a fix for that too :)
I have every thing working, even sound for ALC 1150 audio, their is a post over at InsanelyMac for this, post 271, but I had to first make folder in the EFI in the kexts folder, 10.12 and put all my kexts from the Other folder in 10.12 and by following the instructions from the post on InsanelyMac, I had to of course put one boot flag in for nv_disable=1 and take 2 boot flags out the first time to get to the install screen, removed kext-dev-mode=1 and rootless=0, you will have to edit the config.plist, if you use the one on the site.
 
Captura de pantalla 2016-07-09 a las 21.39.35.png

Captura de pantalla 2016-07-09 a las 21.39.35.png
I installed Sierra only with the sound problems. Everything else seems to work as a beta
 
For those having issues reaching the installer, I uploaded another sample config.plist to the OP. It specifies iMac14,2 as the system definition. This may help those with NVIDIA cards on Skylake systems.

I just tested the latest release of Clover r3599 with iMac sys def on my Skylake test system with success.
 
I've updated the "Raise Port Limit Patch" for Sierra:

Code:
<dict>
    <key>Comment</key>
    <string>change 15 port limit to 30 in AppleUSBXHCIPCI macOS Sierra</string>
    <key>Find</key>
    <data>
    g32EEA==
    </data>
    <key>Name</key>
    <string>AppleUSBXHCIPCI</string>
    <key>Replace</key>
    <data>
    g32EHw==
    </data>
</dict>

That's needed to inject more than 15 ports with USBInjectAll.kext (e.g. on Skylake systems).
 
Back
Top