Skip to content

appleserial/DeskMini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeskMini Hackintosh

This is the hackintosh for the deskmini 310

Hackintosh

SPECS

  • OS: macOS 11.6 20G165 x86_64 / (SMBIOS: iMac19,1)
  • OpenCore: 0.7.7
  • CPU: Intel i9-9900T (8c16t ES) @ 1.7GHz
  • GPU: Intel UHD Graphics 630
  • Wi-Fi: BCM94360CS2
  • SSD: 512GB TOSHIBA RC500 NVMe
  • RAM: 8GB x 2 ADATA DDR4 2400
  • Monitor: DELL

TELEGRAM

Please join Telegram Join Telegram, if you have any questions

Wi-Fi CARD

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.

BCM94360CS2 NGFF

BIOS

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

Donating 💸

  • Feel free to Buy Me a Coffee
  • XMR 4APxe9PpCgw2RdZjkiBqVk6mdyforWiQvGHGCXp6iWojTZaqmfuKcAgBEXTkshDLwo6zGu5yNVUBriyVuUV8jUr58nnkexR
  • BTC bc1q7ryvvxuws4vhhuxpaddl82seq7ue03qq2p40qh

CINEBENCH

CINEBENCH

macOS Tips

# 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

CREDITS