This is the hackintosh for the deskmini 310
- OS: macOS 11.1 20C69 x86_64 / (SMBIOS: iMac19,1)
- OpenCore: 0.6.4
- CPU: Intel i5-9400 (6c6t) @ 2.90GHz
- GPU: Intel UHD Graphics 630
- Wi-Fi: BCM94360CS2
- SSD: 512GB TOSHIBA RC500 NVMe
- RAM: 8GB x 2 ADATA DDR4 2400
- Monitor: DELL U2518D
Please join Telegram Join Telegram, if you have any questions
My Wi-Fi card is BCM94360CS2, you need to get a NGFF card like this one. TOSHIBA RC500 NVMe SSD don't have any nand in the back, so it's very nice to have.
Load UEFI Defaults
- Advanced > Chipset Configuration > Onboard HD Audio & Onboard HDMI HD Audio: Enabled
- Advanced > Chipset Configuration > VT-d: Disabled
- Advanced > USB Configuration > XHCI Hand-off: Enabled
- Advanced > CPU Configuration > C States Support: Disabled
- Advanced > Super IO Configuration > Serial Port: Disabled
- Security > Secure Boot: Disabled
- BOOT > CSM: Enabled
Feel free to Buy Me a Coffee or 15iEcYV1Xpr3xM4Ytyg9DCfcFwyifRFdQM
# https://gist.github.com/csrutil/b2cce932dda8b226f37be2880215aee6
sudo pmset -c sleep 30
sudo pmset -c displaysleep 30
sudo pmset -c disksleep 30
sudo pmset -c hibernatemode 0
sudo pmset -c standby 0
sudo pmset -c autopoweroff 0
sudo pmset -c tcpkeepalive 1
# disable the Spotlight indexes
sudo mdutil -a -i off
# change host name
sudo scutil --set HostName mini
sudo scutil --set ComputerName mini
sudo scutil --set LocalHostName mini
sudo spctl --master-disable