Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielcasag/efi-ryzen-5600-b550-rx6600
EFI folder with OpenCore bootloader for use MacOS on Ryzen (Ryzentosh 🤠)
https://github.com/gabrielcasag/efi-ryzen-5600-b550-rx6600
efi hackintosh macos open-source opencore ryzen ryzentosh
Last synced: about 2 months ago
JSON representation
EFI folder with OpenCore bootloader for use MacOS on Ryzen (Ryzentosh 🤠)
- Host: GitHub
- URL: https://github.com/gabrielcasag/efi-ryzen-5600-b550-rx6600
- Owner: gabrielcasag
- Created: 2022-10-28T13:57:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T05:09:04.000Z (7 months ago)
- Last Synced: 2024-06-09T05:37:18.483Z (7 months ago)
- Topics: efi, hackintosh, macos, open-source, opencore, ryzen, ryzentosh
- Homepage:
- Size: 17.7 MB
- Stars: 52
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EFI-RYZEN-B550-RX6600
:information_source: **The current version is fully macOS Monterey to macOS Sequoia compatible.**
OpenCore, drivers, and kexts are always up to date! (as soon as possible)
## Current Status
[![OpenCore](https://img.shields.io/badge/OpenCore-1.0.2-lightblue.svg)](https://github.com/acidanthera/OpenCorePkg)
[![macOS](https://img.shields.io/badge/macOS-15.0.1-F09337.svg)](https://www.apple.com/macos/ventura)## :warning: Disclaimer
This repository contains ONLY my complete EFI configuration based on personal experiments with my specific hardware. This is NOT a guide and should NOT be used as such. Before doing anything, please refer to the official [Dortania guide](https://dortania.github.io/getting-started/). This OpenCore configuration is optimized for my specific hardware. Use it only as a reference or if you have exactly the same or very similar hardware. I am NOT responsible for any damage caused by misuse of this configuration.
## :computer: Hardware:
| **Category** | **Component** |
| ------------ | -------------------------------------------------------------------------------- |
| **CPU** | 3,5 GHz AMD Ryzen 5 5600 6-Core Processor |
| **GPU** | ASROCK Challenger - AMD Radeon RX 6600 8 GB Challenger 8GB |
| **RAM** | 16GB GLOWAY DDR4 3200MHZ (XMP) |
| **CHIPSET** | B550M DS3H [Gigabyte](https://www.gigabyte.com/Motherboard/B550M-DS3H-rev-1x#kf) |
| **SSD** | 120GB ADATA SATA |
| **Wi-Fi/BT** | Fenvi FV-HB1200 |
| **Ethernet** | Realtek RTL8111 |
| **Audio** | Realtek ALC897 (layout-id=12) |## :white_check_mark: Working:
- [x] CPU power management.
- [x] Graphics acceleration.
- [x] Keyboard & Mouse
- [x] Wi-Fi.
- [x] Bluetooth.
- [x] USB ports.
- [x] HDMI video & audio output.
- [x] Ethernet.
- [x] Audio (Internal speakers, 3.5mm headphone jack).
- [x] Internal microphone.
- [x] VGA WebCam.
- [x] AirDrop & Handoff.
- [x] iCloud & App Store.
- [x] iMessage & FaceTime.## :x: Not working:
~~Wi-fi, Bluetooth and AirDrop are not working since i don't have yet a native Wi-fi card and my motherboard doesn't have one.
Currently using with wired network on my ethernet port~~All features are working, just added a Fenvi FV-HB1200 board. Now we have Wi-Fi, Bluetooth (usb mapped), AirDrop and others.
## :closed_lock_with_key: SMBIOS
You will need to generate your own SMBIOS and configure, since is required to fully work with macOS. As per this [guide](https://dortania.github.io/OpenCore-Install-Guide/AMD/zen.html#platforminfo) you can use the following SMBIOS: iMacPro1,1 or MacPro7,1. Note that if your hardware is different for the one mentioned [here](#computer-hardware) you have tho choose an appropriate SMBIOS, more details in the [guide](https://dortania.github.io/OpenCore-Install-Guide/AMD/zen.html).
Use [GenSMBIOS](https://github.com/corpnewt/GenSMBIOS) to generate your own unique SMBIOS and then copy each parametter following path (recomended to follow the guide above):
- Config.plist -> PlatformInfo -> Generic
## BIOS setup:
IMPORTANT: Need to **enable** Above 4G Decoding and set Resize BAR to Auto on BIOS or will not work!
If you don't have this on your BIOS you will need to adjust the config.plist, refer to [AMD bios settings](https://dortania.github.io/OpenCore-Install-Guide/AMD/zen.html#amd-bios-settings) and [boot-args](https://dortania.github.io/OpenCore-Install-Guide/AMD/zen.html#nvram)_Currently i'm running the F18 BIOS version and works great_
## Credits:[**Gabriel Luchina**](https://luchina.com.br)
[**AMD-OSX**](https://github.com/AMD-OSX/AMD_Vanilla)
[**Acidanthera**](https://github.com/acidanthera)
[**Dortania**](https://dortania.github.io/getting-started/)
[**Apple**](http://apple.com/)