blob: 153d5a5be2a33f1cd5f7c9381d8a154749a72315 (
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
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Installing a Bootloader</title>
<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="setupX.html" title="Configuring X, the Graphical Server">
<link rel="next" href="misc-params.html" title="Checking Miscellaneous Parameters"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css">
<!--
body { font-family: sans-serif; font-size: 13px }
table { font-family: sans-serif; font-size: 13px }
--></style></head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div lang="" class="section" title="Installing a Bootloader">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="drakxid-setupBootloaderBeginner"></a>Installing a Bootloader
</h2>
</div>
</div>
</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">
<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>
</body>
</html>
|