Skip to content
Open
Changes from 2 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:
* Either missing entirely, not properly defined in config.plost, 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