Guide Step-by-Step:
Problem Overview:
The error logs suggest an issue related to reading the OS.dmg.root_hash
file, often encountered during macOS boot on certain Hackintosh setups. This error is commonly associated with Secure Boot or improper kernel configurations.
Step 1: Update OpenCore and Kexts
- Ensure that you are using the latest OpenCore version and update all required kexts, particularly VoodooI2C.kext, VoodooI2CHID.kext, WhateverGreen.kext, Lilu.kext, and AppleALC.kext.
- Download updates from the official source repositories.
Step 2: Configure BIOS Settings
- Enter BIOS by pressing F2 on startup.
- Disable Secure Boot: This setting prevents non-signed OS from loading, which affects macOS boot on Hackintosh setups.
- Enable AHCI for SATA Mode.
- Disable VT-d and CFG-Lock if available.
- Enable XHCI Hand-off and Above 4G Decoding if present.
Step 3: Adjust config.plist
for Secure Boot Compatibility
Open your
config.plist
in ProperTree or OpenCore Configurator and ensure the following settings:Misc > Security:
- SecureBootModel: Set to
Disabled
(macOS doesn’t require secure boot on Hackintosh systems). - Vault: Set to
Optional
. - AllowNvramReset: Set to
True
for initial troubleshooting.
- SecureBootModel: Set to
UEFI > APFS:
- MinDate: Set to
-1
. - MinVersion: Set to
-1
.
- MinDate: Set to
Misc > Boot:
- Arguments: Add
-v
for verbose mode andkeepsyms=1
to make debugging easier. - Optional: Add
amfi_get_out_of_my_way=1
to bypass SIP issues during installation.
- Arguments: Add
Step 4: Modify config.plist
for APFS and Kernel Caches
- APFS Loading: If you're using macOS versions that include the
OS.dmg.root_hash
(Big Sur and later), configure yourconfig.plist
to correctly handle kernel cache files. - Set Kernel > Quirks to include:
- DisableLinkeditJettison:
True
– Helps prevent kernel cache issues. - DevirtualiseMmio:
True
– Can fix memory mapping issues on some laptops.
- DisableLinkeditJettison:
Step 5: Add Required Kexts
- Ensure the following kexts are included in
EFI/OC/Kexts
:- Lilu.kext and WhateverGreen.kext for graphics and system patching.
- AppleALC.kext for audio.
- VoodooI2C.kext and VoodooI2CHID.kext (latest version) for touchscreen and I2C support.
- Add
XHCI-unsupported.kext
if you experience USB-related boot errors.
Step 6: Address Boot Loader and OS File Errors
- Add boot arguments
-no_compat_check
to disable hardware compatibility checks if the boot process stalls. - Adjust Booter > Quirks:
- AvoidRuntimeDefrag: Set to
True
. - EnableWriteUnprotector: Set to
True
for compatibility with certain macOS protections.
- AvoidRuntimeDefrag: Set to
- Kernel > Quirks:
- Enable AppleXcpmCfgLock and DisableIoMapper if VT-d cannot be disabled in BIOS.
Step 7: Troubleshoot Boot Process
- If the boot process fails, check the verbose output for the error message.
- Common fixes:
- Err(0xE) or OS.dmg.root_hash errors: These indicate issues with reading the APFS volume or Secure Boot configurations. Recheck
config.plist
for settings mentioned above. - I/O Errors: These might be related to kext versions or incompatible boot arguments.
- Err(0xE) or OS.dmg.root_hash errors: These indicate issues with reading the APFS volume or Secure Boot configurations. Recheck
Example config.plist
Snippet
By following these steps, your Tecra X40-F should boot macOS successfully.
I've been stuck with this error for months.
I'm using a Tecra x40-f laptop.
With an i7-8665u and 32GB of ram.
I've followed all the official opencore tutorials and sometimes I take the configuration from another laptop with the same processor. but I still get the error.
can anyone help me?
92:643 00:032 OC: Prelinked injection VoodooI2CHID.kext v1
92:675 00:032 OC: Prelink size 97308672 kext offset 65093632 reserved 32215040
92:793 00:117 OCAK: KC TEXT is 65536 bytes with 61800 Mach-O headers need 1696
93:401 00:607 OC: Prelinked status - Success
93:845 00:444 AAPL: #[EB.LD.LKFS|-?] Ok(0)
94:007 00:161 AAPL: #[EB.LD.LKC|-?] Ok(0)
94:173 00:165 AAPL: #[EB|BST:REV1]
94:335 00:162 AAPL: #[EB|CSR:OUT] 0x00000040
94:500 00:164 AAPL: #[EB.BST.FBS|+]
94:662 00:161 AAPL: #[EB.BST.FBS|ADSZ] 0
94:823 00:161 AAPL: #[EB.BST.FBS|KSSZ] 0
94:985 00:161 AAPL: #[EB|SB:SBGMFNS] j213ap.im4m
95:147 00:161 AAPL: #[EB|RH:PF] usr\standalone\OS.dmg.root_hash
95:309 00:161 AAPL: #[EB|RH:MF] <"usr\\standalone\\OS.dmg.root_hash.j213ap.im4m">
95:471 00:162 AAPL: #[EB.LD.LF|IN] 0 1 <"usr\\standalone\\OS.dmg.root_hash"> <"0">
95:645 00:173 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"usr\\standalone\\OS.dmg.root_hash">
95:806 00:161 AAPL: #[EB.RH.LRH|P!] Err(0xE) <- EB.LD.LF
95:967 00:161 AAPL: #[EB.BST.FBS|!] Err(0xE) <- EB.RH.LRH
96:000 00:032 OCSMC: SmcReadValue Key 4D535463 Size 1
96:032 00:032 OCSMC: SmcReadValue Key 4D534163 Size 2
96:277 00:245 AAPL: #[EB|LOG:DT] 2024-11-14T10:48:20
96:440 00:162 AAPL: #[EB.MM.AKM|!] Err(0xE) <- EB.MM.MKP
96:602 00:162 AAPL: #[EB.BST.FBS|RT!] 0 <- EB.MM.AKMr2 0x11e3b000 0x0
[link] [comments]
Post a Comment