blob: ce6f541afc6c3ab2df045c50f7e5c8de139bf334 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>18. Installing a Bootloader</title>
<link rel="stylesheet" href="../XSL/mdk-doc.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Installation with DrakX">
<link rel="up" href="index.html" title="Installation with DrakX">
<link rel="prev" href="configureX_chooser.html" title="17. Configuring X, the Graphical Server">
<link rel="next" href="misc-params.html" title="19. Checking Miscellaneous Parameters">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">18. Installing a Bootloader</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="configureX_chooser.html">Prev</a>
</td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a accesskey="n" href="misc-params.html">Next</a></td>
</tr>
</table>
<hr>
</div>
<div lang="" class="section" title="18. Installing a Bootloader">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a name="drakxid-setupBootloaderBeginner"></a>18. Installing a Bootloader
</h2>
</div>
</div>
</div>
<div class="mediaobject" align="center"><img src="images/dx-setupBootloader.png" align="middle"></div>
<a class="indexterm" name="BId-drakxid-setupBootloaderBeginner-it1"></a>
<a class="indexterm" name="BId-drakxid-setupBootloaderBeginner-it2"></a>
<a class="indexterm" name="BId-drakxid-setupBootloaderBeginner-it3"></a>
<a class="indexterm" name="BId-drakxid-setupBootloaderBeginner-it4"></a>
<p><a name="BId-drakxid-setupBootloaderBeginner-pa1"></a>A
bootloader is a small program which is started by the computer
at boot time. It's responsible for starting up the whole
system. Normally, the bootloader installation is totally
automated. <span class="application">DrakX</span> will analyze the disk boot sector and act
according to what it finds there:
</p>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<p><a name="BId-drakxid-setupBootloaderBeginner-pa2"></a>If
a <span class="application">Windows<sup>®</sup></span> boot sector is found, it will replace it with a
<span class="application">GRUB</span>/<span class="application">LILO</span> boot sector. This way you will be able to
load either <span class="application">GNU/Linux</span> or any other <acronym class="acronym">OS</acronym> installed on your
machine.
</p>
</li>
<li class="listitem">
<p><a name="BId-drakxid-setupBootloaderBeginner-pa3"></a>In
any other case it will ask you where it should place the boot
loader. Generally, the <span class="guilabel">First sector of the drive
(MBR)</span> is the safest place.
</p>
</li>
</ul>
</div>
<p><a name="BId-drakxid-setupBootloaderBeginner-pa4"></a>Choosing <span class="guilabel">Skip</span> won't install a
bootloader. Use this option only if you know what you're
doing.
</p>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="configureX_chooser.html">Prev</a>
</td>
<td width="20%" align="center"> </td>
<td width="40%" align="right"> <a accesskey="n" href="misc-params.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">17. Configuring X, the Graphical Server </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> 19. Checking Miscellaneous Parameters</td>
</tr>
</table>
</div>
</body>
</html>
|