From 728a52853d45bf3c467c93d906a2705549e75937 Mon Sep 17 00:00:00 2001 From: sean-langley <69810410+sean-langley@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:21:24 -0700 Subject: [PATCH 1/3] Update kernel-issues.md Add section for OCB: Loadimage Failed - Unsupported --- troubleshooting/extended/kernel-issues.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/troubleshooting/extended/kernel-issues.md b/troubleshooting/extended/kernel-issues.md index 9d2082fc1..64222c2ed 100644 --- a/troubleshooting/extended/kernel-issues.md +++ b/troubleshooting/extended/kernel-issues.md @@ -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, 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: From c66f4fea3dc1335f51c2100b167b7e429866f198 Mon Sep 17 00:00:00 2001 From: sean-langley <69810410+sean-langley@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:38:36 -0700 Subject: [PATCH 2/3] Update kernel-issues.md Added mention of HFSPlus not being in config.plist --- troubleshooting/extended/kernel-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/extended/kernel-issues.md b/troubleshooting/extended/kernel-issues.md index 64222c2ed..ab1caf3d2 100644 --- a/troubleshooting/extended/kernel-issues.md +++ b/troubleshooting/extended/kernel-issues.md @@ -299,7 +299,7 @@ Halting on critical error This series of errors is most likely one of the following: * Missing HfsPlus driver: - * Either missing entirely, or not properly executing. Switch to Debug Logs to verify. + * 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. From d8c377faa3d65298c3da72f7725e0f7447b01233 Mon Sep 17 00:00:00 2001 From: sean-langley <69810410+sean-langley@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:29:19 -0700 Subject: [PATCH 3/3] Update kernel-issues.md Fix spelling error of config.plist --- troubleshooting/extended/kernel-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/extended/kernel-issues.md b/troubleshooting/extended/kernel-issues.md index ab1caf3d2..2cb6d1de0 100644 --- a/troubleshooting/extended/kernel-issues.md +++ b/troubleshooting/extended/kernel-issues.md @@ -299,7 +299,7 @@ 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. + * 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.