
I'm trying to create an ISO file of Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave, in my Mac with Success' href='/2020/12/install-macos-catalina-on-supported-pc.html'>Catalina with these commands (I already have the installer of Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave in Applications)
hdiutil create -o /tmp/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave -size 7900m -volname Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave -layout SPUD -fs HFS+J
hdiutil attach /tmp/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.dmg -noverify -mountpoint /Volumes/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave
sudo /Applications/Install\ macOS\ Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.app/Contents/Resources/createinstallmedia – volume /Volumes/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave –nointeraction hdiutil detach /volumes/Install\ macOS\ Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave
hdiutil convert /tmp/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.dmg -format UDTO -o ~/Desktop/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.cdr
mv ~/Desktop/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.cdr ~/Desktop/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.iso
But with this command, I have the problem
What I'm doing wrong?

Post a Comment