Initial commit: OpenCore EFI for ASUS B760-I + i7-13700K + RX 6800 XT
This commit is contained in:
246
downloads.md
Executable file
246
downloads.md
Executable file
@@ -0,0 +1,246 @@
|
||||
# Descargas - Links y Archivos Necesarios
|
||||
|
||||
## 📦 Archivos Esenciales
|
||||
|
||||
### Bootloader
|
||||
|
||||
| Archivo | Versión | Link |
|
||||
|---------|---------|------|
|
||||
| **OpenCore** | 0.9.7+ | [github.com/acidanthera/OpenCorePkg/releases](https://github.com/acidanthera/OpenCorePkg/releases) |
|
||||
| **OCAuxiliaryTools** | Latest | [github.com/ic005k/OCAuxiliaryTools](https://github.com/ic005k/OCAuxiliaryTools) |
|
||||
| **ProperTree** | Latest | [github.com/corpnewt/ProperTree](https://github.com/corpnewt/ProperTree) |
|
||||
| **GenSMBIOS** | Latest | [github.com/corpnewt/GenSMBIOS](https://github.com/corpnewt/GenSMBIOS) |
|
||||
|
||||
### Kexts Principales (Acidanthera)
|
||||
|
||||
| Kext | Versión | Link |
|
||||
|------|---------|------|
|
||||
| **Lilu.kext** | 1.6.8+ | [github.com/acidanthera/Lilu/releases](https://github.com/acidanthera/Lilu/releases) |
|
||||
| **VirtualSMC.kext** | 1.3.4+ | [github.com/acidanthera/VirtualSMC/releases](https://github.com/acidanthera/VirtualSMC/releases) |
|
||||
| **WhateverGreen.kext** | 1.6.7+ | [github.com/acidanthera/WhateverGreen/releases](https://github.com/acidanthera/WhateverGreen/releases) |
|
||||
| **AppleALC.kext** | 1.8.8+ | [github.com/acidanthera/AppleALC/releases](https://github.com/acidanthera/AppleALC/releases) |
|
||||
| **VoodooPS2Controller.kext** | 2.3.0+ | [github.com/acidanthera/VoodooPS2Controller/releases](https://github.com/acidanthera/VoodooPS2Controller/releases) |
|
||||
| **FeatureUnlock.kext** | 1.1.4+ | [github.com/acidanthera/FeatureUnlock/releases](https://github.com/acidanthera/FeatureUnlock/releases) |
|
||||
| **SMCProcessor.kext** | 1.3.4+ | [incluido en VirtualSMC](https://github.com/acidanthera/VirtualSMC/releases) |
|
||||
| **SMCSuperIO.kext** | 1.3.4+ | [incluido en VirtualSMC](https://github.com/acidanthera/VirtualSMC/releases) |
|
||||
|
||||
### Kexts de Red
|
||||
|
||||
| Kext | Versión | Link | Propósito |
|
||||
|------|---------|------|-----------|
|
||||
| **AppleIGC.kext** | 1.6 (Mar 2025) | [github.com/SongXiaoXi/AppleIGC/releases](https://github.com/SongXiaoXi/AppleIGC/releases) | Ethernet I225/I226-V 2.5GbE |
|
||||
| **AirportItlwm.kext** | 2.3.0 | [github.com/OpenIntelWireless/itlwm/releases](https://github.com/OpenIntelWireless/itlwm/releases) | Wi-Fi Intel (interfaz nativa) |
|
||||
| **itlwm.kext** | 2.3.0 | [github.com/OpenIntelWireless/itlwm/releases](https://github.com/OpenIntelWireless/itlwm/releases) | Wi-Fi Intel (con app Helios) |
|
||||
| **IntelBluetoothFirmware.kext** | 2.3.0+ | [github.com/OpenIntelWireless/IntelBluetoothFirmware/releases](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/releases) | Bluetooth Intel |
|
||||
| **IntelBTPatcher.kext** | 2.3.0+ | [github.com/OpenIntelWireless/IntelBluetoothFirmware/releases](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/releases) | Parche Bluetooth Intel |
|
||||
| **BlueTool.kext** | 2.3.0+ | [incluido en IntelBluetoothFirmware](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/releases) | Bluetooth |
|
||||
|
||||
### Kexts Adicionales
|
||||
|
||||
| Kext | Versión | Link | Propósito |
|
||||
|------|---------|------|-----------|
|
||||
| **BrcmPatchRAM3.kext** | Latest | [github.com/acidanthera/BrcmPatchRAM/releases](https://github.com/acidanthera/BrcmPatchRAM/releases) | Bluetooth Broadcom (alternativa) |
|
||||
| **BrcmBluetoothInjector.kext** | Latest | [github.com/acidanthera/BrcmPatchRAM/releases](https://github.com/acidanthera/BrcmPatchRAM/releases) | Bluetooth Broadcom |
|
||||
| **BrcmFirmwareData.kext** | Latest | [github.com/acidanthera/BrcmPatchRAM/releases](https://github.com/acidanthera/BrcmPatchRAM/releases) | Bluetooth Broadcom |
|
||||
| **BrcmBluetoothInjector.kext** | Latest | [github.com/acidanthera/BrcmPatchRAM/releases](https://github.com/acidanthera/BrcmPatchRAM/releases) | Bluetooth Broadcom |
|
||||
|
||||
---
|
||||
|
||||
## 🛠️ Herramientas
|
||||
|
||||
### Configuración
|
||||
|
||||
| Herramienta | Link | Propósito |
|
||||
|-------------|------|-----------|
|
||||
| **Hackintool** | [github.com/headkaze/Hackintool](https://github.com/headkaze/Hackintool) | Configuración completa de hardware |
|
||||
| **OCAuxiliaryTools (OCT)** | [github.com/ic005k/OCAuxiliaryTools](https://github.com/ic005k/OCAuxiliaryTools) | Editor config.plist con GUI |
|
||||
| **ProperTree** | [github.com/corpnewt/ProperTree](https://github.com/corpnewt/ProperTree) | Editor plist (cross-platform) |
|
||||
| **GenSMBIOS** | [github.com/corpnewt/GenSMBIOS](https://github.com/corpnewt/GenSMBIOS) | Generar SMBIOS válido |
|
||||
| **SSDTTime** | [github.com/corpnewt/SSDTTime](https://github.com/corpnewt/SSDTTime) | Generar SSDTs personalizados |
|
||||
| **GenPMC** | [github.com/corpnewt/gen-pmc](https://github.com/corpnewt/gen-pmc) | Generar SSDT-PM |
|
||||
|
||||
### Utilidades del Sistema
|
||||
|
||||
| Herramienta | Link | Propósito |
|
||||
|-------------|------|-----------|
|
||||
| **Stats** | [github.com/exelban/stats](https://github.com/exelban/stats) | Monitoreo de sistema (menu bar) |
|
||||
| **KextsViewer** | [github.com/corpnewt/KextsViewer](https://github.com/corpnewt/KextsViewer) | Ver kexts cargados |
|
||||
| **Haciend** | [incluido en OpenCore](https://github.com/acidanthera/OpenCorePkg) | Consola interactiva OpenCore |
|
||||
| **BetterDisplay** | [github.com/waydabber/BetterDisplay](https://github.com/waydabber/BetterDisplay) | Gestión de monitores |
|
||||
| **MonitorControl** | [github.com/MonitorControl/MonitorControl](https://github.com/MonitorControl/MonitorControl) | Control de brillo DDC |
|
||||
|
||||
### Creación de Instalador
|
||||
|
||||
| Herramienta | Link | Propósito |
|
||||
|-------------|------|-----------|
|
||||
| **OClter** | [github.com/chris1111/OClter](https://github.com/chris1111/OClter) | Crear USB instalador |
|
||||
| **createinstallmedia** | (Incluido con macOS) | Método oficial de Apple |
|
||||
| **BalenaEtcher** | [etcher.balena.io](https://etcher.balena.io) | Flashear USB (alternativa) |
|
||||
|
||||
---
|
||||
|
||||
## 📚 Documentación
|
||||
|
||||
### Guías Oficiales
|
||||
|
||||
| Guía | Link |
|
||||
|------|------|
|
||||
| **Dortania OpenCore Install Guide** | [dortania.github.io/OpenCore-Install-Guide](https://dortania.github.io/OpenCore-Install-Guide/) |
|
||||
| **Dortania Post-Install Guide** | [dortania.github.io/OpenCore-Post-Install](https://dortania.github.io/OpenCore-Post-Install/) |
|
||||
| **Dortania Troubleshooting** | [dortania.github.io/Troubleshooting](https://dortania.github.io/Troubleshooting/) |
|
||||
| **Dortania GPU Buyers Guide** | [dortania.github.io/GPU-Buyers-Guide](https://dortania.github.io/GPU-Buyers-Guide/) |
|
||||
| **Dortania USB Mapping** | [dortania.github.io/USB-Map-Guide](https://dortania.github.io/USB-Map-Guide/) |
|
||||
|
||||
### Guías Visuales
|
||||
|
||||
| Guía | Link |
|
||||
|------|------|
|
||||
| **OpenCore Visual Beginners Guide** | [chriswayg.gitbook.io/opencore-visual-beginners-guide](https://chriswayg.gitbook.io/opencore-visual-beginners-guide/) |
|
||||
| **Dortania Getting Started** | [dortania.github.io/Getting-Started-With-ACPI](https://dortania.github.io/Getting-Started-With-ACPI/) |
|
||||
|
||||
### Específicos para tu Hardware
|
||||
|
||||
| Recurso | Link | Hardware |
|
||||
|---------|------|----------|
|
||||
| **hackintosh-club/ROG-STRIX-B760-I-GAMING-OpenCore** | [github.com/hackintosh-club/ROG-STRIX-B760-I-GAMING-OpenCore](https://github.com/hackintosh-club/ROG-STRIX-B760-I-GAMING-OpenCore) | ASUS ROG STRIX B760-I |
|
||||
| **rosewu550/asus-strix-b760-i-hackintosh** | [github.com/rosewu550/asus-strix-b760-i-hackintosh](https://github.com/rosewu550/asus-strix-b760-i-hackintosh) | ASUS B760-I + i9-13900F |
|
||||
| **chenhe/oc-b760m-13700-6800** | [github.com/ichenhe/oc-b760m-13700-6800](https://github.com/ichenhe/oc-b760m-13700-6800) | MSI B760M + i7-13700 + RX 6800 |
|
||||
| **Base EFI Raptor Lake** | [github.com/luchina-gabriel/BASE-EFI-INTEL-DESKTOP-13THGEN-14THGEN-RAPTOR-LAKE-PUBLIC](https://github.com/luchina-gabriel/BASE-EFI-INTEL-DESKTOP-13THGEN-14THGEN-RAPTOR-LAKE-PUBLIC) | Intel 13th/14th Gen |
|
||||
|
||||
### Comunidad
|
||||
|
||||
| Sitio | Link |
|
||||
|-------|------|
|
||||
| **r/hackintosh** | [reddit.com/r/hackintosh](https://www.reddit.com/r/hackintosh/) |
|
||||
| **TonyMacx86** | [tonymacx86.com](https://www.tonymacx86.com/) |
|
||||
| **InsanelyMac** | [insanelymac.com](https://www.insanelymac.com/) |
|
||||
| **Dortania Discord** | [discord.gg/AbTrsBq](https://discord.gg/AbTrsBq) |
|
||||
|
||||
---
|
||||
|
||||
## 📱 Aplicaciones macOS Recomendadas
|
||||
|
||||
### Productividad
|
||||
|
||||
| App | Link |
|
||||
|-----|------|
|
||||
| **Rectangle** | [rectangleapp.com](https://rectangleapp.com/) |
|
||||
| **AltTab** | [alt-tab-macos.netlify.app](https://alt-tab-macos.netlify.app/) |
|
||||
| **Karabiner-Elements** | [karabiner-elements.pqrs.org](https://karabiner-elements.pqrs.org/) |
|
||||
| **BetterTouchTool** | [boastr.net](https://boastr.net/) |
|
||||
|
||||
### Monitoreo
|
||||
|
||||
| App | Link |
|
||||
|-----|------|
|
||||
| **Stats** | [github.com/exelban/stats](https://github.com/exelban/stats) |
|
||||
| **iStat Menus** | [bjango.com/mac/istatmenus](https://bjango.com/mac/istatmenus/) |
|
||||
| **Activity Monitor** | (Incluido con macOS) |
|
||||
|
||||
### Backups
|
||||
|
||||
| App | Link |
|
||||
|-----|------|
|
||||
| **Time Machine** | (Incluido con macOS) |
|
||||
| **Carbon Copy Cloner** | [bombich.com](https://bombich.com/) |
|
||||
| **SuperDuper!** | [shirt-pocket.com](https://shirt-pocket.com/) |
|
||||
|
||||
### Utilidades
|
||||
|
||||
| App | Link |
|
||||
|-----|------|
|
||||
| **The Unarchiver** | [macpaw.com/the-unarchiver](https://macpaw.com/the-unarchiver) |
|
||||
| **Amphetamine** | [macpaw.com/amphetamine](https://macpaw.com/amphetamine) |
|
||||
| **HandBrake** | [handbrake.fr](https://handbrake.fr/) |
|
||||
| **VLC** | [videolan.org/vlc](https://www.videolan.org/vlc/) |
|
||||
|
||||
---
|
||||
|
||||
## 🔧 Scripts Útiles
|
||||
|
||||
### Descargar y Usar GenSMBIOS
|
||||
|
||||
```bash
|
||||
# Clonar repositorio
|
||||
git clone https://github.com/corpnewt/GenSMBIOS.git
|
||||
cd GenSMBIOS
|
||||
|
||||
# Ejecutar
|
||||
python3 gensmbios.py
|
||||
|
||||
# Seguir instrucciones
|
||||
```
|
||||
|
||||
### Descargar y Usar SSDTTime
|
||||
|
||||
```bash
|
||||
# Clonar repositorio
|
||||
git clone https://github.com/corpnewt/SSDTTime.git
|
||||
cd SSDTime
|
||||
|
||||
# Dar permisos
|
||||
chmod +x SSDTTime.sh
|
||||
|
||||
# Ejecutar
|
||||
./SSDTTime.sh
|
||||
```
|
||||
|
||||
### Descargar Hackintool
|
||||
|
||||
```bash
|
||||
# Descargar desde releases
|
||||
# o usar Homebrew (si está instalado)
|
||||
brew install --cask hackintool
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 📝 Notas de Versiones
|
||||
|
||||
### OpenCore
|
||||
- **Versión actual estable**: 0.9.7
|
||||
- **Rama de desarrollo**: 0.9.8+ (experimental)
|
||||
- **Recomendación**: Usar siempre versión estable
|
||||
|
||||
### macOS (2026)
|
||||
- **Última versión**: macOS Sequoia 15.x
|
||||
- **Soporte**: macOS Sequoia, Sonoma 14.x, Ventura 13.x
|
||||
- **Recomendación**: Sequoia 15.x para hardware más nuevo
|
||||
|
||||
### Kexts
|
||||
- Actualizar **Lilu** primero (es la base de muchos kexts)
|
||||
- **WhateverGreen** se actualiza frecuentemente para nuevas GPUs
|
||||
- **AppleIGC** tiene actualizaciones específicas para Sequoia
|
||||
|
||||
---
|
||||
|
||||
## ⚠️ Fuentes Confiables
|
||||
|
||||
**SIEMPRE descargar desde**:
|
||||
- **GitHub releases** (proyectos oficiales)
|
||||
- **Dortania guides** (documentación verificada)
|
||||
- **Acidanthera** (kexts oficiales)
|
||||
|
||||
**NUNCA descargar desde**:
|
||||
- Sitios de dudosa reputación
|
||||
- Foros con archivos adjuntos
|
||||
- YouTube sin verificar fuente
|
||||
|
||||
---
|
||||
|
||||
## 📋 Orden de Descarga Recomendado
|
||||
|
||||
1. **OpenCore** (bootloader)
|
||||
2. **Lilu** (base kext)
|
||||
3. **VirtualSMC** + plugins
|
||||
4. **WhateverGreen** (GPU)
|
||||
5. **AppleALC** (audio)
|
||||
6. **AppleIGC** (Ethernet)
|
||||
7. **AirportItlwm** + **IntelBluetoothFirmware** (Wi-Fi/Bluetooth)
|
||||
8. **VoodooPS2Controller** (teclado/PS2)
|
||||
9. **OCAuxiliaryTools** (editor config.plist)
|
||||
10. **GenSMBIOS** (generar SMBIOS)
|
||||
|
||||
---
|
||||
|
||||
**Volver a [README.md](README.md)**
|
||||
Reference in New Issue
Block a user