How to make a U disk for installing the system in the mac system? Apple computer U disk boot disk production tutorial

If you want to install macOS on multiple computers, but don't want to download the installer every time, then the bootable installer will be very useful. Let's take a look at the tutorial of making a USB boot disk for Apple Computer.

1. Download MacOS from the App Store

macOS Ventura 13.1

https://apps.apple.com/cn/app/macos-ventura/id1638787999?mt=12

Macos Monterey 12.6.2

https://apps.apple.com/cn/app/macos-monterey/id1576738294?ls=1&mt=12

macOS BigSur 11.6.1

https://apps.apple.com/cn/app/macos-big-sur/id1526878132?ls=1&mt=12

macOS Catalina 10.15.7

https://apps.apple.com/cn/app/macos-catalina/id1466841314?ls=1&mt=12

macOS Mojave 10.14.6

https://apps.apple.com/cn/app/macos-mojave/id1398502828?ls=1&mt=12

macOS High Sierra 10.13.6

https://apps.apple.com/cn/app/macos-high-sierra/id1246284741?ls=1&mt=12

macOS Sierra 10.12.6

https://apps.apple.com/cn/app/macos-sierra/id1127487414?ls=1&mt=12

Apple official website original link: How to download macOS - Official Apple Support (China)

2. Prepare a 16G or more U disk or mobile hard disk, open "Applications → Utilities → Disk Utility" to erase (format) the U disk

Name: MyVolume

Format: Mac OS X Extended (Journaled)

Scheme: GUID partition map

Note: The name of the U disk is "MyVolume". The name of the drive letter must be the same as the name in the following command. It needs to be carefully checked. Many beginners are prone to mistakes here)

3. After the U disk is erased, open "Applications → Others → Terminal", enter: sudo + space + App address + /Contents/Resources/createinstallmedia + space + --volume + space + U disk address

code show as below:

Ventura

sudo /Applications/Install\ macOS\ Ventura.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Monterey

sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Big Sur

sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Catalina

sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Mojave

sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

High Sierra

sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Captain

sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app

Apple official website original link: Create a bootable macOS installer - Official Apple Support (China)

4. Installation process

Enter Y to agree to enter your power-on password

Erasing disk: 0%... 10%... 20%... 30%... 100%  
Making disk bootable...  
Copying to disk: 0%... 10%... 20%... 30%... 40%... 50%... 60%... 70%... 80%... 90%... 100%  
Install media now available at "/Volumes/Install macOS Ventura"

When the terminal displays Install media now available at "/Volumes/Install macOS Ventura", the bootable USB drive is created.

Reinstall Mac system from U disk

Open and hold the option key, select the system U disk

After the progress bar is finished reading, it will enter Mac recovery, select Disk Utility -> Erase

Name: APPLE SSD 970PRO 1T

Mode: APFS

Go back to Mac Recovery, select Install macOS Ventura

The above is the entire content of the Apple computer USB boot disk creation tutorial, I hope it will be helpful to you.

Guess you like

Origin blog.csdn.net/m0_72650596/article/details/128457706