使用 Intel 无线网卡时需要根据系统版本选择对应的
config.intel.wireless.***.plist
,并改名为config.plist
- macOS Monterey 12.x
- macOS Ventura 13.x
- macOS Sonoma 14.x
- macOS Sequoia 15.x
- BIOS: 2.16.0
- 主板: 戴尔 B460
- 处理器: Intel 10代 i5-10500T
- 内存: 海力士 16GB(2x8GB) DDR4 3200 Mhz
- 显卡: 英特尔® 超核芯显卡 630
- 声卡: Realtek ALC3246(ALC256)
- 硬盘: 铠侠 Kioxia 512G (KBG40ZNS) m.2 2230
- 网卡: Realtek RTL8111HSD-CG
- 无线: BCM94360CS2(白果拆机卡)/ Intel(R) Dual Band Wireless AC 3165
- 电源: 戴尔 65W
System Configuration
|-- SATA Operaition: AHCI
Video
|-- Primary Display: Intel HD Graphics
Security
|-- PTT Security/PTT On: Disabled
Secure Boot
|-- Secure Boot Enable: Disabled
PSecure Boot
|-- Secure Boot Mode: Audit Mode
Intel Software Guard Extensions
|-- Intel SGX Enable: Disabled
PowerManagement
|-- Deep Sleep Control: Disabled
|-- USB Wake Support: Disabled
|-- Wake on LAN/WLAN: Lan only
|-- Block Sleep: YES
POST Behavior
|-- Fastboot: Minimal
- 使用 OpenCore Configurator 替换三码
- 使用 RU.efi 解锁
CFG LOCK
, 并修改核显参数DVMT = 64MB
Option | UEFI Variable Name | Address | Default | Replace |
---|---|---|---|---|
CFG LOCK | CPUSetup | 0x3E | 0x1 | 0x0 |
DVMT | SaSetup | 0xF5 | 0x0 | 0x2 |
- 解锁
CFG LOCK
- 修改
DVMT
为64MB
- Lilu.kext
- SMCProcessor.kext
- SMCSuperIO.kext
- SMCDellSensors.kext
- VirtualSMC.kext
- WhateverGreen.kext
- AppleALC.kext
- RealtekRTL8111.kext
- AirportItlwm.kext
- IntelBluetoothFirmware.kext
- BlueToolFixup.kext
- Hackintool
- OCAuxiliaryTools 即
OCAT
. - OpenCore Configurator 即
OCC
。 - GenSMBIOS 三码生成工具。
- MountEFI EFI 分区挂载工具。
- EFI Agent 更方便的EFI分区挂载工具。
- gibMacOS macOS 官方镜像下载工具。
- ProperTree Plist 编辑器。