mac 系统 制作iso
按以下顺序输入命令,一共12条命令(命令的意思就不写了,有兴趣了解的朋友请度娘):
第一条命令:macOS Big Sur.
hdiutil attach /Applications/Install\ macOS\ Big\\ Sur.app/Contents/SharedSupport/SharedSupport。dmg -noverify -nobrowse -mountpoint /Volumes/install\_app
第二条命令:
hdiutil create -o /tmp/Sierra.cdr -size 7316m -layout SPUD -fs HFS+J
第三条命令:
hdiutil attach /tmp/Sierra.cdr.dmg -noverify -nobrowse -mountpoint /Volumes/install_build
第四条命令:
asr restore -source /Volumes/install_app/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase
第五条命令:
rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages
第六条命令:
cp -rp /Volumes/install_app/Packages /Volumes/OS\ X\ Base\ System/System/Installation/
第七条命令:
cp -rp /Volumes/install_app/BaseSystem.chunklist /Volumes/OS\ X\ Base\ System/BaseSystem.chunklist
第八条命令:
cp -rp /Volumes/install_app/BaseSystem.dmg /Volumes/OS\ X\ Base\ System/BaseSystem.dmg
第九条命令:
hdiutil detach /Volumes/install_app
第十条命令:
hdiutil detach /Volumes/OS\ X\ Base\ System/
第十一条命令:
hdiutil convert /tmp/Sierra.cdr.dmg -format UDTO -o /tmp/Sierra.iso
第十二条命令:
mv /tmp/Sierra.iso.cdr ~/Desktop/Sierra.iso
OK,搞定,现在在mac的桌面上你就可以发现有一个Sierra.iso的文件了,把这个文件拷到windows中,或者上传到esxi上,就可以在虚拟机中在安装苹果系统了。