Jump to content

MaLd0n

Administrators
  • Posts

    95,321
  • Joined

  • Last visited

Everything posted by MaLd0n

  1. ---First post is updated--- Enjoy!
  2. How to update pci ids and usb ids on Hackintool under macOS -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 Hackintool by benbaker76 HERE Download updated PCI ids HERE Download updated USB ids HERE 1- Right mouse button on Hackintool and Show Package Contents 2- Go to folder Contents/Resources PCI and USB 3- Replace files We're all here to have fun and learn from each other! That's all Folks!
  3. EFI.zip -Bios/UEFI in full default settings, Just disable CSM and Secure boot if need -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
  4. https://www.olarila.com/topic/38117-how-to-update-opencore-and-kexts-easy-way-with-ocat/
  5. No support for this IGPU
  6. --Update first post with OC MOD last version--
  7. Easy Way to enable GPU AMD Rx550 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- Download gfxutil HERE and check correct Device Properties to your GPU. In my case is PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0) 2- Apply patch bellow in Device Properties tab in your config.plist. Check examples on images bellow. You need Lilu and WhateverGreen. 3- Add -radcodec in NVRAM tab Credits: Apple, AMD and Acidanthera We're all here to have fun and learn from each other! That's all Folks!
  8. Easy way to mount and edit EFI partition on Windows with Disk Genius -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 Disk Genius HERE and Enjoy! We're all here to have fun and learn from each other! That's all Folks!
  9. Check here https://www.olarila.com/topic/14351-ga-h410m-h-with-i3-10th-gen-processor-low-price-vanilla-hackintosh/
  10. This mobo have other socket no? Pay attention with this.
  11. 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/
  12. 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
  13. Core i3-14100F GigaByte H610M K DDR4 ( You need last bios/uefi version on this to work with 14th gen) AMD RX6600
  14. https://github.com/acidanthera/WhateverGreen?tab=readme-ov-file#intel-hd-graphics
  15. 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
  16. 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
  17. https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md#intel-uhd-graphics-610-650-kaby-lake-and-amber-lake-y-processors
  18. -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!
  19. 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!
×
×
  • Create New...