Update to r52404:

Describe how to install the zfs bootcode for GPT and EFI.
This commit is contained in:
Bjoern Heidotting 2019-09-24 16:27:20 +00:00
parent a93b555e5a
commit a97c035eaa
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53435

View file

@ -4,7 +4,7 @@
The FreeBSD German Documentation Project
$FreeBSD$
basiert auf: r52203
basiert auf: r52404
-->
<chapter xmlns="http://docbook.org/ns/docbook"
@ -1575,8 +1575,24 @@ Enabled the following features on 'mypool':
starten, aktualisiert werden, um diese neue Version zu
unterstützen. Verwenden Sie
<command>gpart bootcode</command> auf der Partition, die den
Bootcode enthält. Lesen Sie für weitere Informationen
&man.gpart.8;.</para>
Bootcode enthält. Es gibt zwei Arten von Bootcode, je
nachdem, wie das System bootet: <acronym>GPT</acronym> (die
häufigste Option) und <acronym>EFI</acronym> (für moderne
Systeme).</para>
<para>Benutzen Sie für <acronym>GPT</acronym> den folgenden
Befehl:</para>
<screen>&prompt.root; <userinput>gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i <replaceable>1</replaceable> <replaceable>ada1</replaceable></userinput></screen>
<para>Für Systeme, die <acronym>EFI</acronym> zum Booten
benutzen, führen Sie folgenden Befehl aus:</para>
<screen>&prompt.root; <userinput>gpart bootcode -p /boot/boot1.efifat -i <replaceable>1</replaceable> <replaceable>ada1</replaceable></userinput></screen>
<para>Installieren Sie den Bootcode auf allen bootfähigen
Platten im Pool. Lesen Sie &man.gpart.8; für weitere
Informationen.</para>
</warning>
</sect2>