- Catalina 10.15.6
- Windows 10
- OC 0.5.9
Type | Item |
---|---|
CPU | Intel Core i5-9500k |
CPU Cooler | Noctua NH-U12S |
Motherboard | Gigabyte Z390i Aorus Pro Wifi |
Memory | Crucial Ballistix Sport LT BLS2K16G4D32AESB 3200 MHz |
Storage (macOS) | WD SN750 500GB |
Storage (Windows) | Samsung SSD 750 EVO 250GB |
Video Card | AMD RX580 8GB |
WiFi + Bluetooth | BCM943602CS with B+M Adapter in rear M2 slot |
Case | Lian Li TU150 |
Power Supply | Corsair SF Series SF600 80 PLUS Gold SFX |
Monitor | BenQ PD2700U |
- Bios version: F8c
- Bios profile: Z390IAPW.F8c
CFG-Lock must be turned off manually. Follow guide here. When using UEFITool, the CFG Lock
string can be found at the following path:
Intel image -> BIOS region -> 4F1C52D3-D824-4D2A-A2F0-EC40C23C5916 -> 9E21FD93-9C72-4C15-8C4B-E77F1DB2D792 -> LzmaCustomDecompressGuid -> Volume image section -> 5C60F367-A505-419A-859E-2A4FF6CA6FE5 -> Setup
To disable CFG-Lock and verify its disabled, add the following in EFI/OC/Tools
folder and config.plist:
Once its disabled we can remove both from our EFI.
CFG Offset:
CFG Lock, VarStoreInfo (VarOffset/VarName): 0x5C1
Execute the following in Modified GRUB Shell:
setup_var 0x5C1 0x00
- Settings -> I0 Ports -> Internal Graphics -> Disabled
- Settings -> I0 Ports -> Wi-Fi -> Disabled
- Settings -> I0 Ports -> Above 4G Decoding -> Enabled
- Settings -> I0 Ports -> Wake on LAN Enable -> Disabled
- Settings -> I0 Ports -> USB Configuration -> Legacy USB Support -> Disabled
- Settings -> I0 Ports -> USB Configuration -> XHCI Hand-off -> Enabled
- Settings -> Miscellaneous -> Software Guard Extensions(SGX) -> Disabled
- Settings -> Miscellaneous -> Trusted Computing -> Security Device Support -> Disabled
Note: It's recommended to disable CSM Support, but disabling it prevents OC from booting, so it's enabled for now.
USB mapping (based on this image):
- HS03 : // USB 2: back bottom left
- HS04 : // USB 2: back bottom right
- HS05 : // USB 2: back top right
- HS07 : // USB 2: back middle left
- HS08 : // USB 2: back middle right
- HS09 : // USB 2: front right
- HS10 : // USB 2: front middle
- HS11 : // M2: internal Wifi/BT card
- SS01 : // USB 2 (type C): front left
- SS03 : // USB 3: back bottom left
- SS04 : // USB 3: back bottom right
- SS07 : // USB 3: back middle left
- SS08 : // USB 3: back middle right
- SS09 : // USB 3: front right
- SS10 : // USB 3: front middle
- ProperTree (
git clone git@github.com:corpnewt/ProperTree.git
) - MountEFI (
git clone https://github.com/corpnewt/MountEFI
) - MaciASL
- OpenCore Sanity Checker
- OpenCore Guide
- OpenCore Releases