macOS Montrey Installer (recovery) hangs after ~20 to 30 seconds

As the title suggests, it hangs but to no avail.

What I have tried:
- The OpenCore guide section of user space issues on this (didn't work)
- Changing AMD GPU boot args (didn't work)
- Not moving the mouse for this duration to see if it is related to the GPU (didn't work)

I also have noticed that the USB stops flashing right when it hangs, indicating it stopped reading/writing to the USB... which is weird since I don't know what is causing that.

I will be gone momentarily, when I'm back I will respond to the comments, thank you.

config.plist: https://drive.google.com/file/d/1doUSotAdwBWMJJYXEKjipkkLE4miEVtG/view?usp=sharingLatest
logs: https://drive.google.com/file/d/1VZkkLCeP9vjDHi-y7Ex5x6J96LxmJ24Q/view?usp=sharing

`tree` of my root directory:

├── com.apple.recovery.boot │ ├── BaseSystem.chunklist │ └── BaseSystem.dmg ├── EFI │ ├── BOOT │ │ └── BOOTx64.efi │ └── OC │ ├── ACPI │ │ ├── SSDT-EC-DESKTOP.aml │ │ └── SSDT-IMEI.aml │ ├── config.plist │ ├── Drivers │ │ ├── HfsPlusLegacy.efi │ │ ├── OpenRuntime.efi │ │ └── ResetNvramEntry.efi │ ├── Kexts │ │ ├── AppleALC.kext │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── AppleALC │ │ ├── DebugEnhancer.kext │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── DebugEnhancer │ │ ├── Lilu.kext │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ │ └── Lilu │ │ │ └── Resources │ │ │ ├── Headers │ │ │ │ ├── capstone │ │ │ │ │ ├── arm64.h │ │ │ │ │ ├── arm.h │ │ │ │ │ ├── capstone.h │ │ │ │ │ ├── mips.h │ │ │ │ │ ├── platform.h │ │ │ │ │ ├── ppc.h │ │ │ │ │ ├── sparc.h │ │ │ │ │ ├── systemz.h │ │ │ │ │ ├── x86.h │ │ │ │ │ └── xcore.h │ │ │ │ ├── hde32.h │ │ │ │ ├── hde64.h │ │ │ │ ├── kern_api.hpp │ │ │ │ ├── kern_compat.hpp │ │ │ │ ├── kern_compression.hpp │ │ │ │ ├── kern_config.hpp │ │ │ │ ├── kern_cpu.hpp │ │ │ │ ├── kern_crypto.hpp │ │ │ │ ├── kern_devinfo.hpp │ │ │ │ ├── kern_disasm.hpp │ │ │ │ ├── kern_efi.hpp │ │ │ │ ├── kern_file.hpp │ │ │ │ ├── kern_iokit.hpp │ │ │ │ ├── kern_mach.hpp │ │ │ │ ├── kern_nvram.hpp │ │ │ │ ├── kern_patcher.hpp │ │ │ │ ├── kern_policy.hpp │ │ │ │ ├── kern_rtc.hpp │ │ │ │ ├── kern_time.hpp │ │ │ │ ├── kern_user.hpp │ │ │ │ ├── kern_util.hpp │ │ │ │ ├── kern_version.hpp │ │ │ │ └── plugin_start.hpp │ │ │ └── Library │ │ │ ├── plugin_start.cpp │ │ │ └── wrappers │ │ │ ├── build.tool │ │ │ ├── entry32.S │ │ │ ├── entry64.S │ │ │ └── wrappers.inc │ │ ├── SMCProcessor.kext │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── SMCProcessor │ │ ├── SMCSuperIO.kext │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── SMCSuperIO │ │ ├── VirtualSMC.kext │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ │ └── VirtualSMC │ │ │ └── Resources │ │ │ └── VirtualSMCSDK │ │ │ ├── AppleSmcBridge.hpp │ │ │ ├── AppleSmc.h │ │ │ ├── kern_keyvalue.hpp │ │ │ ├── kern_smcinfo.hpp │ │ │ ├── kern_value.hpp │ │ │ └── kern_vsmcapi.hpp │ │ └── WhateverGreen.kext │ │ └── Contents │ │ ├── Info.plist │ │ └── MacOS │ │ └── WhateverGreen │ ├── OpenCore.efi │ ├── Resources │ │ ├── Audio │ │ ├── Font │ │ ├── Image │ │ └── Label │ └── Tools │ ├── alc-verb │ ├── libaistat.dylib │ ├── OpenShell.efi │ ├── rtcread │ ├── smc │ └── smcread 
submitted by /u/ScripShadow
[link] [comments]