blob: d54b5bd0e2181f8c38aa27585ef517d5be42bb17 (
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Adăugați sau modificați o intrare din meniul de demaraj</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Instalare cu DrakX">
<link rel="up" href="index.html" title="Instalare cu DrakX">
<link rel="prev" href="setupBootloader.html" title="Opțiunile principale ale încărcătorului de sistem">
<link rel="next" href="misc-params.html" title="Rezumatul parametrilor diverși"><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="ro" class="section" title="Adăugați sau modificați o intrare din meniul de demaraj">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="setupBootloaderAddEntry"></a>Adăugați sau modificați o intrare din meniul de demaraj
</h2>
</div>
</div>
</div>
<div class="section" title="With a Bios system">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="d5e955"></a>With a Bios system
</h3>
</div>
</div>
</div>
<p>Puteți adăuga o intrare sau modifica una după ce ați selectat-o, apăsînd pe
butonul corespunzător din ecranul <span class="emphasis"><em>Configurare încărcător de
sistem</em></span> și editînd intrările din fereastra care se afișează în
acel moment.
</p>
<div class="note" title="Notă" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Notă]" src="note.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p>If you have chosen <code class="code">Grub 2</code> as your bootloader, you cannot use
this tool to edit entries at this step, press 'Next'. You need to manually
edit <code class="code">/boot/grub2/custom.cfg</code> or use <code class="code">grub-customizer</code>
instead.
</p>
</td>
</tr>
</table>
</div>
<p>Schimbarea numelui unei intrări și bifarea căsuței pentru a o defini ca
intrare implicită sînt acțiuni care nu comportă nici un risc.
</p>
<p>Puteți adăuga propriul vostru număr de versiune pentru o intrare, sau o
puteți redenumi în întregime.
</p>
<p>Intrarea implicită este cea pe care sistemul o va demara dacă nu faceți nici
o alegere la pornire.
</p>
<div class="warning" title="Avertisment" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Warning">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Avertisment]" src="warning.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p>Editing other things can leave you with an unbootable system. Please don't
just try something without knowing what you are doing.
</p>
</td>
</tr>
</table>
</div>
</div>
<div class="section" title="With an UEFI system">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="d5e972"></a>With an UEFI system
</h3>
</div>
</div>
</div>
<p>In this case you are using Grub2-efi and you cannot use this tool to edit
entries at this step. To do that you need to manually edit
<code class="code">/boot/grub2/custom.cfg</code> or use <code class="code">grub-customizer</code>
instead. All you can do here, is to choose the default entry in the drop
down list.
</p>
<p>After a click on the <span class="guibutton">Next</span> button, another drop down
list allows to choose the video resolution for Grub2 which is a graphical
boot loader.
</p>
</div>
</div>
</body>
</html>
|