Jump to content

MaLd0n

Administrators
  • Posts

    95,156
  • Joined

  • Last visited

Everything posted by MaLd0n

  1. https://easyupload.io/l2acba
  2. https://www.olarila.com/topic/20908-easy-fast-and-perfect-vanilla-hackintosh/
  3. Use our EFI folder for ur hardware https://www.olarila.com/topic/25111-hackintosh-efi-folders-with-opencore-mod/
  4. Essa NVIDIA não tem suporte.
  5. -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 Instructions from HERE Install needed adobe apps from adobe creative cloud. Open Terminal. Copy-paste the below command to your terminal and run it (enter password when asked). files_list=(MMXCore FastCore TextModel libiomp5.dylib) lib_dir="${HOME}/Documents/AdobeLibs" lib1_file="${lib_dir}/libiomp5.dylib" lib1_link="https://raw.githubusercontent.com/naveenkrdy/Misc/master/Libs/libiomp5.dylib" for file in $files_list; do find /Applications/Adobe* -type f -name $file | while read -r curr_file; do name=$(basename $curr_file) sw_vers -productVersion | grep "11" >/dev/null 2>&1 [[ $? == 0 ]] && [[ $name =~ ^(MMXCore|FastCore)$ ]] && continue echo "found $curr_file" sudo -v [[ ! -f ${curr_file}.back ]] && sudo cp -f $curr_file ${curr_file}.back || sudo cp -f ${curr_file}.back $curr_file if [[ $name == "libiomp5.dylib" ]]; then [[ ! -d $lib_dir ]] && mkdir $lib_dir [[ ! -f $lib1_file ]] && cd $lib_dir && curl -sO $lib1_link adobelib_dir=$(dirname "$curr_file") echo -n "replacing " && sudo cp -vf $lib1_file $adobelib_dir elif [[ $name == "TextModel" ]]; then echo "emptying $curr_file" sudo echo -n >$curr_file else echo "patching $curr_file" sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' $curr_file sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' $curr_file fi done done Now copy-paste the below command to terminal and run it (enter password if asked). agent_dir="${HOME}/Library/LaunchAgents" env_file="${agent_dir}/environment.plist" lib_dir="${HOME}/Documents/AdobeLibs" lib2_file="${lib_dir}/libfakeintel.dylib" lib2_link="https://raw.githubusercontent.com/naveenkrdy/Misc/master/Libs/libfakeintel.dylib" sw_vers -productVersion | grep "11" >/dev/null 2>&1 if [[ $? == 0 ]]; then [[ ! -d $lib_dir ]] && mkdir $lib_dir [[ ! -f $lib2_file ]] && cd $lib_dir && curl -sO $lib2_link env="launchctl setenv DYLD_INSERT_LIBRARIES $lib2_file" else mkl_value=$( sysctl -n machdep.cpu.brand_string | grep FX >/dev/null 2>&1 echo $(($? != 0 ? 5 : 4)) ) env="launchctl setenv MKL_DEBUG_CPU_TYPE $mkl_value" fi [[ ! -d $agent_dir ]] && mkdir $agent_dir cat >$env_file <<EOF <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>mkl-debug</string> <key>ProgramArguments</key> <array> <string>sh</string> <string>-c</string> <string>$env;</string> </array> <key>RunAtLoad</key> <true/> </dict> </plist> EOF launchctl load ${AGENT} >/dev/null 2>&1 launchctl start ${AGENT} >/dev/null 2>&1 Reboot macOS. To revert step-4 agent_dir="${HOME}/Library/LaunchAgents" env_file="${agent_dir}/environment.plist" if [[ -f $env_file ]]; then echo "Deleting $env_file" launchctl unload ${env_file} >/dev/null 2>&1 launchctl stop ${env_file} >/dev/null 2>&1 rm -rf $env_file fi Reboot macOS We're all here to have fun and learn from each other! That's all Folks!
  6. How to take Screenshot on OpenCore boot screen -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- You need CrScreenshotDxe.efi driver. Download here CrScreenshotDxe.efi.zip 2- On OpenCore boot screen press F10 key 3- The Screenshot is generated on EFI partititon Credits: Slice, Kabyl, usr-sse2, jadran, Blackosx, dmazar, STLVNUB, pcj, apianti, JrCs, pene, FrodoKenny, skoczy, ycr.ru, Oscar09, xsmile, SoThOr, RehabMan, Download-Fritz, Zenit432, cecekpawon, Intel, Apple, Oracle, Chameleon Team, crazybirdy, Mieze, Mirone, Oldnapalm, netkas, Elconiglio, artut-pt, ErmaC, Pavo, Toleda, Master Chief and family, bcc9, The King, PMheart, Sherlocks, Micky1979, vit9696, vandroiy2013, Voodoo Team, Pike R. Alpha, lvs1974, Austere.J, CVad, headkaze, onemanosx, erroruser, Jenny David, Sampath007, Facebook Hackintosh community, Facebook Olarila community and many, many, many others! We're all here to have fun and learn from each other! That's all Folks!
  7. How to Reset Nvram on Hackintosh or Macintosh -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 --Clear NVRAM with terminal (Hackintosh or Macintosh) Open Terminal.app and type --Reset NVRAM with OpenCore bootloader on boot screen Just use entry Reset NVRAM. Check image bellow --Reset NVRAM with Clover bootloader on boot screen Just press F11 key on boot screen. Check image bellow --Reset NVRAM on Macintosh computer Turn on your Mac computer and hold down the following keys Credits: Slice, Kabyl, usr-sse2, jadran, Blackosx, dmazar, STLVNUB, pcj, apianti, JrCs, pene, FrodoKenny, skoczy, ycr.ru, Oscar09, xsmile, SoThOr, RehabMan, Download-Fritz, Zenit432, cecekpawon, Intel, Apple, Oracle, Chameleon Team, crazybirdy, Mieze, Mirone, Oldnapalm, netkas, Elconiglio, artut-pt, ErmaC, Pavo, Toleda, Master Chief and family, bcc9, The King, PMheart, Sherlocks, Micky1979, vit9696, vandroiy2013, Voodoo Team, Pike R. Alpha, lvs1974, Austere.J, CVad, headkaze, onemanosx, erroruser, Jenny David, Sampath007, Facebook Hackintosh community, Facebook Olarila community and many, many, many others! We're all here to have fun and learn from each other! That's all Folks!
  8. THis tutorial is very old.
  9. Use correct EFI folder from Olarila with OpenCore MOD https://www.olarila.com/topic/25111-hackintosh-efi-folders-with-opencore-mod/
  10. Check your config.plist. Is not common problem.
  11. Easy way to enable NVMe SSD Power Management with ASPM -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 What is Active State Power Management (ASPM)? Check HERE This patch is for PCIe 1- Download Hackintool HERE. Download NVMeFix HERE and inject this kext with bootloader. (This kext is not mandatory) 2- Go to PCIe tab and check ASPM propertie on your SSD. If appear Disable you need this patch 3- Checking PciRoot Device propertie On PCIe tab on Hackintool use Right mouse button and Copy Device Path 4- Open config.plist, go to Device Properties tab and apply this patch with correct PciRoot Device. Key: pci-aspm-default / Value: 02000000 / Type: DATA Full patch below. Apply with good txt app like TextMate 5- Reboot and check result Enjoy! Credits: Slice, Kabyl, usr-sse2, jadran, Blackosx, dmazar, STLVNUB, pcj, apianti, JrCs, pene, FrodoKenny, skoczy, ycr.ru, Oscar09, xsmile, SoThOr, RehabMan, Download-Fritz, Zenit432, cecekpawon, Intel, Apple, Oracle, Chameleon Team, crazybirdy, Mieze, Mirone, Oldnapalm, netkas, Elconiglio, artut-pt, ErmaC, Pavo, Toleda, Master Chief and family, bcc9, The King, PMheart, Sherlocks, Micky1979, vit9696, vandroiy2013, Voodoo Team, Pike R. Alpha, lvs1974, Austere.J, CVad, headkaze, onemanosx, erroruser, Jenny David, Sampath007, Facebook Hackintosh community, Facebook Olarila community and many, many, many others! We're all here to have fun and learn from each other! That's all Folks!
  12. Easy way to generate SMBIOS and Serial for 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- Open config.plist with OpenCore Configurator or OCAT. 2- Go to PlatformInfo tab, DataHub - Generic - PlatformNVRAM. 3- Select correct Mac Model for your hardware. 4- Use options Generate some times one by one in fields bellow. Enjoy! Credits: Slice, Kabyl, usr-sse2, jadran, Blackosx, dmazar, STLVNUB, pcj, apianti, JrCs, pene, FrodoKenny, skoczy, ycr.ru, Oscar09, xsmile, SoThOr, RehabMan, Download-Fritz, Zenit432, cecekpawon, Intel, Apple, Oracle, Chameleon Team, crazybirdy, Mieze, Mirone, Oldnapalm, netkas, Elconiglio, artut-pt, ErmaC, Pavo, Toleda, Master Chief and family, bcc9, The King, PMheart, Sherlocks, Micky1979, vit9696, vandroiy2013, Voodoo Team, Pike R. Alpha, lvs1974, Austere.J, CVad, headkaze, onemanosx, erroruser, Jenny David, Sampath007, Facebook Hackintosh community, Facebook Olarila community and many, many, many others! We're all here to have fun and learn from each other! That's all Folks!
  13. I think yes. Why not?
  14. No. Just generate smbios with Configurator, OCAT. https://www.olarila.com/topic/39699-how-to-generate-smbios-and-serial-for-hackintosh/
  15. Esse hardware é legacy, somente a pasta EFI não resolve, tem de fazer um procedimento extra pra legacy e sinceramente não vale a pena, o que vale a pena é um notebook acima da quarta geração intel, o Haswell.
  16. Generate new smbios with new serial
  17. Both work good for HEVC and H264.
  18. How to set TDP on Gigabyte Motherboard to avoid power problems -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- Go to Advanced CPU Settings 2- Enable Turbo Power Limits 3- Set TDP on Package Power Limit (Watts) We're all here to have fun and learn from each other! That's all Folks!
  19. Yes. Is common with RX550.
  20. I think this GPU don't provide it. Use RX560+.
  21. Audio https://www.olarila.com/topic/6074-guide-easy-audio-solution-with-applealc/ Wifi Intel? https://github.com/OpenIntelWireless/itlwm
×
×
  • Create New...