1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2014-08-26 01:45+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
21 msgid "[[!meta title=\"Manual installation using Linux\"]]\n"
26 msgid "[[!inline pages=\"doc/first_steps/manual_usb_installation.intro\" raw=\"yes\"]]\n"
30 msgid "This technique uses the command line."
35 msgid "[[!toc levels=1]]\n"
40 msgid "<h2 class=\"bullet-number-one\">Install isohybrid</h2>\n"
45 "Under Debian or Ubuntu the `isohybrid` utility is included in the `syslinux` "
46 "package. To install it, you can execute the following command:"
51 msgid " sudo apt-get install syslinux\n"
56 msgid "<a id=\"step_2\"></a>\n"
61 msgid "<h2 class=\"bullet-number-two\">Find out the device name of the device</h2>\n"
65 msgid "The device name should be something like `/dev/sdb`, `/dev/sdc`, etc."
70 "If you are not sure about the exact device name, with GNOME, do the "
74 #. type: Bullet: ' 1. '
76 "Make sure that the USB stick or SD card onto which you want to install Tails "
83 " 1. Open <span class=\"application\">GNOME Disk Utility</span> from the menu\n"
84 " <span class=\"menuchoice\">\n"
85 " <span class=\"guimenu\">Applications</span> ▸\n"
86 " <span class=\"guisubmenu\">Accessories</span> ▸\n"
87 " <span class=\"guimenuitem\">Disk Utility</span>\n"
91 #. type: Bullet: ' 1. '
93 "<span class=\"application\">Disk Utility</span> lists all the current "
94 "storage devices in the left pane of the window."
97 #. type: Bullet: ' 1. '
98 msgid "Plug the USB stick or SD card onto which you want to install Tails."
103 msgid " A new device appears in the list of storage devices. Click on it.\n"
106 #. type: Bullet: ' 1. '
108 "In the right pane of the window, verify that the device corresponds to your "
109 "device, its brand, its size, etc."
114 msgid " [[!img destination_device_description.png link=no alt=\"Drive description containing: 'Device: /dev/sdc'\"]]\n"
120 " On this screenshot, the USB stick is a Kingston DataTraveler of 2.0\n"
121 " GB and its device name is `/dev/sdc`. Yours are probably different.\n"
126 msgid "<div class=\"caution\">\n"
132 "If you are not sure about the device name, you should stop\n"
133 "proceeding or <strong>you risk overwriting any hard drive on the\n"
144 msgid "<a id=\"step_3\"></a>\n"
149 msgid "<h2 class=\"bullet-number-three\">Do the copy</h2>\n"
154 msgid "<p><strong>All the data on the installed device will be lost.</strong></p>\n"
159 "Execute the following commands, replacing `[tails.iso]` with the path to the "
160 "ISO image that you want to copy and `[device]` with the device name found in "
166 msgid "<div class=\"note\">\n"
172 "<p>Note that the <code>isohybrid</code> command modifies the ISO image. As a\n"
173 "consequence, you won't be able to [[verify|download/#verify]] it again\n"
174 "afterwards. We recommend you to execute those commands on a copy of the\n"
175 "original ISO image that you downloaded.</p>\n"
181 " isohybrid [tails-isohybrid.iso] -h 255 -s 63\n"
182 " dd if=[tails-isohybrid.iso] of=[device] bs=16M\n"
187 "Here is an example of the commands to execute, yours are probably different:"
193 " isohybrid '/home/amnesia/Desktop/tails-0.6.2-isohybrid.iso' -h 255 -s 63\n"
194 " dd if='/home/amnesia/Desktop/tails-0.6.2-isohybrid.iso' of=/dev/sdc bs=16M\n"
199 msgid "<div class=\"tip\">\n"
205 "If you are not sure about the path to the ISO image or if you get a\n"
206 "<span class=\"guilabel\">No such\n"
207 "file or directory</span> error message, you can first type\n"
208 "<code>dd</code>, followed by a space, and\n"
209 "then drag and drop the icon of the ISO image from a file browser onto the\n"
210 "terminal. This should insert the correct path to the ISO image in the terminal.\n"
211 "Then complete the command and execute it.\n"
216 "If you don't see any error message, Tails is being copied onto the device. "
217 "The whole process might take some time, generally a few minutes."
222 msgid "<div class=\"next\">\n"
228 "<p>Once the command prompt reappears, you can shutdown your computer, and\n"
229 "[[start Tails|start_tails]] from this new device.</p>\n"
234 msgid "Troubleshooting\n"
239 msgid "dd: /dev/sdx: No such file or directory"
244 "Then double-check the name of the device you found in [[step 2|"
250 msgid "dd: /dev/sdx: Permission denied"
255 "You might also have committed a mistake in the device name, so please double-"
256 "check it. If you are sure about the device name, this could be a permission "
257 "problem and you could need to gain administration privileges before running "
258 "the commands in the terminal. That could be:"
264 " isohybrid [tails.iso] -h 255 -s 63\n"
265 " sudo dd if=[tails.iso] of=[device] bs=16M\n"
270 msgid "dd: tails.iso: No such file or directory"
275 "Then you surely have committed a mistake on the path to the ISO image in "
276 "[[step 3|linux#step_3]]."