|
<p class="pre command-output">/dev/sda /dev/sdb</p>
|
|
|
Take note of the *device name* of your USB stick.
|
|
|
In this example, the device name of the USB stick is <span class="code">/dev/sdb</span>. Yours might be different.
|
|
|
<div class="caution"> <p>If you are unsure about the device name, you should stop proceeding or <strong>you risk overwriting any hard disk on the system</strong>.</p> </div>
|
|
|
Execute the following commands to copy the USB image that you downloaded earlier to the USB stick.
|
|
|
Replace:
|
|
|
<span class="command-placeholder">tails.img</span> with the path to the USB image
|
|
|
<span class="command-placeholder">device</span> with the device name found in step 5
|
|
|
<p class="pre command">dd if=<span class="command-placeholder">tails.img</span> of=<span class="command-placeholder">device</span> bs=16M oflag=direct status=progress</p>
|
|
|
You should get something like this:
|
|
|
<p class="pre command-example">dd if=/home/user/tails-amd64-3.12.img of=/dev/sdb bs=16M oflag=direct status=progress</p>
|
|
|
If no error message is returned, Tails is being copied on the USB stick. The copy takes some time, generally a few minutes.
|
|
|
<div class="note"> <p>If you get a <span class="guilabel">Permission denied</span> error, try adding <code>sudo</code> at the beginning of the command:</p>
|
|
|
<p class="pre command">sudo dd if=<span class="command-placeholder">tails.img</span> of=<span class="command-placeholder">device</span> bs=16M oflag=direct status=progress</p> </div>
|
|
|
The installation is complete after the command prompt reappears.
|
|
|
[[!inline pages="install/inc/steps/restart_first_time.inline" raw="yes" sort="age"]]
|
[[!inline pages="install/inc/steps/restart_first_time.inline.zh_TW" raw="yes" sort="age"]]
|
|
[[!inline pages="install/inc/steps/create_persistence.inline" raw="yes" sort="age"]]
|
[[!inline pages="install/inc/steps/create_persistence.inline.zh_TW" raw="yes" sort="age"]]
|