Contribute
Register

Upgrade from Mojave to Catalina stuck on apple logo

Status
Not open for further replies.
The config.plist I dont get at all.

Can you help with this?
 

Attachments

  • config.plist
    38.2 KB · Views: 19
The config.plist I dont get at all.

Can you help with this?
lilu.kext needs to be the first in the list

you still showing 3 ethernet kexts in the list

set Vault to Optional

iMac19,1 is for a CoffeLake system, your Skylake would use iMac17,1

these 2 entries should be set to -1

Code:
<key>MinDate</key>
            <integer>0</integer>
            <key>MinVersion</key>
            <integer>0</integer>

more info here:
 
lilu.kext needs to be the first in the list

you still showing 3 ethernet kexts in the list

set Vault to Optional

iMac19,1 is for a CoffeLake system, your Skylake would use iMac17,1

these 2 entries should be set to -1

Code:
<key>MinDate</key>
            <integer>0</integer>
            <key>MinVersion</key>
            <integer>0</integer>

more info here:
ok please see update plist.

I think Ive made the correct changes?
 

Attachments

  • config.plist
    37.3 KB · Views: 20
Last edited:
Ive definately delete the other two ethernet options and saved the plist.

With the other changes, do you have screenshots please?
just edit your config.plist and make the changes as suggested
 
Done Ive attached it above
not sure what this is for:
SSDT-i5-6260u.aml ?

Lilu still needs to be first in the list:

Code:
<key>Kernel</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>AppleFWAudio.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleFWAudio</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleFWAudio.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HWInfo.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/HWInfo</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>HWInfo.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>IntelMausiEthernet.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/IntelMausiEthernet</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>IntelMausiEthernet.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Lilu.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/Lilu</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>Lilu.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NVMeFix.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/NVMeFix</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>NVMeFix.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USBInjectAll.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/USBInjectAll</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>USBInjectAll.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>VirtualSMC.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VirtualSMC</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VirtualSMC.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>WhateverGreen.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/WhateverGreen</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>WhateverGreen.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>AppleALC.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleALC</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleALC.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>AppleALCU.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleALCU</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleALCU.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>SMCProcessor.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCProcessor</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>SMCProcessor.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>SMCSuperIO.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCSuperIO</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>SMCSuperIO.kext</string>
            </dict>
        </array>

make sure your serial number is set to iMac17,1:
use the above to generate proper serials if you have not already done so
 
not sure what this is for:
SSDT-i5-6260u.aml ?

Lilu still needs to be first in the list:

Code:
<key>Kernel</key>
    <dict>
        <key>Add</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>AppleFWAudio.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleFWAudio</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleFWAudio.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HWInfo.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/HWInfo</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>HWInfo.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>IntelMausiEthernet.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/IntelMausiEthernet</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>IntelMausiEthernet.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Lilu.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/Lilu</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>Lilu.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>NVMeFix.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/NVMeFix</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>NVMeFix.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USBInjectAll.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/USBInjectAll</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>USBInjectAll.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>VirtualSMC.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/VirtualSMC</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>VirtualSMC.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>WhateverGreen.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/WhateverGreen</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>WhateverGreen.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>AppleALC.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleALC</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleALC.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>AppleALCU.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AppleALCU</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AppleALCU.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>SMCProcessor.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCProcessor</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>SMCProcessor.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>SMCSuperIO.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/SMCSuperIO</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>SMCSuperIO.kext</string>
            </dict>
        </array>

make sure your serial number is set to iMac17,1:
use the above to generate proper serials if you have not already done so
SSDT-i5-6260u.aml was in my clover. Do you think I don't need it?

I will put Lulu and post back?
 
SSDT-i5-6260u.aml was in my clover. Do you think I don't need it?
no idea what it is... but i am going to take a guess and say remove it
 
Status
Not open for further replies.
Back
Top