苹果macOS Catalina 10.15.x 系统安装U盘制作方法
流程说明1,先下载macOS,
方法A: 在Mac App Store里面下载, 下载完成后安装器自动打开,请不要安装,直接退出。
2,给U盘/移动硬盘分区,U盘要求16G或以上, 分区名称为:MyVolume (区分大小写)
https://s1.ax1x.com/data/applex/2016/04/10/55555.png
3,打开终端,使用createinstallmedia命令制作系统U盘。
2019-10-08更新 10.15 正式版本
代码:
sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
参考
https://s2.ax1x.com/2019/06/05/VUTK8P.md.png
BilldeiMac:~ bill$ sudo /Applications/Install\ macOS\ 10.15\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
Password: (这里输入密码后按回车, 密码不会显示)
Ready to start.
To continue we need to erase the volume at /Volumes/MyVolume.
If you wish to continue type (Y) then press return: Y
Erasing disk: 0%... 10%... 20%... 30%... 100%
Copying to disk: 0%... 10%... 20%... 30%... 40%... 50%... 60%... 70%... 100%
Making disk bootable...
Copying boot files...
Install media now available at "/Volumes/Install macOS 10.15 Beta"
BilldeiMac:~ bill$
点击展开...
提示: Install media now available at "/Volumes/Install macOS 10.15 Beta" 后就完成了
页:
[1]