All Projects → kdbaustert → ryzen-hackintosh

kdbaustert / ryzen-hackintosh

Licence: MIT license
My hackintosh files & hardware info 

Projects that are alternatives of or similar to ryzen-hackintosh

asus-n550jk-hackintosh
A collection of all resources needed to run macOS on an Asus N550JK
Stars: ✭ 14 (-26.32%)
Mutual labels:  hackintosh, asus, opencore, opencore-efi, bigsur-hackintosh
OpenCore-EFI-Lenovo-Y50-70
Lenovo Y50-70, OpenCore 0.8.8 EFI for Big Sur, Monterey and Ventura (FHD and UHD)
Stars: ✭ 63 (+231.58%)
Mutual labels:  hackintosh, opencore, opencore-efi, bigsur-hackintosh
macOS-EFI-Asus-X570I
🖥 Files needed to run macOS on the Asus ROG Strix X570-I
Stars: ✭ 12 (-36.84%)
Mutual labels:  hackintosh, asus, ryzen, opencore
hackintosh ASUS ROG Z390
hackintosh-ASUS-ROG-STRIX-Z390-E-GAMING
Stars: ✭ 41 (+115.79%)
Mutual labels:  hackintosh, asus, opencore, opencore-efi
Asus-ROG-Strix-G15-G512LV-OpenCore
OpenCore EFI for Asus ROG Strix G512LI/LV/LW, G712LI/LV/LW. Compatible with Monterey & Big Sur.
Stars: ✭ 17 (-10.53%)
Mutual labels:  hackintosh, opencore, opencore-efi, bigsur-hackintosh
ryzentosh
OpenCore Configuration for Ryzen 3950x with ASUS Crosshair VIII Hero (Wi-Fi) X570
Stars: ✭ 15 (-21.05%)
Mutual labels:  hackintosh, asus, ryzen, opencore
OpenCore-Asus-Prime-Z390A i7-9700K RX580
fully working hackintosh using OpenCore tested for all MacOS
Stars: ✭ 27 (+42.11%)
Mutual labels:  hackintosh, opencore, opencore-efi, bigsur-hackintosh
H81M-DS2-Hackintosh
Thís repository contain files needed for GA-H81M-DS2 Hackintosh. Only OpenCore supported
Stars: ✭ 12 (-36.84%)
Mutual labels:  hackintosh, opencore, opencore-efi
Hackintosh-CVN-b460i-efi
七彩虹CVN b460i的黑苹果引导,基于OC,支持macOS Monterey
Stars: ✭ 64 (+236.84%)
Mutual labels:  hackintosh, opencore, opencore-efi
Dell-E7250-Hackintosh
Fully working Hackintosh on E7250
Stars: ✭ 51 (+168.42%)
Mutual labels:  hackintosh, opencore, bigsur-hackintosh
t440p-oc
💻 Lenovo ThinkPad T440p Hackintosh (Big Sur, Monterey & Ventura Beta) - OpenCore
Stars: ✭ 96 (+405.26%)
Mutual labels:  hackintosh, opencore, opencore-efi
Gigabyte-Z490-Vision-G-Hackintosh-OpenCore
Hackintosh OpenCore and Clover EFI folders for running macOS on the Gigabyte Z490 Visison G Board with an Intel i9 10850K Processor. Supported macOS: Mojava, Catalina, Big Sur and Monterey.
Stars: ✭ 71 (+273.68%)
Mutual labels:  hackintosh, opencore, bigsur-hackintosh
MSI-Z390-Gaming-Edge-AC OC
msi z390 gaming edge ac黑苹果OC引导
Stars: ✭ 25 (+31.58%)
Mutual labels:  hackintosh, opencore, opencore-efi
EFI-ASUS-B250M
ASUS B250M EFI,including Clover and OpenCore, supports HighSierra / Mojave / Catalina / BigSur ...
Stars: ✭ 49 (+157.89%)
Mutual labels:  hackintosh, asus, opencore
Hackintosh-M10H
OpenCore + Intel 8700K + ASUS MAXIMUS X HERO Z370 m10h + Vega 56
Stars: ✭ 28 (+47.37%)
Mutual labels:  hackintosh, opencore, opencore-efi
Opencore-Gigabyte-Z390M-Gaming-Hackintosh
Opencore-Gigabyte-Z390M-Gaming-Hackintosh
Stars: ✭ 27 (+42.11%)
Mutual labels:  hackintosh, opencore, opencore-efi
Hackintosh-ASUS-A455LF-Notebook
EFI Folder for ASUS A455LF-WX039D Notebook Series with Clover/OpenCore Legacy or UEFI
Stars: ✭ 27 (+42.11%)
Mutual labels:  hackintosh, asus, opencore
Dell-Inspiron-7501-Hackintosh
Hackintosh for Dell Inspiron 750x/ Dell Vostro 750x
Stars: ✭ 18 (-5.26%)
Mutual labels:  hackintosh, opencore, opencore-efi
Razer-Blade-15-Advanced-2018-Hackintosh
Razer Blade 15 Advanced 2018 Hackintosh - OpenCore 👀
Stars: ✭ 28 (+47.37%)
Mutual labels:  hackintosh, opencore, bigsur-hackintosh
AsusSMC
A VirtualSMC plugin provides native macOS support for ALS, keyboard backlight and Fn keys on Asus laptops
Stars: ✭ 151 (+694.74%)
Mutual labels:  hackintosh, asus, virtualsmc

