I'm new to creating a Hackintosh USB, and I've been following the guide provided by Dortania: OpenCore Install Guide. However, I encountered an issue after selecting the "MACOS (external) (dmg)" option, resulting in an eb.wl.pwlfnv error.
For a more detailed overview, I've shared an error screen photo, the error log file, and my config.plist files on Google Drive.
While configuring the config.plist file, I referred to the guide specific to AMD/zen: Starting Point.
Here are the hardware details:
- CPU: Ryzen 5 2600
- GPU: RX 6650 XT
- MoBo: PRIME B450M-K
I would greatly appreciate any assistance or insights to resolve this issue. Thank you in advance for your help!
Attachments Link: https://drive.google.com/drive/folders/1E-fsnxfQ9GwpS86AynvfoAQUl7Z7SjiL?usp=sharing
The USB folder structure looks like this:
F:.
├───EFI
│ ├───BOOT
│ │ BOOTx64.efi
│ │
│ └───OC
│ │ config.plist
│ │ OpenCore.efi
│ │
│ ├───ACPI
│ │ SSDT-EC.aml
│ │ SSDT-6650XT.aml
│ │
│ ├───Drivers
│ │ HfsPlus.efi
│ │ OpenCanopy.efi
│ │
│ ├───Kexts
│ │ ├───AMDRyzenCPUPowerManagement.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ ├───MacOS
│ │ │ │ AMDRyzenCPUPowerManagement
│ │ │ │
│ │ │ └───_CodeSignature
│ │ │ CodeResources
│ │ │
│ │ ├───AppleALC.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ └───MacOS
│ │ │ AppleALC
│ │ │
│ │ ├───AppleMCEReporterDisabler.kext
│ │ │ └───Contents
│ │ │ Info.plist
│ │ │
│ │ ├───BlueToolFixup.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ └───MacOS
│ │ │ BlueToolFixup
│ │ │
│ │ ├───BrcmFirmwareData.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ └───MacOS
│ │ │ BrcmFirmwareData
│ │ │
│ │ ├───BrcmPatchRAM3.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ └───MacOS
│ │ │ BrcmPatchRAM3
│ │ │
│ │ ├───FeatureUnlock.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ └───MacOS
│ │ │ FeatureUnlock
│ │ │
│ │ ├───Lilu.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ └───MacOS
│ │ │ Lilu
│ │ │
│ │ ├───NVMeFix.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ └───MacOS
│ │ │ NVMeFix
│ │ │
│ │ ├───RadeonSensor.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ ├───MacOS
│ │ │ │ RadeonSensor
│ │ │ │
│ │ │ └───_CodeSignature
│ │ │ CodeResources
│ │ │
│ │ ├───RealtekRTL8111.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ ├───MacOS
│ │ │ │ RealtekRTL8111
│ │ │ │
│ │ │ └───Resources
│ │ │ └───en.lproj
│ │ │ InfoPlist.strings
│ │ │
│ │ ├───RestrictEvents.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ └───MacOS
│ │ │ RestrictEvents
│ │ │
│ │ ├───SMCAMDProcessor.kext
│ │ │ └───SMCAMDProcessor.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ ├───MacOS
│ │ │ │ SMCAMDProcessor
│ │ │ │
│ │ │ └───_CodeSignature
│ │ │ CodeResources
│ │ │
│ │ ├───SMCRadeonGPU.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ ├───MacOS
│ │ │ │ SMCRadeonGPU
│ │ │ │
│ │ │ └───_CodeSignature
│ │ │ CodeResources
│ │ │
│ │ ├───USBToolBox.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ └───MacOS
│ │ │ USBToolBox
│ │ │
│ │ ├───UTBMap.kext
│ │ │ └───Contents
│ │ │ Info.plist
│ │ │
│ │ ├───VirtualSMC.kext
│ │ │ └───Contents
│ │ │ │ Info.plist
│ │ │ │
│ │ │ └───MacOS
│ │ │ VirtualSMC
│ │ │
│ │ └───WhateverGreen.kext
│ │ └───Contents
│ │ │ Info.plist
│ │ │
│ │ └───MacOS
│ │ WhateverGreen
│ │
│ ├───Resources
│ │ ├───Audio
│ │ ├───Font
│ │ ├───Image
│ │ └───Label
│ └───Tools
│ OpenShell.efi
│
└───com.apple.recovery.boot
BaseSystem.chunklist
BaseSystem.dmg
[link] [comments]
Post a Comment