192 lines
6.7 KiB
Markdown
Executable File
192 lines
6.7 KiB
Markdown
Executable File
# 🍎 Guía Completa Hackintosh - ASUS ROG STRIX B760-I + i7-13700K + RX 6800 XT
|
|
|
|
## 📋 Información del Sistema
|
|
|
|
| Componente | Especificación |
|
|
|------------|----------------|
|
|
| **CPU** | Intel Core i7-13700K (13th Gen, Raptor Lake) |
|
|
| **Placa Madre** | ASUS ROG STRIX B760-I GAMING WIFI |
|
|
| **GPU** | AMD Radeon RX 6800 XT (Navi 21, 16GB) |
|
|
| **RAM** | 32GB DDR5 6400MHz Patriot (2x16GB) |
|
|
| **Almacenamiento** | Crucial P3 Plus 1TB NVMe SSD |
|
|
| **Ethernet** | Intel I226-V 2.5GbE |
|
|
| **Wi-Fi** | Intel AX211 (Wi-Fi 6E) |
|
|
| **Audio** | Realtek High Definition Audio |
|
|
| **BIOS** | AMI 1825 |
|
|
|
|
## ✅ Estado de Compatibilidad
|
|
|
|
| Componente | Compatibilidad | Notas |
|
|
|------------|----------------|-------|
|
|
| CPU | ✅ Compatible | Requiere CPU spoofing |
|
|
| GPU | ✅ Nativo | Soporte nativo macOS Big Sur+ |
|
|
| Ethernet | ✅ Compatible | AppleIGC.kext v1.6 |
|
|
| Wi-Fi | ✅ Compatible | itlwm/AirportItlwm |
|
|
| Bluetooth | ✅ Compatible | IntelBluetoothFirmware |
|
|
| Audio | ⚠️ Requiere config | AppleALC con layout-id |
|
|
|
|
---
|
|
|
|
## 📁 Estructura de Archivos
|
|
|
|
```
|
|
hackintosh-guide/
|
|
├── README.md (Esta guía)
|
|
├── 01-bios-settings.md (Configuración BIOS)
|
|
├── 02-create-installer.md (Crear USB instalador)
|
|
├── 03-efi-config.md (Configurar EFI)
|
|
├── 04-installation.md (Proceso de instalación)
|
|
├── 05-post-install.md (Post-instalación)
|
|
├── downloads.md (Links de descarga)
|
|
├── EFI/
|
|
│ └── OC/
|
|
│ ├── ACPI/ (SSDTs)
|
|
│ ├── Kexts/ (Drivers)
|
|
│ ├── Drivers/ (OpenCore drivers)
|
|
│ └── Tools/ (Haciend, etc.)
|
|
├── docs/ (Documentación adicional)
|
|
└── kexts-downloaded/ (Kexts descargados)
|
|
```
|
|
|
|
---
|
|
|
|
## 🔗 Índice de la Guía
|
|
|
|
1. **[Configuración del BIOS](01-bios-settings.md)** - Configuraciones críticas
|
|
2. **[Crear USB Instalador](02-create-installer.md)** - Crear medio de instalación
|
|
3. **[Configuración EFI](03-efi-config.md)** - Configurar OpenCore
|
|
4. **[Instalación](04-installation.md)** - Instalar macOS
|
|
5. **[Post-Instalación](05-post-install.md)** - Configuraciones finales
|
|
6. **[Descargas](downloads.md)** - Links de descarga
|
|
|
|
---
|
|
|
|
## 🎯 Resumen Rápido - Archivos Necesarios
|
|
|
|
### Kexts Esenciales
|
|
| Kext | Versión | Propósito |
|
|
|------|---------|-----------|
|
|
| **Lilu.kext** | 1.6.8+ | Base para muchos parches |
|
|
| **VirtualSMC.kext** | 1.3.4+ | Emulación SMC |
|
|
| **WhateverGreen.kext** | 1.6.7+ | Soporte GPU AMD |
|
|
| **AppleIGC.kext** | 1.6 | Ethernet I226-V |
|
|
| **AirportItlwm.kext** | 2.3.0 | Wi-Fi Intel AX211 |
|
|
| **IntelBluetoothFirmware.kext** | 2.3.0+ | Bluetooth Intel |
|
|
| **IntelBTPatcher.kext** | 2.3.0+ | Parche Bluetooth |
|
|
| **AppleALC.kext** | 1.8.8+ | Audio Realtek |
|
|
| **VoodooPS2Controller.kext** | 2.3.0+ | Teclado/PS2 |
|
|
| **FeatureUnlock.kext** | 1.1.4+ | Desbloquear features |
|
|
|
|
### OpenCore
|
|
- **OpenCore 0.9.7+** (última versión estable)
|
|
- **OCAuxiliaryTools** (editor config.plist)
|
|
|
|
### Herramientas
|
|
- **Hackintool** - Configuración hardware
|
|
- **ProperTree** - Editor plist
|
|
- **GenSMBIOS** - Generar SMBIOS
|
|
|
|
---
|
|
|
|
## ⚙️ Configuración BIOS Crítica
|
|
|
|
### ASUS ROG STRIX B760-I - Configuraciones Requeridas
|
|
|
|
| Opción | Valor | Ubicación |
|
|
|--------|-------|-----------|
|
|
| **Fast Boot** | DISABLE | Boot |
|
|
| **CFG Lock** | DISABLE | Advanced → CPU Configuration |
|
|
| **VT-d** | DISABLE | Advanced → CPU Configuration |
|
|
| **VT-x** | ENABLE | Advanced → CPU Configuration |
|
|
| **Above 4G Decoding** | ENABLE | Advanced → Chipset Configuration |
|
|
| **DVMT Pre-Allocated** | 64MB | Advanced → Chipset → Graphics |
|
|
| **CSM** | DISABLE | Boot |
|
|
| **Resizable BAR** | DISABLE | Advanced → Chipset |
|
|
| **SATA Mode** | AHCI | Advanced → PCH Storage |
|
|
|
|
---
|
|
|
|
## 📦 Plan de Instalación
|
|
|
|
### Paso 1: Configurar BIOS
|
|
Ver [01-bios-settings.md](01-bios-settings.md)
|
|
|
|
### Paso 2: Crear USB Instalador
|
|
Ver [02-create-installer.md](02-create-installer.md)
|
|
|
|
### Paso 3: Configurar EFI
|
|
Ver [03-efi-config.md](03-efi-config.md)
|
|
|
|
### Paso 4: Instalar macOS
|
|
Ver [04-installation.md](04-installation.md)
|
|
|
|
### Paso 5: Post-Instalación
|
|
Ver [05-post-install.md](05-post-install.md)
|
|
|
|
---
|
|
|
|
## 🌐 Recursos y Fuentes
|
|
|
|
### EFI de Referencia para B760
|
|
- [hackintosh-club/ROG-STRIX-B760-I-GAMING-OpenCore](https://github.com/hackintosh-club/ROG-STRIX-B760-I-GAMING-OpenCore) - EFI específico para esta placa
|
|
- [rosewu550/asus-strix-b760-i-hackintosh](https://github.com/rosewu550/asus-strix-b760-i-hackintosh) - Config con i9-13900F
|
|
|
|
### Guías Generales
|
|
- [Dortania OpenCore Install Guide](https://dortania.github.io/OpenCore-Install-Guide/) - La biblia del Hackintosh
|
|
- [OpenCore Visual Beginners Guide](https://chriswayg.gitbook.io/opencore-visual-beginners-guide/) - Guía visual
|
|
- [Dortania GPU Buyers Guide - AMD](https://dortania.github.io/GPU-Buyers-Guide/modern-gpus/amd-gpu.html)
|
|
|
|
### Repositorios de Kexts
|
|
- [Acidanthera](https://github.com/acidanthera) - Kexts oficiales (Lilu, WhateverGreen, VirtualSMC, etc.)
|
|
- [OpenIntelWireless/itlwm](https://github.com/OpenIntelWireless/itlwm) - Wi-Fi Intel
|
|
- [OpenIntelWireless/IntelBluetoothFirmware](https://github.com/OpenIntelWireless/IntelBluetoothFirmware) - Bluetooth Intel
|
|
- [SongXiaoXi/AppleIGC](https://github.com/SongXiaoXi/AppleIGC) - Ethernet I225/I226
|
|
|
|
### Herramientas
|
|
- [OC-Gen-X](https://github.com/Pavo-IM/OC-Gen-X) - Generador de configuración OpenCore
|
|
- [OCAuxiliaryTools](https://github.com/ic005k/OCAuxiliaryTools) - Editor de config.plist
|
|
|
|
---
|
|
|
|
## ⚠️ Advertencias Importantes
|
|
|
|
1. **Respaldar todo** antes de comenzar
|
|
2. **NO actualizar BIOS** durante la instalación
|
|
3. **Seguir el orden** de la guía
|
|
4. **Solo descargar desde fuentes oficiales** (GitHub, Dortania)
|
|
|
|
---
|
|
|
|
## 🆘 Soporte y Comunidad
|
|
|
|
- [r/hackintosh Reddit](https://www.reddit.com/r/hackintosh/)
|
|
- [TonyMacx86 Forums](https://www.tonymacx86.com/)
|
|
- [InsanelyMac Forums](https://www.insanelymac.com/)
|
|
|
|
---
|
|
|
|
## 📝 Notas Específicas para este Hardware
|
|
|
|
### Intel i7-13700K (Raptor Lake)
|
|
- Requiere **CPU spoofing** a iMacPro1,1 o MacPro7,1
|
|
- P-Cores/E-Cores necesitan configuración correcta
|
|
- No usar XMP profile si hay problemas de estabilidad
|
|
|
|
### AMD RX 6800 XT
|
|
- **Soporte nativo** en macOS Big Sur y posteriores
|
|
- No requiere kexts especiales (WhateverGreen para patches)
|
|
- Disable ASAPU en config.plist si hay problemas
|
|
|
|
### Intel I226-V Ethernet
|
|
- Usar **AppleIGC.kext v1.6** para Sequoia 15
|
|
- Versions anteriores usar v1.4 o v1.5
|
|
|
|
### Intel AX211 Wi-Fi
|
|
- **AirportItlwm.kext** para interfaz nativa macOS
|
|
- **itlwm.kext** + Helios (app) como alternativa
|
|
- Bluetooth requiere 3 kexts: BlueTool, IntelBluetoothFirmware, IntelBTPatcher
|
|
|
|
---
|
|
|
|
**Comienza con [01-bios-settings.md](01-bios-settings.md)**
|