ThinkPad S1 2018 Hackintosh记录+教程

2019-01-20  本文已影响0人  bugprogrammer

朋友购买了ThinkPad S1 2018版本,配置为i5-8250U+uhd620+8g ram+256g 联想定制ssd(NVME)+1080P屏幕。安装黑苹果大体顺利,现将大概过程分享,供同机型的朋友借鉴。

前言

教程

制作安装盘

sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/mac --applicationpath /Applications/Install\ macOS\ High\ Sierra.app

获取博主分享的Clover文件,保存在桌面

cd ~/Desktop && git clone https://github.com/bugprogrammer/hackintosh.git && cd hackintosh && git checkout ThinkPad-S1-2018 
image

挂载U盘EFI分区,放入Clover引导

使用Clover Configurator挂载EFI分区,将博主分享的EFI拷贝进去。


image
image

安装系统

系统完善

因为有些操作是在系统内完成的,所以只有一个efi不可能安装完成就完美,所以进入系统后要完善系统。

蓝牙

挂载EFI分区,终端下输入如下命令重启即可

sudo cp -Rf /Volumes/EFI/EFI/CLOVER/kexts/Other/BrcmFirmwareData.kext /Library/Extensions
sudo cp -Rf /Volumes/EFI/EFI/CLOVER/kexts/Other/BrcmPatchRAM2.kext /Library/Extensions
sudo chmod -Rf 755 /System/Library/Extensions
sudo chown -Rf 0:0 /System/Library/Extensions
sudo chmod -Rf 755 /Library/Extensions
sudo chown -Rf 0:0 /Library/Extensions
sudo rm -Rf /System/Library/PrelinkedKernels/*
sudo rm -Rf /System/Library/Caches/com.apple.kext.caches/*
sudo touch -f /System/Library/Extensions
sudo touch -f /Library/Extensions
sudo kextcache -Boot -U /

电池

挂载EFI分区,终端下输入如下命令重启即可

sudo cp -Rf /Volumes/EFI/EFI/CLOVER/kexts/Other/ACPIBatteryManager.kext  /Library/Extensions
sudo chmod -Rf 755 /System/Library/Extensions
sudo chown -Rf 0:0 /System/Library/Extensions
sudo chmod -Rf 755 /Library/Extensions
sudo chown -Rf 0:0 /Library/Extensions
sudo rm -Rf /System/Library/PrelinkedKernels/*
sudo rm -Rf /System/Library/Caches/com.apple.kext.caches/*
sudo touch -f /System/Library/Extensions
sudo touch -f /Library/Extensions
sudo kextcache -Boot -U /

小太阳

sudo cp -Rf /Volumes/EFI/EFI/CLOVER/kexts/Other/AppleBacklightInjector.kext  /Library/Extensions
sudo chmod -Rf 755 /System/Library/Extensions
sudo chown -Rf 0:0 /System/Library/Extensions
sudo chmod -Rf 755 /Library/Extensions
sudo chown -Rf 0:0 /Library/Extensions
sudo rm -Rf /System/Library/PrelinkedKernels/*
sudo rm -Rf /System/Library/Caches/com.apple.kext.caches/*
sudo touch -f /System/Library/Extensions
sudo touch -f /Library/Extensions
sudo kextcache -Boot -U /

显示器内建以及开启hidpi

终端输入如下命令执行一建Hidpi脚本并按下图选择即可(感谢xzhih大牛提供脚本),重启之后,你会发现Hidpi和内建显示器成功完成。

sh -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
image
image

至此,ThinkPad S1 2018 黑苹果95完美

上一篇 下一篇

猜你喜欢

热点阅读