~ubuntu-core-dev/debian-installer/xenial-proposed

« back to all changes in this revision

Viewing changes to doc/manual/it/using-d-i/modules/iso-scan.xml

  • Committer: Colin Watson
  • Date: 2007-11-28 15:27:10 UTC
  • mfrom: (664.1.1444)
  • Revision ID: cjwatson@canonical.com-20071128152710-u9183jjlufbt4vxy
Tags: 20041027ubuntu1
* Resynchronise with Debian.
* build/boot/powerpc/yaboot.conf, build/config/common,
  doc/manual/build/common.ent: Update for Hoary.
* doc/manual/en/administrivia/contributors.xml: Remove specific mention of
  Warty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 18640 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>