blob: 2a318856ac85c82aee17cea779026dfc6898cd82 (
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
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Hinzufügen oder ändern eines Boot Menü Eintrags</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Installation mit Hilfe von DrakX">
<link rel="up" href="index.html" title="Installation mit Hilfe von DrakX">
<link rel="prev" href="setupBootloader.html" title="Hauptoptionen des Bootloaders">
<link rel="next" href="misc-params.html" title="Zusammenfassung von verschiedenen Parameter"><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="de" class="section" title="Hinzufügen oder ändern eines Boot Menü Eintrags">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="setupBootloaderAddEntry"></a>Hinzufügen oder ändern eines Boot Menü Eintrags
</h2>
</div>
</div>
</div>
<p>Sie können einen Eintrag hinzufügen oder den vorher gewählten ändern, indem
Sie den entprechenden Knopf im <span class="emphasis"><em>Bootloader
Konfigurationsbildschirm</em></span> drücken und die Einstellungen im
Fenster, welches darüber erscheint, verändern.
</p>
<div class="note" title="Anmerkung" 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="[Anmerkung]" 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, or Grub2-efi for
UEFI systems, 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>Einige risikofreie Dinge ändern die Bezeichnung eines Eintrags und
aktivieren das Kästchen, welches den Eintrag als Standard setzt.
</p>
<p>Sie können die korrekte Versionsnummer eines Eintrags hinzufügen, oder ihn
vollständig umbenennen.
</p>
<p>Sollten Sie beim Bootvorgang keine andere Auswahl treffen, wird der
Standardeintrag vom System gestartet.
</p>
<div class="warning" title="Warnung" 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="[Warnung]" src="warning.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p>Das Verändern anderer Dinge könnte Ihren Bootvorgang verhindern. Bitte
probieren Sie nichts aus, ohne zu wissen, was Sie tun.
</p>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
|