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

Update kernel-issues.md #470

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions troubleshooting/extended/kernel-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,22 @@ cd ~
sudo cp -a /usr/standalone/i386/. /System/Volumes/Preboot/CD844C38-1A25-48D5-9388-5D62AA46CFB8/System/Library/CoreServices
```

## Stuck on `OCB: LoadImage failed - Unsupported`

```
OCB: LoadImage failed - Unsupported
OCB: System has no boot entries
OC: Failed to show boot menu!
Halting on critical error
```

This series of errors is most likely one of the following:

* Missing HfsPlus driver:
sean-langley marked this conversation as resolved.
Show resolved Hide resolved
* Either missing entirely, not properly defined in config.plist, or not properly executing. Switch to Debug Logs to verify.
* Corrupted BaseSystem.dmg file, and its Hash code does not match the one from .chunklist.
* File System corruption or invalid partition table.

## Stuck on `OCABC: Memory pool allocation failure - Not Found`

This is due to incorrect BIOS settings:
Expand Down