surface go 2 黑苹果

surface go 2 黑苹果

微软MICROSOFT 2021-08-04

surface-go2-hackintosh

Install hackintosh into surface go 2

Computer Spec

Component Brank
CPU Intel Core m3 8100Y (1.1 – 3.4 GHz, Amber Lake-Y)
iGPU Intel® UHD Graphics 615
Audio Realtek ALC298
Ram 2×4 GB LPDDR3 1867 MHz
Wifi + Bluetooth Wifi6 AX200, Bluetooth 5.0
Storage 128GB SSD
TF Card reader Realtek PCI-E Card Reader, 152D:1237
Front&Rear camera Intel(R) AVStream Camera 2500, ISP Interface, 8086:591c, 8 MPix/5 MPix
Type cover trackpad Microsoft type cover, 045E:096F
Display 10.50 inch 3:2, 1920 x 1280 pixel 220 PPI, 10-Point Capacitive
Touch Screen ELAN9038, _SB.PCI0.I2C1.TPL1, 8086:9d61
Screen BOE CQ NV105WAM-N31, BOE088B
NFC NXP NFC Client Device, NXP3001
Battery 26.81Wh 7.66v 3500mAh
LTE(if available) Surface Mobile Boradband, USB device, 045E:09A5, Snapdragon X16 LTE
GPS(if available) MSHW0142
Accelerometers, light sensors, compass

Todo list

  •  Trackpad often mistouch when typing
  •  Sleep/wake doesn’t work
  •  Screen will scale down after display sleep/wake when hidpi is enabled: fixed by using using this dameon
  •  Type cover Caps led does not light up when enabled: fired an issue
  •  Ambient sensor doesn’t work
  •  Speaker seems a little quiet: may be can boost by this app eqMac

Current progress

Things will work

  •  Internal Speakers
  •  Internal microphone
  •  Combojack headphones
  •  SpeedStep
  •  Touch screen
  •  Surface type cover, both keyboard and trackpad multi-touch gestures
  •  TF Card reader (Partially work, read/write speed is limited at 8MB/s)
  •  Type-c to HDMI
  •  Type-c to USB3 & USB2
  •  Power, volume down and up button
  •  Sleep/wake, will stuck at surface logo when wake
  •  Ambient sensor
  •  Stylus, work but no sense of pressure
  •  Accelerometers, compass

Things won’t work

  •  Front & rear camera (won’t work)
  •  Ir camera (won’t work)
  •  NFC (won’t work)

Turn off BD PROCHOT

It’s very weird that BD PROCHOT will kick in even at 60 ~ 70c. When it kick in, the cpu will die to 0.4Ghz and become a holy crap. So it’s better to turn it off to get a better performance.

You can use the DisablePROCHOT.efi file in EFI/OC/Drivers to turn off it. After turnning it off, if the cpu continues to be fully loaded, the temperature may rise to near 90c. Beyond 90c, the device will become unstable, it will either auto power off or crash. So you should also do the following step to lower the temperature.

Lower the temperature

By default, the long term TDP is set to 8 watt, you can lower it to 7 watt to maintain the temp below 80c. Also, offset the cpu voltage by 115mv also help cool the device.

sudo ./voltageshift buildlaunchd -115 0 0 0 0 0 7 28 18 0.002 60

You can remove this by using:

./voltageshift removelaunchd

Or manual remove by:

sudo rm /Library/LaunchDaemons/com.sicreative.VoltageShift.plist
sudo rm -R /Library/Application\ Support/VoltageShift

Please notice if you cannot boot the system after installing, you need to:

  1. Fully turn off Computer (not reboot):
  2. Boot start by Command-R to recovery mode :
  3. In “Terminal” Enable the CSR protection to stop undervoltage running when boot
csrutil enable    
  1. Reboot and Remove all file above

BIOS option address

  • CFG Lock: VarStoreInfo (VarOffset/VarName): 0x3C, VarStore: 0x3 (CpuSetup)
  • VT-d: VarStoreInfo (VarOffset/VarName): 0xE3, VarStore: 0x2 (SaSetup)
  • DVMT Pre-Allocated, VarStoreInfo (VarOffset/VarName): 0xDF, VarStore: 0x2 (SaSetup)
  • Enable Hibernation, VarStoreInfo (VarOffset/VarName): 0x1E6, VarStore: 0x1234 (Setup)
  • Fast Boot:, VarStoreInfo (VarOffset/VarName): 0x101, VarStore: 0x1234 (Setup)
  • Power Limit 1, VarStoreInfo (VarOffset/VarName): 0x57, VarStore: 0x3 (CpuSetup): Default is 0x1f40=8000=8Watt
  • Power Limit 2, VarStoreInfo (VarOffset/VarName): 0x5B, VarStore: 0x3 (CpuSetup): Default is 0x4650=18000=18Watt
  • Power Limit 1 Time Window, VarStoreInfo (VarOffset/VarName): 0x5F, VarStore: 0x3 (CpuSetup): Default is 0 (infinate)

Options modified

Name From To
CFG Lock Enable Disable
VT-d Enable Disable
DVMT 32MB 64MB
Enable Hibernation Enable Disable
Fast Boot Enable Disable

Related issues

Disable the sleep first

https://gist.github.com/pwnsdx/2ae98341e7e5e64d32b734b871614915

同类内容
surface go 2 黑苹果