~qbalazs/installation-guide/lp1030336

« back to all changes in this revision

Viewing changes to en/using-d-i/modules/nobootloader.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: nobootloader.xml 25513 2005-02-07 23:43:27Z fjpop-guest $ -->
 
3
 
 
4
   <sect3 id="nobootloader">
 
5
   <title>Continue Without Boot Loader</title>
 
6
 
 
7
<para>
 
8
 
 
9
This option can be used to complete the installation even when no boot
 
10
loader is to be installed, either because the arch/subarch doesn't
 
11
provide one, or because none is desired (e.g. you will use existing
 
12
boot loader). <phrase arch="m68k">This option is especially useful for
 
13
Macintosh, Atari, and Amiga systems, where the original operating system
 
14
must be maintained on the box and used to boot GNU/Linux.</phrase>
 
15
 
 
16
</para><para>
 
17
 
 
18
If you plan to manually configure your bootloader, you should check the
 
19
name of the installed kernel in <filename>/target/boot</filename>.
 
20
You should also check that directory for the presence of an
 
21
<firstterm>initrd</firstterm>; if one is present, you will probably have
 
22
to instruct your bootloader to use it. Other information you will need
 
23
are the disk and partition you selected for your <filename>/</filename>
 
24
filesystem and, if you chose to install <filename>/boot</filename> on a
 
25
separate partition, also your <filename>/boot</filename> filesystem.
 
26
 
 
27
</para>
 
28
   </sect3>