Opencore 1.0.0 EFI for Sonoma 14.5
RapidEFI
@chenwutong
- Asrock B460m ITRX/AC
- Intel 10500 with UHD630
- Kinstom HyperX 3200MHZ 16GB * 2
- Intel 760P 512G SSD M.2
- BCM94352Z
- Bluetooth, wireless, Airdrop.
- DP.
- CPU/FAN sensors etc.
- iCloud, iMessage etc.
- Audio
- Wake-On-Lan
- HDMI
device-id
is a must for DeviceProperties->PciRoot(0x0)/Pci(0x2,0x0), or you may suffer crashes on firefox, Photos etc.- DeviceProperties->PciRoot(0x0)/Pci(0x2,0x0)->framebuffer-stolenmem must be removed for iGPU or you may suffer resolution issue with 4K display
- Serial number has been removed from PlatForm->Generic, you shoule generate with GenSMBIOS by yourself.
- In some cases, onboard GPU doesn't work well with DP 4K display(boot into black screen), you can try to use HDMI instead. or try a discrete GPU.
Sonoma has dropped support for Boroadcom wifi card, you need to enbale it with the following guide
https://www.youtube.com/watch?v=gHs2CFox6gc&t=115s
To grant permissions to apps:
sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db
insert into access values ('kTCCServiceMicrophone','com.google.Chrome', 0, 2, 2, 1, null, null, null, 'UNUSED', null, null, 1669648527,null,null,'UNUSED',1669648527);
insert into access values ('kTCCServiceCamera','com.google.Chrome', 0, 2, 2, 1, null, null, null, 'UNUSED', null, null, 1669648527,null,null,'UNUSED',1669648527);