SkillAgentSearch skills...

Ryzentosh

Hackintosh on AMD Laptops

Install / Use

/learn @0nahid/Ryzentosh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

OpenCore EFI for AMD Laptops (updated to Ventura 13.6.1)

OpenCore version: 0.9.5

macOS version: 13.6.1

My laptop: ASUS D509DJ-EJ030T

CPU: AMD Ryzen 5 3500U

GPU: AMD Radeon Vega 8

RAM: 12GB DDR4 2666MHz

SSD: 512GB NVMe

Whats in the Box?

.
├── EFI
│   ├── BOOT
│   │   └── BOOTx64.efi
│   └── OC
│       ├── ACPI
│       │   ├── SSDT-EC.aml
│       │   ├── SSDT-HPET.aml
│       │   ├── SSDT-PLUG.aml
│       │   ├── SSDT-PNLF.aml
│       │   ├── SSDT-USBX.aml
│       │   └── SSDT-XOSI.aml
│       ├── Drivers
│       │   ├── HfsPlus.efi
│       │   ├── OpenCanopy.efi
│       │   └── OpenRuntime.efi
│       ├── Kexts
│       │   ├── AMDRyzenCPUPowerManagement.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       ├── MacOS
│       │   │       │   └── AMDRyzenCPUPowerManagement
│       │   │       └── _CodeSignature
│       │   │           └── CodeResources
│       │   ├── AirportItlwm.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── AirportItlwm
│       │   ├── AppleALC.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── AppleALC
│       │   ├── AppleMCEReporterDisabler.kext
│       │   │   └── Contents
│       │   │       └── Info.plist
│       │   ├── AsusSMC.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── AsusSMC
│       │   ├── BlueToolFixup.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── BlueToolFixup
│       │   ├── BrightnessKeys.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── BrightnessKeys
│       │   ├── ECEnabler.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── ECEnabler
│       │   ├── HoRNDIS.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       ├── MacOS
│       │   │       │   └── HoRNDIS
│       │   │       ├── Resources
│       │   │       │   └── en.lproj
│       │   │       │       └── InfoPlist.strings
│       │   │       └── _CodeSignature
│       │   │           └── CodeResources
│       │   ├── IntelBTPatcher.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── IntelBTPatcher
│       │   ├── IntelBluetoothFirmware.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── IntelBluetoothFirmware
│       │   ├── Lilu.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── Lilu
│       │   ├── NootedRed.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── NootedRed
│       │   ├── RadeonSensor.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── RadeonSensor
│       │   ├── RealtekCardReader.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       ├── MacOS
│       │   │       │   └── RealtekCardReader
│       │   │       └── Resources
│       │   │           └── LICENSE
│       │   ├── RestrictEvents.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── RestrictEvents
│       │   ├── Ryzen-CtlnaAHCIPort.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       ├── MacOS
│       │   │       │   └── CtlnaAHCIPort
│       │   │       ├── _CodeSignature
│       │   │       │   └── CodeResources
│       │   │       └── version.plist
│       │   ├── SMCAMDProcessor.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       ├── MacOS
│       │   │       │   └── SMCAMDProcessor
│       │   │       └── _CodeSignature
│       │   │           └── CodeResources
│       │   ├── SMCBatteryManager.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       ├── MacOS
│       │   │       │   └── SMCBatteryManager
│       │   │       └── Resources
│       │   │           └── SSDT-BATC.dsl
│       │   ├── SMCLightSensor.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── SMCLightSensor
│       │   ├── SMCProcessorAMD.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── SMCProcessorAMD
│       │   ├── SMCRadeonGPU.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── SMCRadeonGPU
│       │   ├── USBToolBox.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── USBToolBox
│       │   ├── UTBMap.kext
│       │   │   └── Contents
│       │   │       └── Info.plist
│       │   ├── VirtualSMC.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── VirtualSMC
│       │   ├── VoodooI2C.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       ├── MacOS
│       │   │       │   └── VoodooI2C
│       │   │       └── PlugIns
│       │   │           ├── VoodooGPIO.kext
│       │   │           │   └── Contents
│       │   │           │       ├── Info.plist
│       │   │           │       └── MacOS
│       │   │           │           └── VoodooGPIO
│       │   │           ├── VoodooI2CServices.kext
│       │   │           │   └── Contents
│       │   │           │       ├── Info.plist
│       │   │           │       └── MacOS
│       │   │           │           └── VoodooI2CServices
│       │   │           └── VoodooInput.kext
│       │   │               └── Contents
│       │   │                   ├── Info.plist
│       │   │                   ├── MacOS
│       │   │                   │   └── VoodooInput
│       │   │                   └── _CodeSignature
│       │   │                       └── CodeResources
│       │   ├── VoodooI2CHID.kext
│       │   │   └── Contents
│       │   │       ├── Info.plist
│       │   │       └── MacOS
│       │   │           └── VoodooI2CHID
│       │   └── VoodooPS2Controller.kext
│       │       └── Contents
│       │           ├── Info.plist
│       │           ├── MacOS
│       │           │   └── VoodooPS2Controller
│       │           └── PlugIns
│       │               ├── VoodooInput.kext
│       │               │   └── Contents
│       │               │       ├── Info.plist
│       │               │       ├── MacOS
│       │               │       │   └── VoodooInput
│       │               │       └── _CodeSignature
│       │               │           └── CodeResources
│       │               ├── VoodooPS2Keyboard.kext
│       │               │   └── Contents
│       │               │       ├── Info.plist
│       │               │       └── MacOS
│       │               │           └── VoodooPS2Keyboard
│       │               ├── VoodooPS2Mouse.kext
│       │               │   └── Contents
│       │               │       ├── Info.plist
│       │               │       └── MacOS
│       │               │           └── VoodooPS2Mouse
│       │               └── VoodooPS2Trackpad.kext
│       │                   └── Contents
│       │                       ├── Info.plist
│       │                       └── MacOS
│       │                           └── VoodooPS2Trackpad
│       ├── OpenCore.efi
│       ├── Resources
│       │   ├── Audio
│       │   │   ├── AXEFIAudio_Beep.mp3
│       │   │   ├── AXEFIAudio_Click.mp3
│       │   │   ├── AXEFIAudio_VoiceOver_Boot.mp3
│       │   │   ├── AXEFIAudio_ar_AccountLocked.mp3
│       │   │   ├── AXEFIAudio_ar_AccountLockedTryLater.mp3
│       │   │   ├── AXEFIAudio_ar_Password.mp3
│       │   │   ├── AXEFIAudio_ar_Username.mp3
│       │   │   ├── AXEFIAudio_ar_UsernameOrPasswordIncorrect.mp3
│       │   │   ├── AXEFIAudio_ar_VoiceOverOff.mp3
│       │   │   ├── AXEFIAudio_ar_VoiceOverOn.mp3
│       │   │   ├── AXEFIAudio_ca_AccountLocked.mp3
│       │   │   ├── AXEFIAudio_ca_AccountLockedTryLater.mp3
│       │   │   ├── AXEFIAudio_ca_Password.mp3
│       │   │   ├── AXEFIAudio_ca_Username.mp3
│       │   │   ├── AXEFIAudio_ca_UsernameOrPasswordIncorrect.mp3
│       │   │   ├── AXEFIAudio_ca_VoiceOverOff.mp3
│       │   │   ├── AXEFIAudio_ca_VoiceOverOn.mp3
│       │   │   ├── AXEFIAudio_cs_AccountLocked.mp3
│       │   │   ├── AXEFIAudio_cs_AccountLockedTryLater.mp3
│       │   │   ├── AXEFIAudio_cs_Password.mp3
│       │   │   ├── AXEFIAudio_cs_Username.mp3
│       │   │   ├── AXEFIAudio_cs_UsernameOrPasswordIncorrect.mp3
│       │   │   ├── AXEFIAudio_cs_VoiceOverOff.mp3
│       │   │   ├── AXEFIAudio_cs_VoiceOverOn.mp3
│       │   │   ├── AXEFIAudio_da_AccountLocked.mp3
│       │   │   ├── AXEFIAudio_da_AccountLockedTryLater.mp3
│       │   │   ├── AXEFIAudio_da_Password.mp3
│       │   │   ├── AXEFIAudio_da_Username.mp3
│       │   │   ├── AXEFIAudio_da_UsernameOrPasswordIncorrect.mp3
│       │   │   ├── AXEFIAudio_da_VoiceOverOff.mp3
│       │   │   ├── AXEFIAudio_da_VoiceOverOn.mp3
│       │   │   ├── AXEFIAudio_de_AccountLocked.mp3
│       │   │   ├── AXEFIAudio_de_AccountLockedTryLater.mp3
│       │   │   ├── AXEFIAudio_de_Password.mp3
│       │   │   ├── AXEFIAudio_de_Username.mp3
│       │   │   ├── AXEFIAudio_de_UsernameOrPasswordIncorrect.mp3
│       │   │   ├── AXEFIAudio_de_VoiceOverOff.mp3
│       │   │   ├── AXEFIAudio_de_VoiceOverOn.mp3
│       │   │   ├── AXEFIAudio_el_AccountLocked.mp3
│       │   │   ├── AXEFIAudio_el_AccountLockedTryLater.mp3
│  

Related Skills

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated8mo ago
Forks5

Languages

ASL

Security Score

72/100

Audited on Jul 29, 2025

No findings