Contribute
Register

First time installing waiting on <dict ID="0"> Error

Status
Not open for further replies.
A quick update
I used a usb 2.0 16gb plugged it in a USB 2.0hub and a usb2.0 port and made sure nothing was connected in usb3 ports
I've disabled Legacy usb on my bios
disabled fast boot
went to options on clover boot screen and ticked USB ownership and USB injection
I made sure I had USBInjectAll.kext
also my boot options were dart=0 nv_disable=1 -v debug0x100 keepsym= alcid=1 agbpmod=pikera
and I'm still having the same issue sadly
 

Attachments

  • 1639623309253.png
    1639623309253.png
    15.8 MB · Views: 76
A quick update
I used a usb 2.0 16gb plugged it in a USB 2.0hub and a usb2.0 port and made sure nothing was connected in usb3 ports
I've disabled Legacy usb on my bios
disabled fast boot
went to options on clover boot screen and ticked USB ownership and USB injection
I made sure I had USBInjectAll.kext
also my boot options were dart=0 nv_disable=1 -v debug0x100 keepsym= alcid=1 agbpmod=pikera
and I'm still having the same issue sadly
try all ports on the back of your motherboard, usb2.0 and usb3.0 ports
 
No need to do this, in fact it may well help if you enable legacy support for USB.
Alright I enabled legacy support and got some interesting results


try all ports on the back of your motherboard, usb2.0 and usb3.0 ports
The first attachment is the results for usb2.0 and the second one is USB 3.0
I'm not sure what all of this means but it seems like I messed something up?
any help is appreciated! <3
 

Attachments

  • 1639655240375.png
    1639655240375.png
    17.4 MB · Views: 82
  • 1639655363265.png
    1639655363265.png
    12.8 MB · Views: 78
Alright I enabled legacy support and got some interesting results



The first attachment is the results for usb2.0 and the second one is USB 3.0
I'm not sure what all of this means but it seems like I messed something up?
any help is appreciated! <3
zip and upload your EFI folder
 
Here you go!
 

Attachments

  • EFI.zip
    6.1 MB · Views: 75
Here you go!
you have both FakeSMC.kext and VirtualSMC.kext you should only have the one

also all those kexts should be just in the Other folder

you may require EC-SSDT.aml in acpi/patched folder

config.plist, you may want to set these to true:
Code:
<key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>

nvidia should be set to false:
Code:
<key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <true/>
        </dict>
    </dict>

should be set to false:
Code:
<key>NvidiaWeb</key>
        <true/>

this:
Code:
<key>IntelGFX</key>
            <string>0x12345678</string>
should be:
Code:
<key>IntelGFX</key>
            <string>0x0</string>
 
Screenshot 2021-12-16 at 12.03.09.png

These two do the same job and are mutually exclusive.
Use one or the other but not both.

Kexts should be in /EFI/CLOVER/kexts/Other only.
 
you have both FakeSMC.kext and VirtualSMC.kext you should only have the one

also all those kexts should be just in the Other folder

you may require EC-SSDT.aml in acpi/patched folder

config.plist, you may want to set these to true:
Code:
<key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>

nvidia should be set to false:
Code:
<key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <true/>
        </dict>
    </dict>

should be set to false:
Code:
<key>NvidiaWeb</key>
        <true/>

this:
Code:
<key>IntelGFX</key>
            <string>0x12345678</string>
should be:
Code:
<key>IntelGFX</key>
            <string>0x0</string>
I think we're on a breakthrough here!
Did everything you told me to and got this as a result
 

Attachments

  • 1639657921139.png
    1639657921139.png
    8.3 MB · Views: 94
Status
Not open for further replies.
Back
Top