Contribute
Register

ASUS X450JA freezing at Apple logo

Status
Not open for further replies.
what have you done in the last 3 days to try and sort this?
I've added SSDT-PNLF-CFL.aml
tried different device id

and also made wifi work
 
I've added SSDT-PNLF-CFL.aml
tried different device id

and also made wifi work
then upload new files if you have made changes
 
what DVMT have you used in your BIOS? should be 64MB
 
Yeah, 64MB is selected
device-id
framebuffer-unifiedmem
is probably not needed

can be disabled:
Code:
<key>Force</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>System/Library/Extensions/IONetworkingFamily.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/IONetworkingFamily</string>
                <key>Identifier</key>
                <string>com.apple.iokit.IONetworkingFamily</string>
                <key>MaxKernel</key>
                <string>13.99.99</string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
        </array>

disable:
XhciPortLimit

-igfxdvmt may/may not be needed

test with MacBookPro16,2 and also with MacBookAir9,1
 
device-id
framebuffer-unifiedmem
is probably not needed

can be disabled:
Code:
<key>Force</key>
        <array>
            <dict>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>System/Library/Extensions/IONetworkingFamily.kext</string>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/IONetworkingFamily</string>
                <key>Identifier</key>
                <string>com.apple.iokit.IONetworkingFamily</string>
                <key>MaxKernel</key>
                <string>13.99.99</string>
                <key>MinKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
            </dict>
        </array>

disable:
XhciPortLimit

-igfxdvmt may/may not be needed

test with MacBookPro16,2 and also with MacBookAir9,1
I've tried this in different variations and the results are different too, but there is no configuration among us, that fixes the problem
I've known that -igfxdvmt is necessary and MacBookPro16,2 better
 
I've tried this in different variations and the results are different too, but there is no configuration among us, that fixes the problem
I've known that -igfxdvmt is necessary and MacBookPro16,2 better
could try adding this:
 
could try adding this:
YEEEEEAAAAaaaah it works!!!! Thanks a million!!!!!

here is my EFI for those who will install Catalina on ASUS x450ja with i3

:)
 

Attachments

  • EFI.rar
    14.2 MB · Views: 221
YEEEEEAAAAaaaah it works!!!! Thanks a million!!!!!

here is my EFI for those who will install Catalina on ASUS x450ja with i3

:)
glad you got it installed! :)
 
Status
Not open for further replies.
Back
Top