~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to eu/using-d-i/modules/iso-scan.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 14602 untranslated -->
 
3
 
 
4
   <sect3 id="iso-scan">
 
5
   <title>Looking for the Debian Installer ISO Image</title>
 
6
<para>
 
7
 
 
8
When installing via the <emphasis>hd-media</emphasis> method, there
 
9
will be a moment where you need to find and mount the Debian Installer
 
10
iso image in order to get the rest of the installation files. The
 
11
component <command>iso-scan</command> does exactly this.
 
12
 
 
13
</para><para>
 
14
 
 
15
At first, <command>iso-scan</command> automatically mounts all block
 
16
devices (e.g. partitions) which have some known filesystem on them and
 
17
sequentially searches for filenames ending with
 
18
<filename>.iso</filename> (or <filename>.ISO</filename> for that
 
19
matter). Beware that the first attempt scans only files in the root
 
20
directory and in the first level of subdirectories (i.e. it finds
 
21
<filename>/<replaceable>whatever</replaceable>.iso</filename>,
 
22
<filename>/data/<replaceable>whatever</replaceable>.iso</filename>,
 
23
but not
 
24
<filename>/data/tmp/<replaceable>whatever</replaceable>.iso</filename>).
 
25
After an iso image has been found, <command>iso-scan</command> checks
 
26
its content to determine, if the image is valid Debian iso image or
 
27
not. In the former case we are done, in the latter
 
28
<command>iso-scan</command> seeks for another image.
 
29
 
 
30
</para><para>
 
31
 
 
32
In case the previous attempt to find an installer iso image fails,
 
33
<command>iso-scan</command> will ask you whether you would like to
 
34
perform more throughly search. This pass doesn't look only into the
 
35
topmost directories, but really traverses whole filesystem.
 
36
 
 
37
</para><para>
 
38
 
 
39
If <command>iso-scan</command> does not discover your installer iso
 
40
image, reboot back to your original operating system and check if the
 
41
image has correct name (ending in <filename>.iso</filename>), if it is
 
42
placed on a filesystem recognizable by &d-i;, and if it is not
 
43
corrupted (verify the checksum). Experienced unix users could do this
 
44
without rebooting on the second console.
 
45
 
 
46
</para>
 
47
   </sect3>