I managee to follow online guides and got the last part with the below error in terminal. Anyone know what the error message is refering to? Maybe because I am trying to copy the installer to a SSD volume instead of a USB flash volume that is causing the below error?
Last login: Sun Sep 10 19:38:32 on ttys000
Chads-iMac:~ ChadHsieh$ sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/SamsungSSD
Password:
Usage: createinstallmedia --volume <path to volume to convert> --applicationpath <path to Install macOS Sierra.app> [--force]
Arguments--volume, A path to a volume that can be unmounted and erased to create the install media.
--applicationpath, A path to copy of the OS installer application to create the bootable media from.
--nointeraction, Erase the disk pointed to by volume without prompting for confirmation.
Example: createinstallmedia --volume /Volumes/Untitled --applicationpath "/Applications/Install macOS Sierra.app"
Chads-iMac:~ ChadHsieh$