Contribute
Register

Catalina update problem!

Status
Not open for further replies.
yes but how?
I create opencore on windows but there are some issues that can't boot, can you help me, plz.
It says OCB startImage failed Aborted
 

Attachments

  • EFI.zip
    58.5 MB · Views: 121
I create opencore on windows but there are some issues that can't boot, can you help me, plz.
It says OCB startImage failed Aborted
you haven't added all your kexts or ssdt's in your config.plist

use propertree to take a snapshot of your openCore folder
 
It is right now?
 

Attachments

  • EFI.zip
    58.5 MB · Views: 138
like this ?
 

Attachments

  • EFI.zip
    5.7 MB · Views: 57
like this ?
you do not need all of these:
Code:
<key>Drivers</key>
        <array>
            <string>HfsPlus.efi</string>
            <string>OpenRuntime.efi</string>
            <string>OpenCanopy.efi</string>
            <string>Ps2MouseDxe.efi</string>
            <string>Ps2KeyboardDxe.efi</string>
            <string>ApfsDriverLoader.efi</string>
            <string>AudioDxe.efi</string>
            <string>CrScreenshotDxe.efi</string>
            <string>HiiDatabase.efi</string>
            <string>NvmExpressDxe.efi</string>
            <string>OpenUsbKbDxe.efi</string>
            <string>UsbMouseDxe.efi</string>
            <string>XhciDxe.efi</string>
        </array>

assume you are using latest release version of OpenCore?

you only need:
Code:
<key>Drivers</key>
        <array>
            <string>HfsPlus.efi</string>
            <string>OpenRuntime.efi</string>
        </array>
 
you do not need all of these:
Code:
<key>Drivers</key>
        <array>
            <string>HfsPlus.efi</string>
            <string>OpenRuntime.efi</string>
            <string>OpenCanopy.efi</string>
            <string>Ps2MouseDxe.efi</string>
            <string>Ps2KeyboardDxe.efi</string>
            <string>ApfsDriverLoader.efi</string>
            <string>AudioDxe.efi</string>
            <string>CrScreenshotDxe.efi</string>
            <string>HiiDatabase.efi</string>
            <string>NvmExpressDxe.efi</string>
            <string>OpenUsbKbDxe.efi</string>
            <string>UsbMouseDxe.efi</string>
            <string>XhciDxe.efi</string>
        </array>

assume you are using latest release version of OpenCore?

you only need:
Code:
<key>Drivers</key>
        <array>
            <string>HfsPlus.efi</string>
            <string>OpenRuntime.efi</string>
        </array>
I’m using 0.6.0
It’s wasn’t work for me!
image.jpg
 

Attachments

  • efi.zip
    2.2 MB · Views: 40
I created again and I reinstalled.
But it says IOConsoleUser:gIOScreenLockState 3
Can you help me,plz!
you seem to have removed the graphics properties in your config.plist
 
Status
Not open for further replies.
Back
Top