Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tails [2015/12/22 22:45]
admin created
tails [2015/12/22 23:59] (current)
admin [Link USB Key]
Line 2: Line 2:
  
 We’ll go over verifying the ISO, installing to USB, setting up persistence,​ and setting up the environment. To do so, we'll follow [[https://​www.deepdotweb.com/​2015/​06/​05/​in-depth-guide-to-tails-persistence/​|this guide from deepdotweb.com]] We’ll go over verifying the ISO, installing to USB, setting up persistence,​ and setting up the environment. To do so, we'll follow [[https://​www.deepdotweb.com/​2015/​06/​05/​in-depth-guide-to-tails-persistence/​|this guide from deepdotweb.com]]
 +
 +===== Get and Verify the ISO =====
 +
 +Download the ISO and SIGNATURE files form [[https://​tails.boum.org/​download/​index.en.html|this page]]. Put both under the same directory.
 +
 +Using a terminal, cd to the download directory, to verify the downloaded iso use:
 +<​code>​
 +> gpg --keyid-format long --import tails-signing.key
 +> gpg --keyid-format long --verify tails-i386-1.8.1.iso.sig tails-i386-1.8.1.iso
 +</​code>​
 +
 +===== Create a Tails VM =====
 +
 +In VirtualBox create a new VM:
 +
 +  * Name: **Tails**
 +  * Type: **Linux**
 +  * Version: **Linux 2.6 / 3.x / 4.x (32-bit)**
 +
 +==== Link Tails ISO ====
 +Storage > Controller IDE > IDE Secondary : [Optical Drive] tails-i386-1.5.iso
 +
 +==== Link USB Key ====
 +Plug the Tails USB Key, then in the VM settings:\\
 +Enable USB Controller > USB 2.0 > Add USB Filter (+) > Check your device
 +
 +==== Boot the VM ====