Contribute
Register

Please Help - Install Catalina won't start

Status
Not open for further replies.
Hello,
i hope i will be able to install Mac on my laptop. I read more and I understand more. I think is my DSDT.aml.
I Disassemble my DSDT. But after... It's difficult for me. Can you help me?

Have a good day
Thanks
 

Attachments

  • CLOVER.zip
    2.8 MB · Views: 108
Hello,
i hope i will be able to install Mac on my laptop. I read more and I understand more. I think is my DSDT.aml.
I Disassemble my DSDT. But after... It's difficult for me. Can you help me?

Have a good day
Thanks
you don't need a DSDT.aml to install macOS

you only need a DSDT.aml when you need to fix things after you have installed
 
Sorry. Thanks you.
So I created a booting media, i installed Clover, download a config plist at the same model of my laptop, UHD630. I renamed this to config.plist.
But i can't boot.
"upc name space lookup failure"
I can genere a log file?

It will be easier for you to helm me if you have a log file :)
Thanks you
 
Sorry. Thanks you.
So I created a booting media, i installed Clover, download a config plist at the same model of my laptop, UHD630. I renamed this to config.plist.
But i can't boot.
"upc name space lookup failure"
I can genere a log file?

It will be easier for you to helm me if you have a log file :)
Thanks you
you will need to boot verbose and take a picture to upload here, along with your problem reporting files
 
81255F56-858B-4150-8FA7-79B8CA84F1DD.jpeg
Thanks you very much. I booted in verbose mode.
 
View attachment 458676Thanks you very much. I booted in verbose mode.
you have so many unnecessary kexts in clover/kexts/other

remove
ACPIBatteryManager.kext
AppleIntelCPUPowerManagement.kext
AppleIntelE1000e.kext
BCM20702A0_injector.kext
BrcmFirmwareRepo.kext (doesn't belong in clover at all!)
GenericUSBXHCI.kext
HSSDBlockStorage.kext
IntelMausi.kext
IntelMausiEthernet.kext
JMB38X.kext
Shiki.kext


possible you don't need all these that start with:
FakePCIID*

make sure the kexts you have left are updated to latest versions

in your config.plist, disable these:
Code:
<key>DeleteUnused</key>
                <true/>
                <key>FixDisplay</key>
                <true/>
                <key>FixIntelGfx</key>
                <true/>

delete these entries:
Code:
<key>EnableC2</key>
            <true/>
            <key>EnableC4</key>
            <true/>
            <key>EnableC6</key>
            <true/>
            <key>EnableC7</key>
            <true/>
            <key>Generate</key>
            <dict>
                <key>APLF</key>
                <true/>
                <key>APSN</key>
                <true/>
                <key>CStates</key>
                <true/>
                <key>PStates</key>
                <true/>
                
            </dict>
            <key>MinMultiplier</key>
            <integer>8</integer>

keep:

Code:
<key>PluginType</key>
                <true/>

your boot arguments:
Code:
<string>kext-dev-mode=1 dart=0 slide=0 nv_disable=1 -cdfon -igfxnohdmi v</string>

should be:
Code:
<string>dart=0 slide=0 nv_disable=1 -cdfon -igfxnohdmi -v</string>

also wondering why you are using a config.plist for:
"This file is for HD4000 1366x768 on 6-series chipset (atypical)"

as your hardware is for HD620 according to your hardware profile

you are also injecting Intel Graphics, this is wrong, should be disabled

MacBookPro10,2 is wrong for your hardware use a config.plist from the laptop guide:

drivers/UEFI:
SMCHelper should be removed
 
Thanks you again.
I downloaded the config.plist from UHD630.
In this config Plist i don't find "EnableC2..."
 

Attachments

  • config_UHD630.plist
    12.4 KB · Views: 75
In this config Plist i don't find "EnableC2..."
as per design

anyways, what happens when you use this setup? you haven't mentioned
 
In verbose Mode, my laptop reboot.
If i disable reboot, nothing.
My laptop block after RandomSeed
 
In verbose Mode, my laptop reboot.
If i disable reboot, nothing.
My laptop block after RandomSeed
have a search for End randomseed
 
Status
Not open for further replies.
Back
Top