~qbalazs/installation-guide/lp1030336

« back to all changes in this revision

Viewing changes to en/using-d-i/modules/os-prober.xml

  • Committer: joeyh
  • Date: 2005-10-07 19:51:38 UTC
  • Revision ID: vcs-imports@canonical.com-20051007195138-c3d57b2617a79a4f
move manual to top-level directory, split out of debian-installer package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- $Id: os-prober.xml 27596 2005-05-15 17:17:24Z fjpop-guest $ -->
 
3
 
 
4
   <sect3 id="os-prober">
 
5
   <title>Detecting other operating systems</title>
 
6
 
 
7
<para>
 
8
 
 
9
Before a boot loader is installed, the installer will attempt to probe for
 
10
other operating systems which are installed on the machine. If it finds a
 
11
supported operating system, you will be informed of this during the boot
 
12
loader installation step, and the computer will be configured to boot this
 
13
other operating system in addition to Debian.
 
14
 
 
15
</para><para>
 
16
 
 
17
Note that multiple operating systems booting on a single machine is still
 
18
something of a black art. The automatic support for detecting and setting
 
19
up boot loaders to boot other operating systems varies by architecture and
 
20
even by subarchitecture. If it does not work you should consult your
 
21
boot manager's documentation for more information.
 
22
 
 
23
<!-- TODO: Maybe include some arch-dependent tables with supported OS'es here -->
 
24
 
 
25
</para>
 
26
 
 
27
<note condition="sarge"><para>
 
28
 
 
29
The installer may fail to detect other operating systems if the partitions on
 
30
which they reside are mounted when the detection takes place. This may occur if
 
31
you select a mountpoint (e.g. /win) for a partition containing another operating
 
32
system in <command>partman</command>, or if you have mounted partitions manually
 
33
from a console.
 
34
 
 
35
</para></note>
 
36
 
 
37
   </sect3>