Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mrkcdl opened this issue Sep 1, 2022 · 1 comment
Open

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

mrkcdl opened this issue Sep 1, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@mrkcdl
Copy link

mrkcdl commented Sep 1, 2022

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):

  • macOS Version: Monterey, but same thing happens with Big Sur and Catalina
  • EFI Version: 1.7.2
  • EFI type (regular or HeliPort): regular
  • T440p with i5-4300M and Nvidia graphics, 8GB RAM, 500GB WD Blue SATA SSD

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.

@mrkcdl mrkcdl added the bug Something isn't working label Sep 1, 2022
@atw58
Copy link

atw58 commented Jan 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants