Contribute
Register

Matebook 13 boot every two attempts

Status
Not open for further replies.
Joined
Oct 16, 2018
Messages
97
Motherboard
Matebook 13 Eu
CPU
i7-8565U
Graphics
UHD 620
Mobile Phone
  1. Android
Hi, i've installed mojave on my matebook 13 (i7-8565U whiskey lake, 8gb ddr3 ram, ssd nvme, intel uhd 620)

All it goes fine exept for one thing, sometimes it boots at first try(rarely), other times boots every 2 attempts(when fails, laptop reboot when apple logo appears on the screen).
I've tried OsxAptioFixDrv or AptioMemoryFix-64, and to put slide = 0 and CsrActiveConfig= 0x67 in config.plist but the situation is the same.

I've attached Clover folder of the last attempt to fix
 

Attachments

  • CLOVER.rar
    1.6 MB · Views: 71
Last edited:
Hi, i've installed mojave on my matebook 13 (i7-8565U whiskey lake, 8gb ddr3 ram, ssd nvme, intel uhd 620)

All it goes fine exept for one thing, sometimes it boots at first try(rarely), other times boots every 2 attempts(when fails, laptop reboot when apple logo appears on the screen).
I've tried OsxAptioFixDrv or AptioMemoryFix-64, and to put slide = 0 and CsrActiveConfig= 0x67 in config.plist but the situation is the same.

I've attached Clover folder of the last attempt to fix
SMCHelper should be removed as it doesn't work well with VirtualSMC

you seem to have 3 APFS* files, you only need 1

next time:
Use this tool and upload your problem reporting files:
 
SMCHelper should be removed as it doesn't work well with VirtualSMC

you seem to have 3 APFS* files, you only need 1

next time:
Use this tool and upload your problem reporting files:
Ok, will try removing SMC helper, can you help me to what of 3 apfs I have to delete?
Maybe this is the cause of my 2hours battery lasting?
 
Ok, will try removing SMC helper, can you help me to what of 3 apfs I have to delete?
Maybe this is the cause of my 2hours battery lasting?
try just keeping ApfsDriverLoader and remove apfs and ApfsDriverLoader-64

you also have other files that are doubled up in drivers64UEFI
 
try just keeping ApfsDriverLoader and remove apfs and ApfsDriverLoader-64

you also have other files that are doubled up in drivers64UEFI
Ok, I now I have ApfsDriverLoader-64 and I have deleted SMCHelper, now have to test
What can I delete other than this? I've deletef nvmexpress, audiodxe and fsinject because I have a secondi Copy "-64" of them

But the problem still persist, I've noticed that the kext audio work some times and some not

Now don't reboot, but give me a panic and then if I press enter, it boots event if has a panic
 
Last edited:
Ok, I now I have ApfsDriverLoader-64 and I have deleted SMCHelper, now have to test
What can I delete other than this? I've deletef nvmexpress, audiodxe and fsinject because I have a secondi Copy "-64" of them

But the problem still persist, I've noticed that the kext audio work some times and some not

Now don't reboot, but give me a panic and then if I press enter, it boots event if has a panic
when you upload your problem reporting files....
 
when you upload your problem reporting files....
Scuse me, i've forgot. Here is the reporting file, hope was reported good
 

Attachments

  • debug_11921.zip
    1.5 MB · Views: 60
  • MacBook Pro di Edoardo.ioreg
    6.6 MB · Views: 78
you may want to try installing AptioMemoryFix in drivers64UEFI folder

contig.plist:

remove all the patches:
(patched by AppleHDA Patcher.app)

and remove from boot arguments:
-lilubetaall -alcbeta

Use this to make sure your kexts are up to date:

* Moved "AptioMemoryFix-64.efi" from Clover/Drivers/UEFI to Clover/Driver64UEFI(Cant find AptioMemoryFix(non 64) in latest clover installation options)

*Removed -lilubetaal and -alcbeta from boot args

remove all the patches:
(patched by AppleHDA Patcher.app : can you explain more deep? what do you mean?
 
* Moved "AptioMemoryFix-64.efi" from Clover/Drivers/UEFI to Clover/Driver64UEFI(Cant find AptioMemoryFix(non 64) in latest clover installation options)

*Removed -lilubetaal and -alcbeta from boot args

remove all the patches:
(patched by AppleHDA Patcher.app : can you explain more deep? what do you mean?
the KextsToPatch section in your config.plist:
Code:
        <dict>
                <key>Comment</key>
                <string>Zeroing 10ec0261 codec (patched by AppleHDA Patcher.app)</string>
                <key>Disabled</key>
                <true/>
                <key>Find</key>
                <data>
                YQLsEA==
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleHDA</string>
                <key>Replace</key>
                <data>
                AAAAAA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Zeroing 10ec0262 codec (patched by AppleHDA Patcher.app)</string>
                <key>Disabled</key>
                <true/>
                <key>Find</key>
                <data>
                YgLsEA==
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleHDA</string>
                <key>Replace</key>
                <data>
                AAAAAA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Zeroing 10ec0885 codec (patched by AppleHDA Patcher.app)</string>
                <key>Disabled</key>
                <true/>
                <key>Find</key>
                <data>
                hQjsEA==
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleHDA</string>
                <key>Replace</key>
                <data>
                AAAAAA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Patching 11d41984 with 10ec0236 codec (patched by AppleHDA Patcher.app)</string>
                <key>Disabled</key>
                <true/>
                <key>Find</key>
                <data>
                hBnUEQ==
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleHDA</string>
                <key>Replace</key>
                <data>
                NgLsEA==
                </data>
            </dict>
delete all that above
 
Status
Not open for further replies.
Back
Top