valnoxy / t440p-oc

💻 Lenovo ThinkPad T440p Hackintosh (Big Sur, Monterey & Ventura Beta) - OpenCore
https://exploitox.de/hackintosh/t440p
MIT License
126 stars 34 forks source link

[EB|#LOG:EXITBS:START], cannot boot to installer #64

Open mrkcdl opened 1 year ago

mrkcdl commented 1 year ago

Describe the bug When I try to load the macOS installer with OpenCore, it gets stuck on the Apple logo screen with no loading bar. If I load in verbose mode, the last message before it gets stuck is [EB|#LOG:EXITBS:START]

Screenshots IMG_1183 IMG_1184

Device (please complete the following information):

Additional context I have tried everything from resetting my BIOS and configuring it according to the tutorial again, changing from com.apple.recovery.boot to two partitions, trying different SMBIOS configurations and even different macOS versions, the issue still persists.

atw58 commented 1 year ago

Flip the values around to match older fw. See troubleshooting section.

EnableWriteUnprotector

Another issue may be that macOS is conflicting with the write protection from CR0 register, to resolve this we have 2 options: If your firmware supports MATs(2018+ firmwares): EnableWriteUnprotector -> False RebuildAppleMemoryMap -> True SyncRuntimePermissions -> True For older firmwares: EnableWriteUnprotector -> True RebuildAppleMemoryMap -> False SyncRuntimePermissions -> False