All Activity
- Past hour
-
Here’s a table showing recommended Secure Boot model + SIP (csr-active-config) combos for TRX40 AMD on Sonoma, Sequoia, and Tahoe — along with why each combo works best for stability and patch compatibility. See Excel xls Table attached. Why not full SIP disable? Setting csr-active-config to FF0F0000 (full SIP off) will allow anything, but: Breaks some macOS security preference panes. Can trigger security audits in some DRM apps. Not needed for standard AMD kernel patches. Why not keep Secure Boot enabled in Tahoe? Tahoe’s new boot policy re-verifies some kernel signatures even after OpenCore patch injection. With SecureBootModel set to a real Mac, these checks can fail mid-boot on AMD and cause kernel panics or “Unable to verify kernel” messages. Disabling it bypasses that policy, making installs/upgrades smoother on TRX40. SecureBoot_TRX40_Sonoma_Sequoia_Tahoe.xlsx.zip
- 3,985 replies
-
- amd vanilla patches
- amd kernel patches
- (and 3 more)
- Today
-
Boot Sequoia (Darwin 24) and Tahoe (Darwin 25) without changing EFICombo TRX40 Patch set - Sequoia (Darwin 24) and Tahoe (Darwin 25) Patches to paste into your config.plist.zip Tahoe TRX40 INSTALL - Pitfalls Checklist 1. Kernel & ACPI Compatibility Patches must be Darwin 25–aware — Sequoia-only EFI won’t boot without extending MaxKernel to 25.99.99. Watch for ACPI quirks: Some TRX40 boards drop _CRS IRQ routing differently in newer macOS; keep SSDT-EC-USBX and SSDT-PLUG up-to-date. Ensure SSDT-CPUR or SSDT-CPUR-ZEN matches your CPU topology (especially if you edited _SB.PR00). Keep Kernel → Quirks → ProvideCurrentCpuInfo enabled — Tahoe’s CPUID checks are slightly stricter. 2. PCI & IOPCIFamily Changes Tahoe has a rewritten PCI enumeration path: The Disable 10-bit tags patch is still needed. Don’t enable IOPCIIsHotplugPort AM5 patch — TRX40 doesn’t like it. If devices vanish after boot (especially NVMe on chipset lanes), double-check: Above4GDecoding enabled in BIOS. Resize BAR disabled. 3. GPU Drivers AMD Navi / RDNA2 GPUs: Works if already working in Sequoia. Check that agdpmod=pikera boot-arg is still set if you’re bypassing board-ID checks. RDNA3 (RX 7xxx): Still experimental; some kext names changed in Tahoe — might require spoofing Device ID. 4. Audio (RME / PCIe Cards) If Fireface works in Sequoia, it should work in Tahoe — but: Gatekeeper reset in upgrade will block unsigned RME extensions until re-authorized. After install, run: Terminal bash sudo spctl --master-disable sudo kextcache -i / Then re-plug your device. 5. Networking Intel i210/i225 NICs: Update IntelMausi or LucyRTL8125Ethernet to the latest before upgrade. If using Aquantia AQC107: The Apple driver (AppleEthernetAquantiaAqtion) in Tahoe is fussier about PCI config space; may require device property injection. 6. Sleep / Wake Tahoe tightens non-monotonic time checks again. Both Visual time patches must extend to Darwin 25 or you’ll kernel panic on wake. Disable Power Nap in System Settings; TRX40 firmware doesn’t play nice with it. 7. Security Changes amfi_get_out_of_my_way=1 is even more necessary for unsigned kexts in Tahoe. Some OC users needed csr-active-config set to 03080000 for post-install patches to load without SIP interference. 8. Installer Quirks When installing from USB: Use Kernel → Quirks → DisableIoMapper = YES for first boot stage (workaround for TRX40 IOMMU mapping issue). Re-enable after install if you need VT-d for virtual machines. Avoid hot-plugging USB during install — Tahoe is fussier about re-enumeration. If you get stuck in the second boot stage (Apple logo ~50% then reboot), it’s almost always: Missing or mis-ranged CPUID patch for Darwin 25. PAT patch not applied for 15+ kernel. GenuineIntel bypass missing.
- 3,985 replies
-
- amd vanilla patches
- amd kernel patches
- (and 3 more)
-
TRX40 - Installing Sequoia Watchouts: 1. Boot Hangs or Kernel Panics Before Installer Cause: Missing or mis-scoped new leaf 7 allowance patch for Darwin 24.x. Without it, _cpuid_set_generic_info blocks CPUID leaf 7 and early kernel init fails. Fix: Ensure the MinKernel=24.0.0 leaf 7 patch is present and enabled (we did this in your Sequoia/Tahoe array). 2. PAT (Page Attribute Table) Changes Cause: Apple tweaked PAT handling in Sequoia → breaks older Ventura/Sonoma PAT patches. Symptom: Black screen after the Apple logo, or login window never appears. Fix: Use only the Algrey/Zormeister 15+ PAT variant. The Shaneee version can still work but tends to cause subtle GPU framebuffer quirks on TRX40. 3. Non-Monotonic Time Panics Cause: The scheduler trips over AMD’s TSC drift. Symptom: Panic messages mentioning non-monotonic or Quantum::invoke. Fix: Keep both “Visual” time patches covering 24.0.0–24.99.99. Without them, uptime-related panics are common after sleep or heavy load. 4. PCI Enumeration Oddities Cause: Newer IOPCIFamily builds in Sequoia can misread certain Threadripper bridges. Symptom: NVMe or certain USB controllers missing, or devices showing in System Profiler but not functioning. Fix: Keep “Disable 10-bit tags” patch active; avoid AM5-specific PCI patches, which can hang TRX40 entirely. 5. Aquantia 10GbE Driver Allocations Cause: Slight API change in AppleEthernetAquantiaAqtion in 24.x. Symptom: Network interface exists but won’t get DHCP / stalls under load. Fix: The alloc_dma_buffer and withOptions patches still work — keep them extended to 24.x. 6. Core Count Hardcoding Cause: Darwin 24+ scheduler changes can misdetect AMD core counts above 16 without patches. Symptom: System boots but shows wrong core/thread count; performance tanks. Fix: Use the 13.3+ cpuid_cores_per_package patch with 0x20 for 3970X. 7. Quirks and Kext Expectations Lilu & WhateverGreen need to be latest — older ones break in Sequoia with certain AMD GPUs. ProvideCurrentCpuInfo must be enabled or CPU info patching won’t apply. DisableIoMapper is still needed if VT-d is off in BIOS — but if you enable IOMMU + AMD patches, some TRX40 boards crash at boot. Sequoia Survival Checklist tailored for TRX40 + Threadripper on AMD Hackintosh, so you can pre-flight your EFI before booting Darwin 24.x. EFI / OpenCore Settings OpenCore Version Use latest release or debug build (as of now, OC 1.0.3+ recommended for Sequoia). Older OC builds don’t handle Sequoia’s new kext linking behavior. NVRAM Reset Always Reset NVRAM after changing patches, kexts, or upgrading macOS. Prevents stale CPU data or boot-arg conflicts. Kernel → Quirks ProvideCurrentCpuInfo = true DisableIoMapper = true (unless you’ve verified working IOMMU on TRX40) CustomSMBIOSGuid = true PanicNoKextDump = true AppleCpuPmCfgLock = true (avoid CPU power mgmt panic on some BIOS) AppleXcpmExtraMsrs = true CustomCPUID = only if running extra vendor masking (most don’t need) Boot Args Always keep: keepsyms=1 debug=0x100 alcid=1 Add npci=0x2000 only if PCI enumeration hangs — remove if boot OK. Kext Requirements Always Latest: Lilu VirtualSMC WhateverGreen AppleALC NVMeFix SMCAMDProcessor (latest build for Sequoia, not older Ventura/Sonoma one) Networking Aquantia: latest AquantiaAqtion.kext with Sequoia support. Intel: latest IntelMausi. USB Mapping Must be done with custom SSDT or USBMap.kext — Sequoia breaks some XHCI defaults. Kernel Patches CPUID Core Count (13.3+) MinKernel=22.4.0 MaxKernel=25.99.99 → 0x20 for 3970X. Leaf 7 Allowance (Sequoia) MinKernel=24.0.0 MaxKernel=25.99.99 PAT Fix (15+) Use Algrey/Zormeister 15+ only. Shaneee 15+ is optional but not recommended for TRX40. Non-Monotonic Time Fixes (Visual) Two standard patches for Darwin 21–25. PCI Fix Disable 10-bit tags patch. Do not enable AM5 PCI hotplug fix. GenuineIntel Bypass Goldfish64/algrey patch MinKernel=21.0.0–25.99.99. BIOS Settings (TRX40) Disable: CSM Secure Boot Serial Port Above 4G decoding (enable only if needed for GPUs with >4GB VRAM and your EFI supports it) Enable: XMP / DOCP for RAM SVM (if running virtual machines) HPET (High Precision Event Timer) Before Booting Sequoia Test EFI first on Sonoma (Darwin 23) to confirm baseline stability. Update all kexts to the latest release from July 2025 or newer. Keep USB keyboard connected — wireless HID devices can fail during installer prelinkedkernel load.
- 3,985 replies
-
- amd vanilla patches
- amd kernel patches
- (and 3 more)
-
Se vuoi provare questo , e' in fase di sviluppo https://github.com/trey-a-12/LaunchBack/releases/tag/v1.0.0-initial Non è come Launchpad Saver. Non ti permette di organizzare le icone e per scorrere le finestre devi tenere premuto il tasto sinistro del mouse. Puoi risolvere , installando questo per quanto riguarda il mouse https://macmousefix.com/it/
-
fanculo a loro, le stanno provando tutte per rompere l'anima questo nuovo è una porcata
-
Se ti riferisci al vecchio Launchpad non funziona piu' ... l ho scritto prima 😄 Va solo quello suo di default
-
ora mostra la versione esatta, @Anto65 non riesco a ripristinare la vecchia cartella delle applicazioni do il comando riavvio ma no cambia niente provo a trascinare la cartella completa ma non la mette al suo posto, mannaggia e cosi brutta questa nuova riesci a darmi una mano
-
Sonoma 14.8 all good on TRX Creator 3970X Still 🙂 Basics to help you guys. Aquantia 107 working etc... Driftwood Sonoma 14.8 beta EFI.zip
- 3,985 replies
-
- amd vanilla patches
- amd kernel patches
- (and 3 more)
-
eppure a me lo mostra correttamente la 2.2.0 , forse manca comandline tool ? non saprei Prova con questo di Slice https://www.insanelymac.com/forum/topic/357624-about-this-hack-app-slice-version/page/6/#findComment-2837125
-
cosa posso usare se si comporta cosi per avere una cosa piu affidabile grazie comunque di avermelo fatto notare non solo per me professò 🎓 ma potrebbe essere utile ad altri utenti che non saprebbero spiegarselo sei un mostro io ormai mi daranno la demenza senile 🤣😂
-
-
Si e' corretto cosi Allora e' l app Abaout this Hack che da i numeri e mi ha mandato fuori strada 😁 Infatti sarebbe stato strano che ti aggiornasse le build all indietro 🤣
-
Bingoooo! Serviva VoodooHDA 2.9.6, ALC1150 deve essere stato escluso per qualche motivo nell'ultima release. Chi la dura la vince in hackintosh!
-
@Anto65 l'app About This Hack dovrebbe essere l'ultima la Vers. 2.2.0 giusto e mi da quel risultato se sbaglio correggimi subito ora ti allego la schermata di Impostazioni di Sistema - informazioni io ho solo aggiornato dalla beta 4 alla beta 5 dopo il revert, ( controllato che FileVault fosse messo in NO ) scaricato l'aggiornamento senza weg riavviato tutto ok, rimesso a posto weg ripristinato MyKextInstaller e rimesso a posto AppleHDA.kext tutto funzionante ma sicuramente a tale osservazione non ho fatto caso devo essere sincero prima con voi che con me stesso ma e solo l'applicazione About This Hack che me lo da cosi ora osserva la schermata di Impostazioni di Sistema - informazioni poi dammi un consiglio se serve se ho sbagliato qualche termine mi scuso
-
c'è nessuno che ha il kernel_debug (KdkSupportPkg) A me non lo fa scaricare fino a 900 mb poi mi si stacca. grazie
-
Vedi che ho editato sopra non e' la 25A5327m ( Public Beta 2 ) Quella che hai su e' la prima beta 25A5279m rilasciata a giugno 🤔 non so' da dove sei partito , ma non credo dalla Beta4 https://betawiki.net/wiki/MacOS_Tahoe_build_25A5279m Guarda qui uno screen di Lorys 😁 ( 16 giugno ) stessa Build che hai su adesso https://macos86.it/topic/7097-pre-release-macos-tahoe-26/?do=findComment&comment=154640
-
Ciao @Anto65 ha fatto tutto da solo , si vede che la EFI il professore la preparata bene 🏆 sembra anche più snello per adesso
-
Lol , com e' che ti ha messo la 25A5327m ( Public Beta 2 ) ? Edit : visto meglio e' la 26.0 beta 25A5279m Rilasciata il 9 June 2025
-
-
https://www.logitech.com/it-it/shop/p/z906-surround-sound-system Non so' se e' lo stesso prodotto , ma se supporta Dolby Digital e DTS ci fai poco con Voodoo Provato sul TV via HDMI non suona ( Voodoo ) Sul Green-Out collegato a un impianto stereo e cuffie senza fili funziona , essendo che il monitor non ha casse ... mi va bene cosi '
-
Mancherà qualche definizione di pin, indago!
-
E' morto 😁 ... l hanno tagliato fuori , LaunchPad-Saver non va piu' incolla questo nel terminale sudo defaults write /Library/Preferences/FeatureFlags/Domain/SpotlightUI.plist SpotlightPlus -dict Enabled -bool true ( riavvia ) Ripristina quello di default 🤷♂️ Probabile serve AppleHda 🤷♂️
-
Ma io ho collegato le classiche Logitech 5.1 col subwoofer che hanno sempre funzionato alle porte verde nero e arancio... maledettiiiii 😉
-
Funziona solo con l analogico ... che to dico a fa ' 😁 , no HDMI , Digital