AMD Ryzen Hackintosh

macOS version OpenCore version GitHub issues

Specification

Component Model
CPU AMD Ryzen 7 2700
MotherBoard ASUS ROG Strix X470-F BIOS V5603
OS Disk (NVMe) 2x WD 500GB NVMe M.2 SSD
RAM 4x 16gb Corsair Vengeance Pro 64GB Ram
GPU Sapphire Radeon Nitro+ RX 580
Bluetooth BCM94360CD Native Airport WiFi BT 4.0
Liquid Cooler Corsair h100i Pro
WiFi & Bluetooth Fenvi FV-T919

Compatible macOS versions

  • High Sierra (10.13.x)
  • Mojave (10.14.x)
  • Catalina (10.15.x)
  • Big Sur (10.16/11.0)
  • Monterey (12.x)

You CAN NOT use SMBIOS from this repository, it MUST be unique for every macOS installation

Adobe software fix

To fix Adobe copy and paste this into a terminal enter password if it asks

If it still keeps crashing read this Guide

for file in MMXCore FastCore TextModel libiomp5.dylib libtbb.dylib libtbbmalloc.dylib; do
    find /Applications/Adobe* -type f -name $file | while read -r FILE; do
        sudo -v
        echo "found $FILE"
        [[ ! -f ${FILE}.back ]] && sudo cp -f $FILE ${FILE}.back || sudo cp -f ${FILE}.back $FILE
        echo $FILE | grep libiomp5 >/dev/null
        if [[ $? == 0 ]]; then
            dir=$(dirname "$FILE")
            [[ ! -f ${HOME}/libiomp5.dylib ]] && cd $HOME && curl -sO https://excellmedia.dl.sourceforge.net/project/badgui2/libs/mac64/libiomp5.dylib
            echo -n "replacing " && sudo cp -vf ${HOME}/libiomp5.dylib $dir && echo
            rm -f ${HOME}/libiomp5.dylib
            continue
        fi
        echo $FILE | grep TextModel >/dev/null
        [[ $? == 0 ]] && echo "emptying $FILE" && sudo echo -n >$FILE && continue
        echo "patching $FILE \n"
        sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' $FILE
        sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' $FILE
    done
done

Credits

Software

People

Working

  • Messaging
  • iCloud
  • Handoff
  • AirDrop
  • Bluetooth
  • Wifi
  • Ethernet

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].