~ubuntu-branches/debian/sid/installation-guide/sid

« back to all changes in this revision

Viewing changes to cs/using-d-i/modules/x86/lilo-installer.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop, Frans Pop, Joey Hess, Wouter Verhelst
  • Date: 2007-03-19 15:00:12 UTC
  • Revision ID: james.westby@ubuntu.com-20070319150012-gt27pr4xu0ts4cps
Tags: 20070319
[ Frans Pop ]
* Cleaned up definitions of some entities and removed unused ones.
* Implement infrastructure that allows entities to be translated.
  Thanks to Miroslav Kure for providing the patch. Closes: #344048, #406515.
* Disable Korean PDF/PS formats for builds for the website.
* appendix/files: update information about mouse configuration, based on a
  patch from Peter Samuelson (for which thanks). Closes: #406290.
* boot-installer, appendix/preseed: document preseed/interactive parameter.

[ Joey Hess ]
* Fix package name for installation-reports, and manual unfuzzy of all
  translations. Closes: #408408

[ Frans Pop ]
* welcome:
  - make links to FSF and GNU more consistent (closes: #410317)
  - we do not necessarily share the ideals of the FSF (closes: #410129)
  Thanks to Francesco Poli for suggesting these changes.
* using-d-i: guided partitioning now creates swap inside LVM.
  Thanks to Francesco Poli. Closes: #411399.
* Document installs over PPPoE. Based on a text proposed by Eddy Petrisor.
  Closes: #408340.
* installation-howto: update for the integration of base-config into D-I.
* appendix/preseed:
  - as exim no longer asks any questions during installations, there is no
    real need to document it anymore
  - add link to Philip Hand's website as it contains many creative examples
  - document how to select the ftp protocol during mirror selection
  - document how to install from CD/DVD only (and not use a network mirror)
* Update base/standard system and task sizes.

[ Joey Hess ]
* Document debian-installer/allow_unauthenticated.

[ Wouter Verhelst ]
* Update mac68k installation after notes from Finn Thain, upstream mac68k
  kernel hacker.

[ Frans Pop ]
* Replace entity in example-preseed.txt file. Thanks to Geert Stappers for
  spotting the error. Closes: #413257.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- $Id: lilo-installer.xml 43692 2006-12-30 15:59:22Z mck-guest $ -->
 
2
<!-- original version: 43573 -->
 
3
 
 
4
  <sect3 arch="x86">
 
5
  <title>Instalovat zavaděč <command>LILO</command> na pevný disk</title>
 
6
<para>
 
7
 
 
8
Druhý zavaděč na architektuře &architecture; se nazývá
 
9
<quote>LILO</quote>. Je to komplexní program nabízející hodně
 
10
možností, včetně zavádění DOSu, Windows a OS/2. Máte-li nějaké
 
11
speciální požadavky, prostudujte si adresář
 
12
<filename>/usr/share/doc/lilo/</filename> a nezapomeňte na zajímavý
 
13
dokument <ulink url="&url-lilo-howto;">LILO mini-HOWTO</ulink>.
 
14
 
 
15
</para><note><para>
 
16
 
 
17
<command>LILO</command> vytvoří záznamy pro zavádění ostatních
 
18
operačních systémů pouze pokud může jejich zavaděče
 
19
<firstterm>zřetězit</firstterm> za sebe sama. To znamená, že pro
 
20
operační systémy typu GNU/Linux nebo GNU/Hurd budete muset přidat
 
21
příslušné záznamy po instalaci ručně.
 
22
 
 
23
</para></note><para>
 
24
 
 
25
Při instalaci <command>LILA</command> vám &d-i; vám nabídne tři
 
26
možnosti, kam se má zavaděč naintalovat:
 
27
 
 
28
<variablelist>
 
29
<varlistentry>
 
30
<term>Hlavní zaváděcí záznam</term><listitem><para>
 
31
 
 
32
<command>LILO</command> bude mít kompletní kontrolu nad zaváděním
 
33
a bude se starat i o zavádění ostatních operačních systémů.
 
34
 
 
35
</para></listitem></varlistentry>
 
36
<varlistentry>
 
37
<term>Nová oblast Debianu</term><listitem><para>
 
38
 
 
39
Tuto možnost vyberte, pokud chcete používat jiný zavaděč.
 
40
<command>LILO</command> se nainstaluje na začátek oblasti pro Debian
 
41
a bude sloužit jako druhotný zavaděč.
 
42
 
 
43
</para></listitem></varlistentry>
 
44
<varlistentry>
 
45
<term>Jiná volba (Pokročilé)</term><listitem><para>
 
46
 
 
47
Užitečné pro zkušené uživatele, kteří chtějí instalovat
 
48
<command>LILO</command> někam úplně jinam. V tomto případě budete
 
49
dotázáni na požadované umístění. Cíl instalace můžete zadat buď
 
50
dlouhým jménem ve stylu devfs (začíná <filename>/dev/ide</filename>,
 
51
<filename>/dev/scsi</filename> a <filename>/dev/discs</filename>),
 
52
nebo můžete použít tradiční název jako <filename>/dev/hda</filename>
 
53
nebo <filename>/dev/sda</filename>.
 
54
 
 
55
</para></listitem></varlistentry>
 
56
</variablelist>
 
57
 
 
58
</para><para>
 
59
 
 
60
Pokud něco uděláte špatně a nebudete moci zavést Windows 9x (nebo
 
61
DOS), budete muset nastartovat ze zaváděcí diskety Windows 9x
 
62
(resp. DOSu) a příkazem <userinput>fdisk /mbr</userinput> nainstalovat
 
63
DOSový MBR (master boot record).  To ale znamená, že budete muset
 
64
najít nějakou jinou cestu, jak se dostat zpět do Debianu!
 
65
 
 
66
</para>
 
67
  </sect3>