blob: 1bed16ca6b79aeee351a714ce53da1d2668fba2e (
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
|
<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="zh_CN" class="section" title="添加或修改引导菜单项">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="setupBootloaderAddEntry"></a>添加或修改引导菜单项
</h2>
</div>
</div>
</div>
<div class="section" title="使用 BIOS 系统">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="d5e942"></a>使用 BIOS 系统
</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>若您选择了 <code class="code">Grub 2</code> 作为引导器,您将无法在这里使用工具编辑引导项,请点击“下一步”继续。您需要之后手动编辑
<code class="code">/boot/grub2/custom.cfg</code> 或使用 <code class="code">grub-customizer</code> 来编辑。
</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>编辑其他内容可能导致系统无法引导。请不要在不了解的情况下进行修改。</p>
</td>
</tr>
</table>
</div>
</div>
<div class="section" title="使用 UEFI 系统">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="d5e959"></a>使用 UEFI 系统
</h3>
</div>
</div>
</div>
<p>这种情况下,您将使用 Grub2-efi 进行引导,并且无法在这里使用工具进行编辑。您需要在安装后手动修改
<code class="code">/boot/grub2/custom.cfg</code>,或使用 <code class="code">grub-customizer</code>
来进行编辑。此处您只能选择默认引导项。
</p>
<p>在点击 <span class="guibutton">下一步</span> 按钮之后,您将会看到另一个下拉列表,可以用它来选择 GRUB2 引导器的屏幕分辨率。
</p>
</div>
</div>
</body>
</html>
|