Skip to content

Instantly share code, notes, and snippets.

View d4kr's full-sized avatar

Davide Krähenbühl d4kr

View GitHub Profile
@d4kr
d4kr / createinstallmedia.md
Created October 16, 2022 14:45 — forked from windyinsc/createinstallmedia.md
Create a bootable installer for macOS

Create a bootable installer for macOS

The following instructions were predominantly sourced via this Apple Support Document.

With macOS, you can use a USB flash drive or other removable media as a startup disk from which to install macOS. These advanced steps are intended primarly for system administrators and others who are familiar with the command line.

The final executable command(s) are found within Section III. Final macOS Executable Commands labled as Full Example or Full Example w/Options. I personally use the w/Options command which include both the --nointeraction and &&say Installation commands.

I. Overview