有时候需要重装mac系统,格式化系统后在线安装经常因为网络原因导致无法连接苹果服务器或下载中途失败。
浪费时间啊啊啊啊 啊!!!!!
所以找到了这个制作USB U盘安装macOS系统的方法。
由于macOS系统安装文件比较大,所以事先要准备一个8G以上的U盘。同时也要下载一个需要安装的苹果系统。
操作步骤:
- 首先用“磁盘工具”将U盘进行格式化,请选择“Mac OS扩展(日志式)”格式,名称输入“macOS”。
- 右键安装文件,点击“显示包内容”进入安装包目录,到路径Contents/Resources/ 下找到文件createinstallmedia,记住此路径。
- 执行
sudo -s
,按照提示输入密码,输入完成以后,你看见最后一行显示bash-3.2#
。 - 执行
path1 --volume /Volumes/name1 --applicationpath path2
其中:
path1
:createinstallmedia文件路径,如:/Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia
name1
:你的将要使用作为安装盘的U盘名称,如:macOS
path2
:系统安装文件路径,如:/Applications/Install\ macOS\ Sierra.app
完整示例:
语句:/Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/macOS --applicationpath /Applications/Install\ macOS\ Sierra.app
终端:
bash-3.2# /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/macOS --applicationpath /Applications/Install\ macOS\ Sierra.app
Ready to start.
To continue we need to erase the disk at /Volumes/macOS.
If you wish to continue type (Y) then press return: Y
Erasing Disk: 0%... 10%... 20%... 30%...100%...
Copying installer files to disk...
Copy complete.
Making disk bootable...
Copying boot files...
Copy complete.
Done.
Erasing Disk: 0%... 10%... 20%... 30%...100%...
执行此语句后,终端会提示是否擦除U盘并继续,这里选择同意输入 Y
回车继续。接着显示擦除进度。
Copying installer files to disk...
这是一个漫长的过程,这个过程取决于你的U盘写入速度,需要的就是你耐心的等待,直到拷贝完成。
以上过程完成以后,恭喜您您的U盘安装系统盘就做好了,您可以安装或恢复您的mac了。