首页 > 系统服务 > 详细

ThinkPad-X220 macOS 10.12.6 Installation Document

时间:2018-02-13 10:25:20      阅读:854      评论:0      收藏:0      [点我收藏+]
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

原文:http://blog.51cto.com/13603545/2071426

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!