blob: 51dac11ba5ed19ebcaec4ef66850e3cf4137076e (
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
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Добавление пункта в меню загрузки или внесение изменений в такие пункты</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Установка с помощью DrakX">
<link rel="up" href="index.html" title="Установка с помощью DrakX">
<link rel="prev" href="setupBootloader.html" title="Основные параметры загрузчика">
<link rel="next" href="misc-params.html" title="Резюме относительно других параметров"><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="ru" class="section" title="Добавление пункта в меню загрузки или внесение изменений в такие пункты">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="setupBootloaderAddEntry"></a>Добавление пункта в меню загрузки или внесение изменений в такие пункты
</h2>
</div>
</div>
</div>
<div class="section" title="With a Bios system">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="d5e953"></a>With a Bios system
</h3>
</div>
</div>
</div>
<p>Чтобы добавить запись или внести изменения в выбранную запись, нажмите
соответствующую кнопку на странице <span class="emphasis"><em>Настройки
загрузчика</em></span>. В ответ будет показано окно редактирования.
</p>
<div class="note" title="Замечание" 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="[Замечание]" 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>Некоторые из действий можно выполнять ничем не рискуя. К таким действиям
относится изменение метки записи или обозначение дефолтной записи в списке.
</p>
<p>Вы можете добавить к записи надлежащий номер версии или полностью изменить
название записи.
</p>
<p>Дефолтный пункт - это пункт операционной системы, которая загружается, если
пользователем не будет сделано другого выбора во время показа меню загрузки.
</p>
<div class="warning" title="Внимание" 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="[Внимание]" 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="d5e970"></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>
|