Contribute
Register

Critical error during installation

Status
Not open for further replies.
Joined
Mar 30, 2017
Messages
4
Motherboard
Gigabyte GA-Z97-HD3 rev 1.0
CPU
i7-4790K
Graphics
RX 6600 XT
Mac
  1. MacBook Pro
Classic Mac
  1. Apple
Mobile Phone
  1. iOS
hi everyone, i just make the config.plist file following the dortania's guide (at least 4 time) but, at the end, always come out this critical error (txt file). I must use monterey because it supports RX 6600XT.
what can i do about it? Could be the bios settings or the config.plist?
My setup:
Gigabyte Z97-HD3
Inter i7 4790K
16gb RAM DDR3
RX6600XT
 

Attachments

  • config.plist
    34.4 KB · Views: 76
  • opencore-2022-01-05-092731.txt
    256 KB · Views: 60
hi everyone, i just make the config.plist file following the dortania's guide (at least 4 time) but, at the end, always come out this critical error (txt file). I must use monterey because it supports RX 6600XT.
what can i do about it? Could be the bios settings or the config.plist?
My setup:
Gigabyte Z97-HD3
Inter i7 4790K
16gb RAM DDR3
RX6600XT
shouldn't need all these enabled:
Code:
<key>Drivers</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>AudioDxe.efi</string>
                <key>Path</key>
                <string>AudioDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>BiosVideo.efi</string>
                <key>Path</key>
                <string>BiosVideo.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>CrScreenshotDxe.efi</string>
                <key>Path</key>
                <string>CrScreenshotDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HfsPlus.efi</string>
                <key>Path</key>
                <string>HfsPlus.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HiiDatabase.efi</string>
                <key>Path</key>
                <string>HiiDatabase.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NvmExpressDxe.efi</string>
                <key>Path</key>
                <string>NvmExpressDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenCanopy.efi</string>
                <key>Path</key>
                <string>OpenCanopy.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenHfsPlus.efi</string>
                <key>Path</key>
                <string>OpenHfsPlus.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenLinuxBoot.efi</string>
                <key>Path</key>
                <string>OpenLinuxBoot.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenPartitionDxe.efi</string>
                <key>Path</key>
                <string>OpenPartitionDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenRuntime.efi</string>
                <key>Path</key>
                <string>OpenRuntime.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenUsbKbDxe.efi</string>
                <key>Path</key>
                <string>OpenUsbKbDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Ps2KeyboardDxe.efi</string>
                <key>Path</key>
                <string>Ps2KeyboardDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Ps2MouseDxe.efi</string>
                <key>Path</key>
                <string>Ps2MouseDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>UsbMouseDxe.efi</string>
                <key>Path</key>
                <string>UsbMouseDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>XhciDxe.efi</string>
                <key>Path</key>
                <string>XhciDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
        </array>
 
shouldn't need all these enabled:
Code:
<key>Drivers</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>AudioDxe.efi</string>
                <key>Path</key>
                <string>AudioDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>BiosVideo.efi</string>
                <key>Path</key>
                <string>BiosVideo.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>CrScreenshotDxe.efi</string>
                <key>Path</key>
                <string>CrScreenshotDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HfsPlus.efi</string>
                <key>Path</key>
                <string>HfsPlus.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HiiDatabase.efi</string>
                <key>Path</key>
                <string>HiiDatabase.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NvmExpressDxe.efi</string>
                <key>Path</key>
                <string>NvmExpressDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenCanopy.efi</string>
                <key>Path</key>
                <string>OpenCanopy.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenHfsPlus.efi</string>
                <key>Path</key>
                <string>OpenHfsPlus.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenLinuxBoot.efi</string>
                <key>Path</key>
                <string>OpenLinuxBoot.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenPartitionDxe.efi</string>
                <key>Path</key>
                <string>OpenPartitionDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenRuntime.efi</string>
                <key>Path</key>
                <string>OpenRuntime.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>OpenUsbKbDxe.efi</string>
                <key>Path</key>
                <string>OpenUsbKbDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Ps2KeyboardDxe.efi</string>
                <key>Path</key>
                <string>Ps2KeyboardDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Ps2MouseDxe.efi</string>
                <key>Path</key>
                <string>Ps2MouseDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>UsbMouseDxe.efi</string>
                <key>Path</key>
                <string>UsbMouseDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>XhciDxe.efi</string>
                <key>Path</key>
                <string>XhciDxe.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Arguments</key>
                <string></string>
            </dict>
        </array>
In this way it can not work, OC failed to run
 
Status
Not open for further replies.
Back
Top