Jump to content

MaLd0n

Administrators
  • Posts

    95,155
  • Joined

  • Last visited

Everything posted by MaLd0n

  1. u can use 10th gen with IGPU, but u need mobo serie 400 with no v2 or v3 version https://www.olarila.com/topic/14351-ga-h410m-h-with-i3-10th-gen-processor-low-price-vanilla-hackintosh/
  2. Easy way to setup macOS for Development and other uses using homebrew Support Olarila Vanilla Hackintosh by making a donation HERE About Premium Users you can check HERE Problems with Paypal HERE Run this tool brew.python.and.co .zip Install python Install homebrew Install Microsoft Visual Studio Code — (Open-source code editor) Install Rectangle — (Move and resize windows using keyboard shortcuts or snap areas) Install Android Studio — (Tools for building Android applications) Install Docker Desktop — (App to build and share containerized applications and microservices) Install VLC media player — (Multimedia player) Install Atlassian SourceTree — (Graphical client for Git version control) XCode is HERE
  3. Core i3-14100F GigaByte H610M K DDR4 ( You need last bios/uefi version on this to work with 14th gen) AMD RX6600
  4. https://github.com/acidanthera/WhateverGreen?tab=readme-ov-file#intel-hd-graphics
  5. EFI zhangxindv.zip -Delete old EFI folder and paste new. Don't use merge files -Don't use Drag and Drop into EFI partition. Use Copy/Paste instead -Reset NVRAM one time - with OpenCore use entry "Reset Nvram" / with Clover use F11 key on boot screen After reboot run OCLP
  6. Dont change nothing with my EFI folder Just add -igfxvesa and disable video patch on device properties -Last Bios/UEFI Version -Delete old EFI folder and paste new. Don't use merge files -Don't use Drag and Drop into EFI partition. Use Copy/Paste instead -Reset NVRAM one time - with OpenCore use entry "Reset Nvram" / with Clover use F11 key on boot screen
  7. https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md#intel-uhd-graphics-610-650-kaby-lake-and-amber-lake-y-processors
  8. -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 1- Download this tool and run OlaACPICA.zip This tools compile file from https://github.com/acpica/acpica iasl-dev file is generated on your desktop. Go to MaciASL.app/Contents/MacOS and replace iasl-dev. Open MaciASL Preferences and change iASL Compiler to Dev. You can add -f in Extra compiler options to avoid some compiler errors We're all here to have fun and learn from each other! That's all Folks!
  9. Easy way to add missing device in Hackintosh with ACPI -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 Download Ioreg Explorer by Apple HERE Download MaciASL by phpdev32 HERE Let's check one good example on AMD build with missing NVME device. Check image bellow. The correct thing would be _SB.PCI0.GPP9.SSD0, but somehow it seems to me that the Devs forgot to inject device The solution is easy. We just need inject correct Device (NAME) and correct Name (_ADR, Zero) in this case. The name can be random with 4 letters or numbers. The first character must be a letter and not a number. Examples Name (_ADR: @0 = Name (_ADR, Zero) @8,1 = Name (_ADR, 0x00080001) @1E,5 = Name (_ADR, 0x001E0005) Check this SSDT MaLd0n-SSD.aml.zip Bonus: We can inject device-id and vendor-id in this case to fix "Generic" SSD on system profiler Let's check other example Check missing devices and correct Name (_ADR on Ioreg. Check image bellow Let's inject one device @8,1 = Name (_ADR, 0x00080001) we just need create device SSDT devices example SSDT-Devices.aml.zip We're all here to have fun and learn from each other! That's all Folks!
  10. -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 1- Download SSDT bellow for your card RX6650 SSDT-6650.aml.zip RX6950 SSDT-6950.aml.zip 2- You need to use the correct address for your specific case My video device is \_SB.PC00.PEG1.PEGP.PBR0.PEGP. Check example bellow We're all here to have fun and learn from each other! That's all Folks!
  11. -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 We need NootRX.kext + Lilu.kext - Do not use WhateverGreen or NootedRed with NootRX.kext. Download NootRX.kext HERE. ALL credits go to ChefKiss Download Lilu HERE. ALL credits go to Acidanthera We're all here to have fun and learn from each other! That's all Folks!
      • 1
      • Like
  12. Easy way enable unsupported NVIDIA on macOS Hackintosh -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 1- Add this kext on bootloader folder and entry on Kernel/Add tab AMFIPass.kext.zip 2- Set csr-active-config to 03080000 on NVRAM 7C436110-AB2A-4BBB-A880-FE41995C9F82 3- Set SecureBootModel to Disable on Misc/Security tab 4- Reboot computer and Reset NVRAM one time with entry on boot picker 5- Download OpenCore Legacy Patcher HERE a) Open this app and go to Post-Install Root Patch b) Start Root Patching and wait, Reboot and done Credits: Acidanthera, DhinakG, Khronokernel, Ausdauersportler, vit9696, ASentientBot, EduCovas, ASentientHedgehog, cdf, Syncretic, AAAMouSSE, telemetrap, SurPlus, dosdude1, parrotgeek1, BarryKN, mario_bros_tech and the rest of the Unsupported Mac Discord, arter97, Mr.Macintosh, flagers, joevt, FixPCIeLinkrate, Jazzzny, Apple We're all here to have fun and learn from each other! That's all Folks!
  13. How to enable Thunderbolt on Hackintosh -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 1- Bios/UEFI configuration On Thunderbolt Bios/UEFI configuration, set Gpi03 to Enable and User Authorization to Disable 2- SSDT to fix HotPlug Download SSDT for your card HERE 3- Fixing VT-D with DMAR table check HERE We're all here to have fun and learn from each other! That's all Folks!
  14. I think this card is native, u just need activate it
  15. https://www.olarila.com/topic/20908-easy-fast-and-perfect-vanilla-hackintosh/ -NoteBook SkyLake Download HERE
  16. No! Use this app https://apps.apple.com/br/app/localsend/id1661733229?l=en-GB
  17. -Desktop AMD Bulldozer, Jaguar, Ryzen and Threadripper Download HERE
  18. Apenas siga o tutorial com a pasta certa pro seu hardware.
  19. -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 1-Open terminal and type: We're all here to have fun and learn from each other! That's all Folks!
×
×
  • Create New...