Tahoe requise a minimalist /EFI/OC/Kexts folder when being installed. As a lot of kexts can cause unnecessary issues if present when installing Tahoe. Your current Kexts folder contents are far from minimal, it should contain only the bare essentials for your system to boot.
- Lilu.kext
- VirtualSMC.kext
- AppleMCEReporterDisabler.kext
- LucyRTL8125Ethernet.kext
- USBMap.kext
The simplest way to deal with this issue, as you have an existing Sequoia installation and working EFI, is to disable any non-essential kexts in your config.plist, until you have Tahoe installed and running on your system. This includes NootRX.kext, as this can be one of the main culprits when issues arise during the installation of Tahoe.
OpenCore Legacy Patcher (Dortania release) isn't supported in Tahoe yet. So the OCLP kexts and block entry should be set with a MaxKernel of 24.99.99 so they aren't injected in to Tahoe.
As you have a USBMap.kext, which I assume is working correctly and has been updated to work with Tahoe.
- That being the case you don't need USBToolBox.kext or UTBDefault.kext in your setup.
- If that is not the case then it won't work in Tahoe either.
- You may need to enable the Kernel > Quirks > XhciPortLimit entry to have some working USB ports.
AppleALC.kext isn't natively supported in Tahoe. Before you can use this kext you need to configure your system to inject AppleHDA.kext, which Apple removed from macOS Tahoe. AppleALC.kext won't work without AppleHDA.kext being present and active in the system.
As you are using NootRX.kext you should not be using any DeviceProperties in your config.plist, as this is another way for the kext to behave poorly in macOS.
- Use a custom SSDT if the fake device ID is really necessary for your Broadcom WiFi card.
- For your Realtek Audio codec use alcid=11 boot argument in place of the DeviceProperties entry.
Try the EFI-v1 folder on a spare USB pen drive, see if this gets your system to boot Tahoe. WiFi & BT won't be working, neither will OCLP, your RX 6950XT dGPU won't have GPU acceleration, until NootRX.kext has the MaxKernel 24.99.99 entry removed.