ThinkPad-X220 macOS 10.12.6 Installation Document

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ThinkPad-X220 macOS 10.12.6 Installation Document相关的知识,希望对你有一定的参考价值。

Step 1. Open /Applications > Utilities > Disk Utility
技术分享图片
技术分享图片

Step 2. Open?/Applications > Utilities > Terminal and then enter the following commands to creat Install macOS Sierra (disk2s1)

sudo su;
open /Volumes/linyongfeng\ HD/Library/Utilities/Install.macOS.10.12.6.MAS.dmg;
/Volumes/Install.macOS.10.12.6.MAS/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/USB --applicationpath /Volumes/Install.macOS.10.12.6.MAS/Install\ macOS\ Sierra.app --no interaction;

Step 3. After Done and then copy the necessary files into Install macOS Sierra (disk2s1)

cp /Volumes/linyongfeng\ HD/Library/Applications/ThinkPad\ x220\ macOS\ Sierra\ Utility\ and\ Kext\ pack.zip /Volumes/Install\ macOS\ Sierra;
cp -r /Volumes/linyongfeng\ HD/Library/Desktop\ Pictures /Volumes/Install\ macOS\ Sierra/;
cp -r /Volumes/linyongfeng\ HD/Library/Applications /Volumes/Install\ macOS\ Sierra/;
cp -r /Volumes/linyongfeng\ HD/Library/Utilities /Volumes/Install\ macOS\ Sierra/;

Step 4. Unzip the?ThinkPad X220 macOS Sierra?Utility and Kext Pack (ThinkPad x220 macOS Sierra Utility and Kext pack.zip) , Mount EFI on Install macOS Sierra (disk2s1) and copy the entire?EFI?folder?from the Utility and Kext Pack to the?EFI?partition of Install macOS Sierra (disk2s1), replacing the existing folder if present

mkdir /Volumes/EFI;
mount -t msdos /dev/disk2s0 /Volumes/EFI/;
unzip -o /Volumes/Install\ macOS\ Sierra/ThinkPad\ x220\ macOS\ Sierra\ Utility\ and\ Kext\ pack.zip -d /tmp;
cp -r /Volumes/Install\ macOS\ Sierra/ThinkPad\ x220\ macOS\ Sierra\ Utility\ and\ Kext\ pack/EFI /Volumes/EFI/;
rm /Volumes/EFI/EFI/.DS_Store; ls -a /Volumes/EFI/EFI/;
diskutil unmount /Volumes/EFI/;
rmdir /Volumes/EFI/;

以上是关于ThinkPad-X220 macOS 10.12.6 Installation Document的主要内容,如果未能解决你的问题,请参考以下文章

macOS 10.12 Sierra 上的捆绑错误

macOS 10.12 brew install openssl 问题

VBox 安装 macOS 10.12

Jenkins 无法在 macOS 10.12 (Sierra) 上启动

制作macOS10.12系列的系统镜像文件

升级到 macOS 10.12 (Sierra) 后,使用 Capistrano 部署代码时出现问题,“权限被拒绝(公钥)”。