-
Posts
95,155 -
Joined
-
Last visited
Everything posted by MaLd0n
-
What is a good build for macOS hackintosh for 300$
MaLd0n replied to Golden200k_YT's topic in Installation Guides
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/ -
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
-
What is a good build for macOS hackintosh for 300$
MaLd0n replied to Golden200k_YT's topic in Installation Guides
New processors no -
What is a good build for macOS hackintosh for 300$
MaLd0n replied to Golden200k_YT's topic in Installation Guides
Core i3-14100F GigaByte H610M K DDR4 ( You need last bios/uefi version on this to work with 14th gen) AMD RX6600 -
Random dimmed screen after boot on lenovo legion 5
MaLd0n replied to longcoming's topic in Sonoma (14)
https://github.com/acidanthera/WhateverGreen?tab=readme-ov-file#intel-hd-graphics -
Request z390 designare DSDT and Patch Wifi Broadcom
MaLd0n replied to zhangxindv's topic in DSDT Patch Requests
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 -
Help Needed to Configure MSI GE72 6QD for Monterey Installation
MaLd0n replied to Luc Nguyen's topic in Monterey (12)
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 -
dell DELL VOSTRO 14 3468 I5 7200U
MaLd0n replied to Arian Priolo's topic in Guias & Tutoriais Hackintosh
https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md#intel-uhd-graphics-610-650-kaby-lake-and-amber-lake-y-processors -
-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!
-
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!
-
-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!
-
-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
-
-
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!
-
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!
-
I think this card is native, u just need activate it
-
Help Needed to Configure MSI GE72 6QD for Monterey Installation
MaLd0n replied to Luc Nguyen's topic in Monterey (12)
https://www.olarila.com/topic/20908-easy-fast-and-perfect-vanilla-hackintosh/ -NoteBook SkyLake Download HERE -
dell DELL VOSTRO 14 3468 I5 7200U
MaLd0n replied to Arian Priolo's topic in Guias & Tutoriais Hackintosh
Qual o modelo do NVME? -
No! Use this app https://apps.apple.com/br/app/localsend/id1661733229?l=en-GB
-
dell DELL VOSTRO 14 3468 I5 7200U
MaLd0n replied to Arian Priolo's topic in Guias & Tutoriais Hackintosh
Vc usa NVME? -
-Desktop AMD Bulldozer, Jaguar, Ryzen and Threadripper Download HERE
-
instalação travando quando falta 12 minutos!
MaLd0n replied to Phelix Alves's topic in Discussão geral
Apenas siga o tutorial com a pasta certa pro seu hardware. -
-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!
