2026-02-05 14:12:26 +00:00

🍎 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 - Configuraciones críticas
  2. Crear USB Instalador - Crear medio de instalación
  3. Configuración EFI - Configurar OpenCore
  4. Instalación - Instalar macOS
  5. Post-Instalación - Configuraciones finales
  6. Descargas - 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

Paso 2: Crear USB Instalador

Ver 02-create-installer.md

Paso 3: Configurar EFI

Ver 03-efi-config.md

Paso 4: Instalar macOS

Ver 04-installation.md

Paso 5: Post-Instalación

Ver 05-post-install.md


🌐 Recursos y Fuentes

EFI de Referencia para B760

Guías Generales

Repositorios de Kexts

Herramientas


⚠️ 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


📝 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

Description
OpenCore EFI for ASUS ROG STRIX B760-I + i7-13700K + RX 6800 XT
Readme 1.8 GiB
Languages
Python 44.6%
Shell 25.2%
ASL 23.8%
Batchfile 6.4%