Difference between revisions of "Tails"

1,122 bytes added ,  01:36, 9 December 2013
Added install instructions that work
(Tails for crypto)
 
(Added install instructions that work)
 
(5 intermediate revisions by 3 users not shown)
Line 20: Line 20:
                                                      
                                                      
</pre>
</pre>
It works, test post from Tails running on a 4GB Micro SD Card [[Special:Contributions/185.17.93.142|185.17.93.142]] 00:25, 9 December 2013 (PST)


https://tails.boum.org
https://tails.boum.org
[[File:Screenshot-About Tails.png|Screenshot of Tails About box, Ctrl + Alt + PrtSc]]
== Download ==
'''Latest version as of 12/8/2013'''
* Stable 0.21 Version https://tails.boum.org/download/index.en.html
* 0.22 Release Candidate 1 https://tails.boum.org/news/test_0.22-rc1/index.en.html
== Install ==
Install process from ubuntu terminal:
You need to determine the device name to install to, it is usually /dev/sdb or /dev/sdc, use <code>mount</code> to see available devices.
Install/update isohybrid by getting the syslinux package <code>sudo apt-get install syslinux</code>
The following actually sets up and copies the ISO:
<pre>
isohybrid '~/Downloads/tails-i386-0.22~rc1.iso' --entry 4 --type 0x1c
sudo dd if='~/Downloads/tails-i386-0.22~rc1.iso' of=/dev/sdb bs=16M
</pre>
This can take several minutes, and the console will not update until it's complete.
<pre>
57+1 records in
57+1 records out
968681472 bytes (969 MB) copied, 137.456 s, 7.0 MB/s
</pre>