惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
宝玉的分享
宝玉的分享
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
量子位
Blog — PlanetScale
Blog — PlanetScale
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
D
Docker
罗磊的独立博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
IT之家
IT之家
MyScale Blog
MyScale Blog
Microsoft Azure Blog
Microsoft Azure Blog

博客园 - Cheney Shen

pip源提示“not a trusted or secure host” 解决 Window系统下MongoDB安装及远程访问 Windows下安装appium桌面版和命令行版 Command 'java' not found during running appium sudo npm install -g cnpm --registry=https://registry.npm.taobao.org Pycharm 中错误ImportError: No module named appium CURL并发测试POST和DELETE请求 curl如何发起DELETE/PUT请求?(备忘) Ubuntu 11.10下安装配置Zend Studio 9.0破解版详细步骤 iphone开源汇总(转) iphone开源汇总(转) python中的cursor[备忘] 在main函数执行之前和执行之后执行的方法 Intel苹果电脑Mac+Win+Linux多重系统启动(+公用分区)终极解决方案(备忘) IGT笔试题,正整数N等于M个不同的正整数之和的问题 如何通过一个结构体成员变量的地址找到该结构体的首地址?[备忘] 为特定应用程序关闭恢复窗口功能 [Mac OS X Lion][转] System Events, Key Code and Keystroke from Doug's AppleScripts Mac下Perl脚本如何运行
如果将 macOS Mojave 降级为 macOS Sierra 或者更低版本
Cheney Shen · 2019-07-27 · via 博客园 - Cheney Shen

当前系统是10.14,我想装回10.11

办法:

1. 下载10.11, 我是从themacgo网站下载的

   https://themacgo.com/macos-sierra-10-12-1-dmg-mac-direct-free-download/

2. 备份原来mac OS重要文件

3. 方法1: 利用TransMac 工具将系统img restore 到 USB 设备,

   或者方法2:用Mac 的createinstallmedia 命令制作,参考 https://support.apple.com/en-us/HT201372

   这里有个坑,usb设备不要有windows的引导分区,否则下一步mac boot manager 会认不出这个移动设备

4. mac 启动按住Option, boot menu 里选择 usb设备的系统

5. 进入utilities, 把原来mac OS的硬盘erase掉,这步很重要,不然你老系统是安装不进这个内置系统硬盘,因为原系统是更新的版本,这也是一个坑

6. 进入terminal, 输入 date - u 0727030015 将日期改为15年(目标系统发布日范围内), 否则同样没法安装成功,报的错是"This copy of the install OS  X EI Capitan application can't be verified. It may have been corrupted or tampered with during downloading".

7. install macOS Sierra 到内置系统硬盘, Enjoy!