Jump to content

MaLd0n

Administrators
  • Posts

    95,377
  • Joined

  • Last visited

Everything posted by MaLd0n

  1. ye is a strange thing idk what happens
  2. essa sua placa de vídeo não tem suporte
  3. https://www.olarila.com/topic/6074-guide-easy-audio-solution-with-applealc-clover-and-opencore/
  4. use a ssdt Olarila https://olarila.com/files/Utils/SSDT-OLARILA.aml.zip
  5. for sound u need test other layout id just change alcid=3 to alcid=13 for example. need check what layouts work for ur audio codec. this thing is personal, need test for check if work good
  6. creio que esse hardware só usando essas ferramentas "gambiarra"
  7. Just Enjoy, @Vignesh R
  8. kext by Mieze don't solve? RealtekRTL8111.kext.zip
  9. macOS Catalina 10.15.7 provides important security updates and bug fixes for your Mac. • Resolves an issue where macOS would not automatically connect to Wi-Fi networks • Fixes an issue that could prevent files syncing through iCloud Drive • Addresses a graphic issue that may occur on iMac (Retina 5K, 27-inch, 2020) with Radeon Pro 5700 XT Some features may not be available for all regions, or on all Apple devices. For detailed information about the security content of this update, please visit: https://support.apple.com/kb/HT201222
  10. Audio alc295, check here https://tinyurl.com/y8nnbsap This realtek kext don't solve lan problem?
  11. u need check in ioreg, ignore this app
  12. DSDT.aml.zip
  13. remove ssdts DSDT.aml.zip
  14. use it, reboot and extract new sendme config.plist.zip
  15. ssdt é pseudo solução. é apenas uma maneira fácil de acertar alguns problemas sem conhecimento nesse seu caso o device pmcr deve resolver tem a powercolor de 640 tb, essa funciona
  16. DSDT.02.zip save one ioreg with this dsdt after reboot https://olarila.com/files/Utils/IORegistryExplorer.app.zip
  17. Yes. ok. dual boot just install windows in other ssd and set ssdt with clover to primary in bios/uefi
  18. Archive.zip what this notebook? save new ioreg with dsdt and kext
  19. Post one Full Dump https://www.olarila.com/topic/10301-olarila-runme-dumper/
  20. see apple logo after verbose mode?
  21. DSDT.aml.zip remove ssdt
  22. u need try solve this kernel panic. post one photo in error screen
  23. Hackintosh macOS Big Sur and Monterey with Clover bootloader -Professional Consulting for macOS Hackintosh since 2006 HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -About Premium Users you can check HERE -Problems with Paypal HERE -Installation Guide HERE -Hackintosh EFI folders HERE -Hackintosh USB Remap HERE -How to update OpenCore and Kexts HERE -Guides and Tutorials HERE -The largest EFI folder collection for Hackintosh HERE -Hackintosh Tutorial Database - HERE -Why Olarila doesn't support TonyMac, Reedit, Little-Translated and others HERE Quirks Configuration check HERE Test with one USB stick bootable. In some cases need configure Quirks. Disable CSM in BIOS/UEFI setup Enjoy! Credits: Jief_Machak, Slice and acidanthera team Some words from Slice Since rev5123 devs make joined bootloader Clover+OpenCore. It started as Clover using Clover's GUI and ability to change settings and then started OpenCore to inject and patche kexts and start macOS. Starting Windows and other OSes is done by Clover's way. There are new section in config.plist named Quirks that collect setting for OpenCore but some setting is just delegated from Clover because it can change it on the fly. There is a correspondence of OpenCore and traditional Clover settings to easy migrate from OpenCore to new Clover. OpenCore Clover AppleCpuPmCfgLock AppleIntelCPUPM AppleXcpmCfgLock KernelPm DisableRtcChecksum AppleRTC LapicKernelPanic KernelLapic About kernel and kext patches there is the follow. 1. OC accounts them as same and name "kernel" in the place of name of kext. Clover has different section for Kernel patches, kexts patches and Booter (boot.efi) patches. 2. Clover deal only with 64 bit arch while OC has "Arch" parameter. Other fields are OpenCore Clover Base Procedure Comment Comment Count Count Enabled Disabled Skip Skip Identifier Name Find Find Mask MaskFind Replace Replace ReplaceMask MaskReplace MaxKernel - MinKernel - - MatchOS - InfoPlistPatch - RangeFind 3. Procedure name in OpenCore must be long like __ZN8AppleRTC18setupDateTimeAlarmEPK11RTCDateTime Clover can use short name. In the example it can be setupDateTimeAlarm. 4. OpenCore assumes byte mask while Clover assumes bit masking. In the case of 0xFF00FF it will be the same. More careful see documentation for OpenCore and samples for Clover at this page. 5. RangeFind restrict search in Clover by several bytes. I don't know if OpenCore is able do the same. 6. Patches in OpenCore can be "Enabled" by setting the variable while in Clover they are enabled by default. User can disable it in the config.plist or in Clover GUI. 7. For Kernel patches we had additional "StartPattern" and corresponding "MaskStart" to define a place from what we want to search. OpenCore has no such service. Later we will extend the possibility.
×
×
  • Create New...