78
edits
 (Added install instructions that work)  | 
				|||
| Line 26: | Line 26: | ||
[[File:Screenshot-About Tails.png|Screenshot of Tails About box, Ctrl + Alt + PrtSc]]  | [[File:Screenshot-About Tails.png|Screenshot of Tails About box, Ctrl + Alt + PrtSc]]  | ||
== Download ==  | |||
'''Latest version as of 12/8/2013'''  | '''Latest version as of 12/8/2013'''  | ||
* Stable 0.21 Version https://tails.boum.org/download/index.en.html  | * 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  | * 0.22 Release Candidate 1 https://tails.boum.org/news/test_0.22-rc1/index.en.html  | ||
== Install ==  | |||
Install process from ubuntu terminal:  | 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>  | <pre>  | ||