~qbalazs/installation-guide/lp1030336

« back to all changes in this revision

Viewing changes to it/using-d-i/modules/i386/lilo-installer.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
<!-- original version: 22935 untranslated -->
 
3
 
 
4
  <sect3 arch="i386">
 
5
  <title>Install the <command>LILO</command> Boot Loader
 
6
         on a Hard Disk</title>
 
7
<para>
 
8
 
 
9
The second &architecture; boot loader is called <quote>LILO</quote>.
 
10
It is an old complex program which offers lots of functionality,
 
11
including DOS, Windows, and OS/2 boot management.  Please carefully
 
12
read the instructions in the directory
 
13
<filename>/usr/share/doc/lilo/</filename> if you have special needs;
 
14
also see the <ulink url="&url-lilo-howto;">LILO mini-HOWTO</ulink>.
 
15
 
 
16
</para>
 
17
<note><para>
 
18
 
 
19
Currently the LILO installation will only create menu entries for other
 
20
operating systems if these can be <firstterm>chainloaded</firstterm>.
 
21
This means you may have to manually add a menu entry for operating
 
22
systems like GNU/Linux and GNU/Hurd after the installation.
 
23
 
 
24
</para></note>
 
25
<para>
 
26
 
 
27
&d-i; presents you three choices where to install the
 
28
<command>LILO</command> boot loader:
 
29
 
 
30
<variablelist>
 
31
<varlistentry>
 
32
<term>Master Boot Record (MBR)</term><listitem><para>
 
33
 
 
34
This way the <command>LILO</command> will take complete control of the
 
35
boot process.
 
36
 
 
37
</para></listitem></varlistentry>
 
38
<varlistentry>
 
39
<term>new Debian partition</term><listitem><para>
 
40
 
 
41
Choose this if you want to use another boot
 
42
manager. <command>LILO</command> will install itself at the beginning
 
43
of the new Debian partition and it will serve as a secondary boot
 
44
loader.
 
45
 
 
46
</para></listitem></varlistentry>
 
47
<varlistentry>
 
48
<term>Other choice</term><listitem><para>
 
49
 
 
50
Useful for advanced users who want to install <command>LILO</command>
 
51
somewhere else. In this case you will be asked for desired
 
52
location. You can use devfs style names, such as those that start with
 
53
<filename>/dev/ide</filename>, <filename>/dev/scsi</filename>, and
 
54
<filename>/dev/discs</filename>, as well as traditional names, such as
 
55
<filename>/dev/hda</filename> or <filename>/dev/sda</filename>.
 
56
 
 
57
</para></listitem></varlistentry>
 
58
</variablelist>
 
59
 
 
60
</para><para>
 
61
 
 
62
If you can no longer boot into Windows 9x (or DOS) after this step,
 
63
you'll need to use a Windows 9x (MS-DOS) boot disk and use the
 
64
<userinput>fdisk /mbr</userinput> command to reinstall the MS-DOS
 
65
master boot record &mdash; however, this means that you'll need to use
 
66
some other way to get back into Debian! For more information on this
 
67
please read <xref linkend="reactivating-win"/>.
 
68
 
 
69
</para>
 
70
  </sect3>