Contribute
Register

[Guide] Booting The USB Installer Using OpenCore

Attachments

  • SSDT-EC.aml
    335 bytes · Views: 46
zip and upload your OC folder
hi thank you for the reply, for now forget about the current issue , i manage to continue installing using the full installer, will see how it goes if it will succeed .

thank you very much

As of December 7 2020 at 12:47 PM PST
- installing macos with the black screen with white apple logo and the progress bar (about 14 minutes remaining) its quiet slow than the estimated time .

As of December 7 2020 at 01:10 PM PST
- booting the fresh install


Issues
- booting too slow before apple logo

-
- no ethernet but rtl8111 detected
-windows10 is now unbootable dont know how to make it bootable again


Questions
- is it safe to upgrade catalina to bigsur using the updater?
- how to install new kexts??


Update:
got my rtl8111 working using rehabman latest kext
 

Attachments

  • 16073185778065905785311741688027.jpg
    16073185778065905785311741688027.jpg
    4.8 MB · Views: 34
Last edited:
Post 1 has been updated with latest OpenCore 0.6.4 and updated kexts
 
Post 1 has been updated with latest OpenCore 0.6.4 and updated kexts
Thanks! Don't have to deal with OpenCore updates for Big Sur now, I can just directly download and install :).
 
the issue is apfs module start 1689

try the attached file instead and see if that gets any further
Still stops at exactly same
place
 

Attachments

  • 96BB169A-5C28-4A3D-A8AB-49B2989D5A7E.jpeg
    96BB169A-5C28-4A3D-A8AB-49B2989D5A7E.jpeg
    3 MB · Views: 44
Still stops at exactly same
place
i have updated the OC build in post 1, try those files and make your amendments from post 2

also for a test you could try and disable:

Code:
<dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Trackpad</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>

(change Enabled - true to Enabled = false)
 
hi feartech . is it safe to upgrade to bigsur using the apple software updater from the settings app? thank you
 
hi feartech . is it safe to upgrade to bigsur using the apple software updater from the settings app? thank you
worked ok for me :)
 
i have updated the OC build in post 1, try those files and make your amendments from post 2

also for a test you could try and disable:

Code:
<dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VoodooPS2Trackpad</string>
                <key>MaxKernel</key>
                <string></string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>

(change Enabled - true to Enabled = false)
hi, this "for a test" you mean trying this before using the updated OC build? Or do you mean using the updated build and then making that change in the config.plist?
 
hi, this "for a test" you mean trying this before using the updated OC build? Or do you mean using the updated build and then making that change in the config.plist?
try with updated files, and if that fails, try the disable
 
Back
Top