OpenCore 0.9.6 dell t5810 rx470 black screen after verbose boot

I have dell t5810 with 64GB ram, e5-2667v4 bios A33 and rx 470 4g (this one -> https://www.techpowerup.com/gpu-specs/sapphire-rx-470-platinum-edition.b3735) I created usb boot with this this exact efi folder. Renamed config-DummySerial.plist to config.plist and made sure cpu model is For V4 Xeon's: D4060300 00000000 00000000 00000000. Then generated smbios and uuid with GenSMBIOS. After booting and after verbose boot the screen just goes black, there is signal to the monitor but its black and after about 5-10mins pc goes to sleep. Tried with Big Sur, Monterey, Ventura, Sonoma. I have tried attaching agdpmod=pikera and generating smBios with both MacPro7,1 and iMacPro1,1. Everything works fine in Linux Debian 12.

this is my flash drive file structure
├───com.apple.recovery.boot

│ BaseSystem.chunklist

│ BaseSystem.dmg

└───EFI

├───BOOT

│ BOOTx64.efi

└───OC

│ OpenCore.efi

│ config.plist

├───ACPI

│ SSDT-EC.aml

│ SSDT-HPET.aml

│ SSDT-PLUG.aml

│ SSDT-RTC0-RANGE.aml

│ SSDT-SBUS-MCHC.aml

│ SSDT-UNC.aml

│ SSDT-X99-USBX.aml

├───Drivers

│ AudioDxe.efi

│ BiosVideo.efi

│ CrScreenshotDxe.efi

│ HfsPlus.efi

│ HfsPlusLegacy.efi

│ HiiDatabase.efi

│ NvmExpressDxe.efi

│ OpenCanopy.efi

│ OpenHfsPlus.efi

│ OpenLinuxBoot.efi

│ OpenPartitionDxe.efi

│ OpenRuntime.efi

│ OpenUsbKbDxe.efi

│ Ps2KeyboardDxe.efi

│ Ps2MouseDxe.efi

│ ResetNvramEntry.efi

│ ResetTSCAdjust.efi

│ UsbMouseDxe.efi

│ XhciDxe.efi

├───Kexts

│ ├───AppleALC.kext

│ │ └───Contents

│ │ │ Info.plist

│ │ │

│ │ └───MacOS

│ │ AppleALC

│ │

│ ├───HibernationFixup.kext

│ │ └───Contents

│ │ │ Info.plist

│ │ │

│ │ └───MacOS

│ │ HibernationFixup

│ │

│ ├───IntelMausi.kext

│ │ └───Contents

│ │ │ Info.plist

│ │ │

│ │ └───MacOS

│ │ IntelMausi

│ │

│ ├───Lilu.kext

│ │ └───Contents

│ │ │ Info.plist

│ │ │

│ │ └───MacOS

│ │ Lilu

│ │

│ ├───NVMeFix.kext

│ │ └───Contents

│ │ │ Info.plist

│ │ │

│ │ └───MacOS

│ │ NVMeFix

│ │

│ ├───SMCProcessor.kext

│ │ └───Contents

│ │ │ Info.plist

│ │ │

│ │ └───MacOS

│ │ SMCProcessor

│ │

│ ├───USBMap_T5810.kext

│ │ └───Contents

│ │ Info.plist

│ │

│ ├───VirtualSMC.kext

│ │ └───Contents

│ │ │ Info.plist

│ │ │

│ │ └───MacOS

│ │ VirtualSMC

│ │

│ ├───VoodooTSCSync.kext

│ │ └───Contents

│ │ │ Info.plist

│ │ │

│ │ └───MacOS

│ │ VoodooTSCSync

│ │

│ ├───WhateverGreen.kext

│ │ └───Contents

│ │ │ Info.plist

│ │ │

│ │ └───MacOS

│ │ WhateverGreen

│ │

│ └───X99_InjectorUSB3.kext

│ └───Contents

│ Info.plist

├───Resources

│ ├───Audio

│ │ OCEFIAudio_VoiceOver_Boot.wav

│ │

│ ├───Font

│ │ Font_1x.bin

│ │ Font_1x.png

│ │ Font_2x.bin

│ │ Font_2x.png

│ │

│ ├───Image

│ │ └───Acidanthera

│ │ ├───Chardonnay

│ │ │ AppleRecv.icns

│ │ │ AppleTM.icns

│ │ │ BtnFocus.icns

│ │ │ Cursor.icns

│ │ │ Dot.icns

│ │ │ Enter.icns

│ │ │ ExtAppleRecv.icns

│ │ │ ExtAppleTM.icns

│ │ │ ExtHardDrive.icns

│ │ │ HardDrive.icns

│ │ │ Left.icns

│ │ │ Lock.icns

│ │ │ Password.icns

│ │ │ Restart.icns

│ │ │ Right.icns

│ │ │ Selected.icns

│ │ │ Selector.icns

│ │ │ SetDefault.icns

│ │ │ Shell.icns

│ │ │ ShutDown.icns

│ │ │ Tool.icns

│ │ │ Windows.icns

│ │ │

│ │ ├───GoldenGate

│ │ │ AppleRecv.icns

│ │ │ AppleTM.icns

│ │ │ BtnFocus.icns

│ │ │ Cursor.icns

│ │ │ Dot.icns

│ │ │ Enter.icns

│ │ │ ExtAppleRecv.icns

│ │ │ ExtAppleTM.icns

│ │ │ ExtHardDrive.icns

│ │ │ HardDrive.icns

│ │ │ Left.icns

│ │ │ Lock.icns

│ │ │ Password.icns

│ │ │ Restart.icns

│ │ │ Right.icns

│ │ │ Selected.icns

│ │ │ Selector.icns

│ │ │ SetDefault.icns

│ │ │ Shell.icns

│ │ │ ShutDown.icns

│ │ │ Tool.icns

│ │ │ Windows.icns

│ │ │

│ │ └───Syrah

│ │ AppleRecv.icns

│ │ AppleTM.icns

│ │ BtnFocus.icns

│ │ Cursor.icns

│ │ Dot.icns

│ │ Enter.icns

│ │ ExtAppleRecv.icns

│ │ ExtAppleTM.icns

│ │ ExtHardDrive.icns

│ │ HardDrive.icns

│ │ Left.icns

│ │ Lock.icns

│ │ Password.icns

│ │ Restart.icns

│ │ Right.icns

│ │ Selected.icns

│ │ Selector.icns

│ │ SetDefault.icns

│ │ Shell.icns

│ │ ShutDown.icns

│ │ Tool.icns

│ │ Windows.icns

│ │

│ └───Label

│ Apple.l2x

│ Apple.lbl

│ AppleRecv.l2x

│ AppleRecv.lbl

│ AppleTM.l2x

│ AppleTM.lbl

│ EFIBoot.l2x

│ EFIBoot.lbl

│ Other.l2x

│ Other.lbl

│ ResetNVRAM.l2x

│ ResetNVRAM.lbl

│ Shell.l2x

│ Shell.lbl

│ SIPDisabled.l2x

│ SIPDisabled.lbl

│ SIPEnabled.l2x

│ SIPEnabled.lbl

│ Tool.l2x

│ Tool.lbl

│ Windows.l2x

│ Windows.lbl

└───Tools

acpidump.efi

CleanNvram.efi

OpenShell.efi

ResetTSCAdjust.efi

VerifyMP.efi

submitted by /u/Imn0
[link] [comments]