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/;

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

时间: 2024-10-06 23:41:06

ThinkPad-X220 macOS 10.12.6 Installation Document的相关文章

升级到macOS 10.12 mysqlb报错ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

系统升级到macOS 10.12后启动mysql后,在终端输入mysql 报错ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES/NO) 解决办法1 在系统偏好设置里关闭mySQL2 $ cd /usr/bin3 $ sudo mysqld_safe --skip-grant-tables4 再打开一个终端$ mysqlmysql> use mysql;mysql> UPDATE

macOS 10.12,解决如何打开隐私中的任何来源方法

更新到macOS 10.12后,系统偏好设置-安全与隐私中默认去掉了允许任何来源的选项,打开该选项的方法: 在终端执行 sudo spctl --master-disable 再次打开设置就能找到该选项了. 如果再次选择了其他选项就是重新开启了GateKeeper,需要重新执行该命令来关闭GateKeeper.

Metal API随着iOS 10与macOS 10.12新引入的Tessellation特性

Tessellation--中文一般译作"细分曲面",一般用于将由少量顶点构成的面生成细节度更高的面.这其中的原理是将一个三角形或四边形,由GPU根据我们编程的控制点生成规则,自动生成更多的顶点,然后将这些顶点根据一定规则生成更多的三角形.这么一来,我们可以在3D游戏中在远处的敌人使用低模也能做出精细度较高的模型出来了,而且也省顶点数据传输带宽. 在Metal API中,通过tessellation绘制出的图形所走的渲染流水线会与通过传统的顶点着色器所走的渲染流水线会有所不同.Meta

macOS 10.12.1 + Xcode 8.1 安装cocoapods 1.1.1

最近公司刚给配了一台27寸的iMac,5K屏幕,这酸爽~~,新电脑,免不了系统升级,环境搭建,当一切就绪之后,我就准备装cocoapods了,然而,以前所有的教程全部都变得没用了...然而网上一大堆关于macOS的安装cocoapods教程,眼花缭乱,找到几篇好的综合着看,同时结合自己成功的例子,记录下来... 首先,电脑是新买的,当然是完全没装过cocoapods了,系统是最新的macOS 10.12.1,Xcode 8.1,由于cocoapods1.1.1的坑爹,先检查自己的gem版本和ru

VBox 安装 macOS 10.12

安装步骤⑴ 下载及解压 macOS 10.12 Sierra Final by TechReviews.rar ⑵ 下载及双击安装 VirtualBox-5.1.6-110634-Win.exe ,默认安装 VirtualBox 在 C:\Program Files 及继续安装 Oracle_VM_VirtualBox_Extension_Pack-5.1.6-110634.vbox-extpack Windows 10 要安装 VirtualBox 5.1.xWindows 7 可安装 Vir

xxx.app已损坏,打不开.你应该将它移到废纸篓 macOS 10.12 Sierra

出现这个问题的解决方法: 修改系统配置:系统偏好设置... -> 安全性与隐私.修改为任何来源 如果没有这个选项的话 (macOS Sierra 10.12) ,打开终端,执行 sudo spctl --master-disable 即可. 重点是这一行命令: sudo spctl --master-disable Rference MAC应用无法打开或文件损坏的处理方法

ThinkPad X220 完美黑苹果 Hackintosh OS X 10.11 El Capitan

原文链接:https://www.gaojinan.com/thinkpad-x220-hackintosh-osx-10-11-el-capitan-perfect.html //Update 2016.11.25 今天官网页面更新了 BIOS 版本至 1.43, BIOS 补丁 For1.43 也有更新,我贴一下新链接, 更新方法与文中提到的方法完全相同. BIOS 1.43 联想官方更新补丁 地址1(推荐) 地址2BIOS 补丁 For1.43 下载地址 MD5: 38ae7f20e1df

macOS 10.13 High Sierra odoo开发配置

基本上与macOS 10.12.x Sierra配置过程一样,参见: macOS Sierra 10.12.6 odoo 10.0 开发环境配置 macOS Sierra(10.12.6), odoo(11.0), Python(3.5.4)配置 在命令行启动odoo时,遇到错误:ValueError: unknown locale: UTF-8 需要编辑.bash_profile,步骤如下: 打开命令行终端 open ~/.bash_profile 在弹出的文本编辑窗口,文件末尾添加两行 ex

macOS(Sierra 10.12)上Android源码(AOSP)的下载、编译与导入到Android Studio

http://blog.bihe0832.com/macOS-AOSP.html [本文结构] 背景 背景简介 最近因为项目需要,要研究Android系统中应用安装的详细过程.在这种场景下,最好的办法就是Read the Fucking Source Code.之前都是在线看,这次因为看的内容比较多,而且看的比较细,因此打算在本地checkout一份.这篇文章就主要记录本人使用macOS(Sierra 10.12.1)在本地checkout出AOSP(7.1.1)并编译导入Android Stu