Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/22/2021 in all areas

  1. @tuxybefore I was in a rush..so I will explain better public patches on AMD allow to boot till beta 3 if you have followed well also a not included patch you can find here or on insanely Mac : Force set cpuid_cores_per_package with this patch you can disable many other patches (broken for b2 and b3) so a conditional yes is a better answer to your question. 🙂 this patch is instead the one changed from previous beta 1 and available on AMD OSX Github: algrey _cpuid_set_cpufamily - Force CPUFAMILY_INTEL_PENRYN
    2 points
  2. Added on 01-08-2021 AMD Clover Vanilla patches Github: https://github.com/AMD-OSX/AMD_Vanilla/tree/clover I have converted only patches mandatory for my chipset and cpu.. you can follow the same schema in nomenclature definitions By the way ,some definitions in clover 5137 are not described well and I think must be update their nomenclature Also MAtchOs need some check and I hope devs will solve a very annoying bug for AMD users 🙂 MAtchOS is not perfect by now in my definition of this plist..but was useful to boot with a clean and also to update from 11.5 beta 4 I used the attached patch plist to install from scratch and then to update Only GoldFish64 patch has some definition problem in CLoverBootloader due Empty Find value (in verbose it prints out a not destructive error) I have also attached two debug log to see problem I have said before and also others job to do. 1)installation debug (GetOS Empty all patches applied.....😇 2) after installation is completed....GetOS detection works as it must do Thanks to patches-manager and creator 🙂 debug_pre inst_inst.zip opencore-2021-07-01-161751.txt.zip for lryzen friend (17h19h) pay attention on patch 43..I commented limit there 😉 thanks @iGPUfor Goldfish64 2F tip! 😉 ------ UPDATE 18-07-2021 https://www.macos86.it/topic/4913-amd-clover-bootloader-monterey-beta-1-installation-patches/?do=findComment&comment=116586 Clover-Kernel_Patches_Quirks.plist.zip
    1 point
  3. WiFi PCIe Broadcom Solo WiFi: Asus AC68:https://www.asus.com/it/Networking/PCEAC68/ Chipset: BCM4360 Vendor-id: 14E4 Device-id: 43A0 Supporto: nativo --------------------------------------------------------------------------------- TP-Link Archer T6E AC1900 Chipset: BCM4360 Vendor-id: 14E4 Device-id: 43A0 Supporto: nativo --------------------------------------------------------------------------------- TP-Link Archer T6E AC1300 Chipset: BCM4360 Vendor-id: 14E4 Device-id: 43A0 o 43B1 Supporto: per 43A0 è nativo, per 43B1 bisogna aggiungere Lilu.kext + AirportBrcmFixup.kext nella EFI --------------------------------------------------------------------------------- WiFi + Bluetooth: BCM943602CDP (Scheda per Mac + adattatore per PCIe x1): Chipset: BCM43602 Vendor-id: 14E4 Device-id: 43BA (WiFi abgn+ac 2.4/5 GHz + BT 4.2) Supporto: nativo --------------------------------------------------------------------------------- BCM94360CD (Fenvi FV-T919 / WTXUP BCM94360CD / Scheda per Mac + adattatore per PCIe x1): Chipset: BCM4360 Vendor-id: 14E4 Device-id: 43A0 (WiFi abgn+ac 2.4/5 GHz + BT 4.0) Supporto: nativo --------------------------------------------------------------------------------- BCM943602CS (WTXUP / Scheda per Mac + adattatore per PCIe x1) Chipset: BCM43602 Vendor-id: 14E4 Device-id: 43BA (WiFi abgn+ac 2.4/5 GHz + BT 4.1) Supporto: nativo Atheros A partire da macOS 10.14 Mojave, queste schede non sono più supportate nativamente da Apple. È necessario installare i kext di High Sierra. Più informazioni qui: https://www.macos86.it/showthread.php?3787-Info-utili&p=96539&viewfull=1#post96539 Solo WiFi: TP-Link TL-WN881ND Chipset: AR9287 Supporto: Patch DSDT oppure Kext:ToledaARPT o FakePCIID --------------------------------------------------------------------------------- TP LINK WDN4800 Supporto: nativo --------------------------------------------------------------------------------- TP LINK TL-WD851N e WD851nd Chipset: AR9227 Supporto: ToledaARPT aggiungendo all'info.plist ID 168c,29 e 168c,22
    1 point
  4. Come aggiungere custom entries alla gui di OpenCore tramite Shell Perfettamente funzionante sistema Multiboot Big Sur , Windows10 , Ubuntu installati in tre unita’ separate Selezionare al boot Uefi Shell (deve essere presente nella cartella OC/Tools dichiarata e abilitata nel config.plist) Ci troveremo questa schermata FS0: FS1: ……. La tabella delle partizioni bisognerà’ identificare quella corrispondente a Windows e Linux Andiamo ad esplorare le directory per trovare i percorsi dei bootloader Iniziando dalla prima digitando fs0: E poi dir , dare invio ad ogni comando Ci verra mostrata la prima partizione EFI , per sapere a quale bootloader appartiene entriamo al suo interno digitando cd efi e poi dir , ci verra mostrato il contenuto all interno Sappiamo ora che FS0: corrisponde a Microsoft Windows e che il suo percorso e’ PciRoot(0x0)/Pci(0x17,0x0)/Sata(0x2,0xFFFF,0x0)/HD(1,GPT,0000014D-3110-1321-230C-D7019A020000,0x800,0xADE81) Ripetere la stessa procedura con FS1: FS2: etc. Finche’ non abbiamo trovato le directory che ci interessano segnandoci le directory di appartenenza cioè’ FS1: o FS2: etc. per poter poi copiare il giusto percorso nel plist Scansionate le directory avremo FS0: = Microsoft / Windows FS1: = Ubuntu FS2: = OC / Mac (le directory potrebbero essere diverse dalle mie ) Salviamo il tutto in file di testo digitando map > map-table.text invio Il file di testo verra’ salvato nella cartella EFI in questione in questo caso su FS2: cioè’ quella di macOS Digitiamo exit e ritorneremo alla gui di OC avviamo il sistema montiamo la nostra partizione EFI apriamo il file map-table.text e copiamo la path che andremo ad inserire nel plist in Misc/Entries Esempio per Windows PciRoot(0x0)/Pci(0x17,0x0)/Sata(0x2,0xFFFF,0x0)/HD(1,GPT,0000014D-3110-1321-230C-D7019A020000,0x800,0xADE81) ( Questa e’ la path della partizione rif. FS0: ) bisognerà’ aggiungere alla fine /\EFI\BOOT\BOOTX64.EFI ( la path del bootloader ) La stringa finale sara’ cosi PciRoot(0x0)/Pci(0x17,0x0)/Sata(0x2,0xFFFF,0x0)/HD(1,GPT,0000014D-3110-1321-230C-D7019A020000,0x800,0xADE81)/\EFI\BOOT\BOOTX64.EFI Per Linux invece aggiungeremo alla fine /\EFI\ubuntu\grubx64.efi La stringa finale sara’ PciRoot(0x0)/Pci(0x17,0x0)/Sata(0x3,0xFFFF,0x0)/HD(1,GPT,7BEA65C9-8073-4863-9DEB-867AD973C1B3,0x800,0x100000)/\EFI\ubuntu\grubx64.efi ( rif. FS1: ) o /\EFI\Manjaro\grubx64.efi a secondo della distro installata Salviamo il plist e riavviamo , se tutto e’ stato fatto correttamente visualizzeremo le voci relative ai sistemi aggiunti Per poter visualizzare l icona personalizzata di Ubuntu , bisogna copiare quest ultima nella stessa directory del bootloader cioè’ EFI/ubuntu e rinominarla grubx64.efi.icns In assenza verra' visualizzata un icona generica That's all 🙂 EDIT : l icona personalizzata di Linux dalla ver. OC 0.7.0 in poi non serve piu' copiarla vicino al bootloader (grubx64.efi) basta averla all interno del tema e nominarla Linux.icns
    1 point
  5. Good Patch+Quirck https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1114/?tab=comments#comment-2763377 Patch+quirk.plist.zip TRX40, and Ryzen 1/2/3 Catalina BigSur Monterey Beta 1 2 3 Thanks to MarioSun
    1 point
  6. Thank you very much Fabiosun, the efi above here was used to clean Install Big Sur 5 and it boots on 11.4 and 11.5 so you can take it as a reference.
    1 point
  7. Tomorrow I will try to build a minimal working Efi for you if you can post only config ok for you for both 11.4 and 11.5 os thank you and sorry but we will win also in this hard task😂
    1 point
  8. @Arrakis if you have enough patience .. try this: config-Arrakis-bis.plist.zip with BS an Monterey if you have
    1 point
  9. Prova a inserire Windows in Misc -> Entries dopo aver trovato via shell il percorso dei bootloader https://www.macos86.it/topic/4665-opencore-aggiungere-custom-entries-via-shell/?tab=comments#comment-110664
    1 point
  10. @Arrakis config-Arrakis.plist.zip with your previous EFi if you like try this obviously before with systems working with your EFI then if It works also for more complicated one 🙂 Backup your 😉
    1 point
  11. @Arrakisdownloaded your EFI, there is a minimal correction on it you can do I think patches maintainer will update as soon they can also their GitHub: algrey - _cpuid_set_info - GenuineIntel to AuthenticAMD - 10.13/10.14/10.15/11.0/12.0 21.99.99 should be 20.99.99 (maxKernel) this has already been reported and will be corrected shortly
    1 point
  12. Thanks for your help and advice which make my dream come true in FX-6300 hackintoshs now. It can boot and update up to Monterey beta3 with OpenCore and Clover 5137. The next step will be reduction of my patches to minimal working setup from 10.13.6 to 12.0 beta3.
    1 point
  13. Ciao @naiclub ma non avevi risolto qualche giorno fa o sbaglio ti aveva dato una mano @antuneddu qui ma tu non hai chiesto di avviare con OpenCore giusto si è parlato sempre di Clover e ti posso assicurare che @fabiosun è una persona che aiuta tutti e risolve i problemi che gli vengono posti con tanta pazienza chiedo scusa @fabiosun se sono intervenuto ma volevo solo dare a Cesare quel che è di Cesare se lo traduci in inglese cosi non si hanno malintesi con google non sempre traduce ciò che veramente si vuole dire
    1 point
  14. infatti ti stavo dicendo se lo convrti in gpt con minitool non dovresti perdere i dati
    1 point
  15. WiFi NGFF (M.2) Controllare le dimensioni della nuova scheda (soprattutto la larghezza). La maggior parte dei portatili monta schede 2230, larghe 22 mm. Potreste non avere abbastanza spazio per schede più larghe. Controllare anche che i pin della vecchia scheda siano uguali a quelli della nuova, qui sotto in allegato ci sono quelli di una BCM94352Z. Ci sono stati casi di utenti con schede Realtek con pin diversi a cui non veniva rilevata la nuova scheda. Schede con supporto nativo Airport: BCM94360NG - (Vendor-id:14E4 Device-id:43A0), 2 stream, (WiFi abgn+ac 2.4/5 GHz 867 Mbps + BT 4.0), 2230 (key A+E), BCM20702B0 (Il BT è nativo al 100% e non richiede injector) BCM943602BAED - (Vendor-id:14E4 Device-id:43BA), 3 stream, (WiFi abgn+ac 2.4/5 GHz 1300 Mbps + BT 4.1), 3030 (key A+E), BCM20703A1 (il chipset supporta BT 4.1 LE) Schede con supporto non nativo Airport: BCM94352Z - (Vendor-id:14E4 Device-id:43B1), 2 stream, (WiFi abgn+ac 2.4/5 GHz 867 Mbps + BT 4.0), 2230 (key A+E) Su sierra c'è bisogno di questa patch per farlo funzionare, credits @Darkvoid Name: AirPortBrcm4360 Find: 81F952AA00007529 Replace: 81F952AA00006690 Comment: BCM94352HMB Sierra Fix (darkvoid) Oltre a questo è necessario un ulteriore injector, personalmente ho integrato il tutto su Fakesmc.kext (in alternativa è possibile usare Lilu.kext + AirportBrcmFixup.kext) Schede con supporto parzialmente nativo Airport: (FORTEMENTE SCONSIGLIATE) BCM94350ZAE - (Vendor-id:14E4 Device-id:43A3), 2 stream, (WiFi abgn+ac 2.4/5 GHz 867 Mbps + BT 4.0), 2230 (key A+E) Il chipset BCM4350 è montato su alcuni modelli di MacBook e quindi ha id nativi. Alcuni modelli sono perfettamente funzionanti nativamente, altri richiedono Lilu.kext + AirportBrcmFixup.kext, altri ancora non funzionano. Sono stati riportati anche casi di instabilità di sistema (lag e freeze) causati da questa scheda. Nota: Per il funzionamento del Bluetooth è necessario aggiungere dei kext anche su schede native. Inserire questi kext nella EFI BrcmPatchRAM2.kext BrcmFirmwareData.kext Per macOS 10.15 Catalina potrebbe essere necessario anche un Injector. --------- INTEL Intel 3165 3165NGW 3165AC Dual Band Wireless AC + Bluetooth4.2 Mini NGFF Ottima ed economica Funziona con un Kext https://github.com/OpenIntelWireless/itlwm qui kext e aggiornamenti BT e WI-Fi (testata BigSur e Monterey Beta)
    1 point
  16. WiFi Mini PCIe Schede con supporto nativo Airport: Broadcom 1. BCM94360HMB - (Vendor-id:14E4 Device-id:43A0), 3 Stream, (WiFi abgn+ac 2.4/5 GHz 1300 Mbps + BT 4.0) Half Mini 2. BCM94360CD - (Vendor-id:14E4 Device-id:43A0), 3 Stream, (WiFi abgn+ac 2.4/5 GHz 1300 Mbs + BT 4.0) non Half Mini, connettore proprietario (serve un adattatore) 3. BCM94360CSAX (Vendor-id:14E4 Device-id:43A0), (WiFi abgn+ac 2.4/5Ghz + BT4.0 supporto nativo airport), connettore proprietario (serve un adattatore) Le seguenti schede non sono più supportate nativamente a partire da macOS 11 Big Sur (potrebbero comunque funzionare iniettando il kext di macOS 10.15 Catalina): 4. BCM94331CD - (Vendor-id:14E4 Device-id:4331), 3 stream, (WiFi abgn 2.4/5 GHz 450 Mbps + BT 4.0) 10.10+/Whitelist, non Half Mini, connettore proprietario (serve un adattatore) 5. BCM943224 HMS/HMB - (Vendor-id:14E4 Device-id:4353), 2 stream, (WiFi abgn 2.4/5 GHz 150/300 Mbps + BT 3.0) 10.10+/Whitelist, Half Mini Atheros A partire da macOS 10.14 Mojave, queste schede non sono più supportate nativamente da Apple. È necessario installare i kext di High Sierra. Più informazioni qui: https://www.macos86.it/showthread.php?3787-Info-utili&p=96539&viewfull=1#post96539 6. AR9280 - (Vendor-id:168C Device-id:002A), 2 Stream, (WiFi abgn 2.4/5 GHz 300 Mbps) 7. AR9380 - (Vendor-id:168C Device-id:0030), 3 Stream, (WiFi abgn 2.4/5 GHz 450 Mbps) 8. AR5B93 - (Vendor-id:168C Device-id:002A) Schede con supporto non nativo Airport (vengono rilevate come airport con il kext ToledaARPT o FakePCIID- o patch DSDT) (in alternativa è possibile usare Lilu.kext + AirportBrcmFixup.kext per le schede Broadcom) Broadcom Nota: a partire da macOS 11 Big Sur è stato rimosso AirPortBrcm4360.kext: 1. BCM94352 HMB - (Vendor-id:14E4 Device-id:43B1), 2 stream, (WiFi abgn+ac 2.4/5 GHz 867 Mbps + BT 4.0), Half Mini 2. BCM943225 HMS - (Vendor-id:14E4 Device-id:4357), 2 stream, (WiFi bgn 2.4 GHz 108/150 Mbps + BT 3.0), Half Mini 3. BCM943225 HMB - (Vendor-id:14E4 Device-id:4357), 2 stream, (WiFi bgn 2.4 GHz 108/150 Mbps + BT 3.0), Half Mini Atheros 4. AR9285 (AR5B95) - (Vendor-id:168C Device-id:002B), 1 stream, (WiFi abgn 2.4 GHz 54/75 Mbps) 5. AR9287 - (Vendor-id:168C Device-id:002E), 2 stream, (WiFi abgn 2.4 GHz 108/150 Mbps) Nota: Sulle schede non-Apple (anche con WiFi nativo) potrebbe essere necessario aggiungere dei kext per attivare il Bluetooth. Inserire questi kext nella EFI BrcmPatchRAM2.kext BrcmFirmwareData.kext Per macOS 10.15 Catalina potrebbe essere necessario anche un Injector.
    1 point
  17. si infatti l'avevo scritto, volendo puoi anche eseguire direttamente l'installer sul disco, alla fine ti farà un aggiornamento Comunque prova prima come ha detto @fabiosun
    0 points
  18. @scipionehai controllato il SIP di quel sistema? magari devi attivarla oppure potresti provare a fare un enroll con hack Check ma meglio prima controllare sip
    0 points
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.