|
<h1 id="etcher" class="step">Install <em>balenaEtcher</em></h1>
|
|
|
<p class="upgrade">In the following steps, you will install an intermediary Tails using the Tails USB image that you downloaded earlier.</p>
|
|
|
Click on the following button to download <em>balenaEtcher</em>:
|
|
|
<a href="https://tails.net/etcher/balenaEtcher.dmg" class="button">Download balenaEtcher for macOS</a>
|
|
|
Open the <span class="application">balenaEtcher</span> download (DMG disk image).
|
|
|
[[!img install/inc/screenshots/install_etcher_in_mac.png link="no" alt=""]]
|
|
|
To install <span class="application">balenaEtcher</span>, drag the <span class="application">balenaEtcher</span> icon onto the <span class="guilabel">Applications</span> icon.
|
|
|
Close the installation window of <span class="application">balenaEtcher</span>.
|
|
|
Optionally, eject the <span class="application">balenaEtcher</span> disk image from the desktop.
|
|
|
[[!img install/inc/screenshots/eject_etcher_dmg.png link="no" alt=""]]
|
|
|
Instead of installing <span class="application">balenaEtcher</span>, you can also [[!toggle id="dd" text="install Tails using `dd` on the command line"]].
|
|
|
[[!toggleable id="dd" text="""
|
|
|
Make sure that your USB stick is unplugged.
|
|
|
1. Open <span class="application">Terminal</span> from <span class="menuchoice"> <span class="guimenu">Applications</span> ▸ <span class="guisubmenu">Utilities</span> ▸ <span class="guimenuitem">Terminal.app</span></span>.
|
|
|
Execute the following command:
|
|
|
<p class="pre command">diskutil list</p>
|
|
|
It returns a list of the storage devices on the system. For example:
|
|
|
<p class="pre command-output">/dev/disk0 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *500.1 GB disk0 1: EFI 209.7 MB disk0s1 2: Apple_HFS MacDrive 250.0 GB disk0s2 3: EFI 134.1 GB disk0s3 4: Microsoft Basic Data BOOTCAMP 115.5 GB disk0s4</p>
|
|
|
Plug your USB stick into the computer.
|
|
|
Execute again the same command:
|
|