VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-modifynvram.xml@ 96301

最後變更 在這個檔案從96301是 96300,由 vboxsync 提交於 3 年 前

doc: comment fixing

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 10.5 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage modifynvram
4-->
5<!--
6 Copyright (C) 2021 Oracle Corporation
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.alldomusa.eu.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the "COPYING" file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15-->
16<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
17 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
18<!ENTITY % all.entities SYSTEM "all-entities.ent">
19%all.entities;
20]>
21<refentry id="vboxmanage-modifynvram" lang="en">
22 <refentryinfo>
23 <pubdate>$Date: 2022-08-18 17:27:14 +0000 (Thu, 18 Aug 2022) $</pubdate>
24 <title>VBoxManage modifynvram</title>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>VBoxManage-modifynvram</refentrytitle>
29 <manvolnum>1</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>VBoxManage-modifynvram</refname>
34 <refpurpose>Отображение и изменение содержимого NVRAM виртуальной машины</refpurpose>
35 <refclass>&product-name;</refclass>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-inituefivarstore">
40 <command>VBoxManage modifynvram</command>
41 <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
42 <arg choice="plain">inituefivarstore</arg>
43 </cmdsynopsis>
44 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollmssignatures">
45 <command>VBoxManage modifynvram</command>
46 <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
47 <arg choice="plain">enrollmssignatures</arg>
48 </cmdsynopsis>
49 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollorclpk">
50 <command>VBoxManage modifynvram</command>
51 <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
52 <arg choice="plain">enrollorclpk</arg>
53 </cmdsynopsis>
54 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-enrollpk">
55 <command>VBoxManage modifynvram</command>
56 <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
57 <arg choice="plain">enrollpk</arg>
58 <arg>--platform-key=<replaceable>имя-файла</replaceable></arg>
59 <arg>--owner-uuid=<replaceable>uuid</replaceable></arg>
60 </cmdsynopsis>
61 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-listvars">
62 <command>VBoxManage modifynvram</command>
63 <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
64 <arg choice="plain">listvars</arg>
65 </cmdsynopsis>
66 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-queryvar">
67 <command>VBoxManage modifynvram</command>
68 <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
69 <arg choice="plain">queryvar</arg>
70 <arg>--name=<replaceable>имя</replaceable></arg>
71 <arg>--filename=<replaceable>имя-файла</replaceable></arg>
72 </cmdsynopsis>
73 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-deletevar">
74 <command>VBoxManage modifynvram</command>
75 <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
76 <arg choice="plain">deletevar</arg>
77 <arg>--name=<replaceable>имя</replaceable></arg>
78 <arg>--owner-uuid=<replaceable>uuid</replaceable></arg>
79 </cmdsynopsis>
80 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-changevar">
81 <command>VBoxManage modifynvram</command>
82 <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
83 <arg choice="plain">changevar</arg>
84 <arg>--name=<replaceable>имя</replaceable></arg>
85 <arg>--filename=<replaceable>имя-файла</replaceable></arg>
86 </cmdsynopsis>
87 </refsynopsisdiv>
88
89 <refsect1>
90 <title>Описание</title>
91
92 <para>Команды "modifynvram" предназначены для экспертов, которые хотят изучить и изменить
93 хранилище переменных UEFI виртуальной машины. Любые допущенные здесь ошибки могут
94 привести машину в нерабочее состояние.</para>
95
96 <refsect2 id="vboxmanage-modifynvram-common-options">
97 <title>Общие параметры</title>
98 <remark role="help-scope" condition="GLOBAL"/>
99 <para>Все подкоманды <command>modifynvram</command> выполняются на работающей виртуальной
100 машине:</para>
101 <variablelist>
102 <varlistentry>
103 <term><replaceable>uuid|имя-ВМ</replaceable></term>
104 <listitem><para>Или UUID или имя ВМ (чувствительно к регистру).</para></listitem>
105 </varlistentry>
106 </variablelist>
107 </refsect2>
108
109 <refsect2 id="vboxmanage-modifynvram-inituefivarstore">
110 <title>modifynvram inituefivarstore</title>
111 <remark role="help-copy-synopsis"/>
112 <para>
113 Инициализирует хранилище переменных UEFI в состояние по умолчанию. Все ранее
114 существовавшие хранилища переменных удаляются. Используйте с особой осторожностью!
115 </para>
116 </refsect2>
117
118 <refsect2 id="vboxmanage-modifynvram-enrollmssignatures">
119 <title>modifynvram enrollmssignatures</title>
120 <remark role="help-copy-synopsis"/>
121 <para>
122 Регистрирует стандартные подписи Microsoft KEK и DB, необходимые для безопасной загрузки UEFI.
123 </para>
124 </refsect2>
125
126 <refsect2 id="vboxmanage-modifynvram-enrollorclpk">
127 <title>modifynvram enrollorclpk</title>
128 <remark role="help-copy-synopsis"/>
129 <para>
130 Регистрирует ключ платформы по умолчанию, предоставленный Oracle, необходимый для безопасной загрузки UEFI.
131 </para>
132 </refsect2>
133
134 <refsect2 id="vboxmanage-modifynvram-enrollpk">
135 <title>modifynvram enrollpk</title>
136 <remark role="help-copy-synopsis"/>
137 <para>
138 Регистрирует пользовательский ключ платформы переданный пользователем, необходимый
139 для безопасной загрузки UEFI. Следующие команды используют openssl для генерации
140 нового ключа платформы:
141 </para>
142<screen>$ openssl req -new -x509 -newkey rsa:2048 -keyout PK.key -out PK.crt</screen>
143<screen>$ openssl x509 -in PK.crt -out PK.cer -outform DER</screen>
144 <variablelist>
145 <varlistentry>
146 <term><option>--platform-key=<replaceable>имя-файла</replaceable></option></term>
147 <listitem><para>Ключ платформы переданный в качестве X.509 подписи, зашифрованной DER.</para>
148 </listitem>
149 </varlistentry>
150 <varlistentry>
151 <term><option>--owner-uuid=<replaceable>uuid</replaceable></option></term>
152 <listitem><para>UUID идентифицирующий владельца ключа платформы.</para>
153 </listitem>
154 </varlistentry>
155 </variablelist>
156 </refsect2>
157
158 <refsect2 id="vboxmanage-modifynvram-listvars">
159 <title>modifynvram listvars</title>
160 <remark role="help-copy-synopsis"/>
161 <para>
162 Показывает все переменные UEFI в хранилище виртуальной машины относительно UUID их владельца.
163 </para>
164 </refsect2>
165
166 <refsect2 id="vboxmanage-modifynvram-queryvar">
167 <title>modifynvram queryvar</title>
168 <remark role="help-copy-synopsis"/>
169 <para>
170 Запрашивает содержимое данной переменной UEFI по ее имени.
171 </para>
172 <variablelist>
173 <varlistentry>
174 <term><option>--name=<replaceable>имя</replaceable></option></term>
175 <listitem><para>имя запрашиваемой переменной UEFI.</para>
176 </listitem>
177 </varlistentry>
178 <varlistentry>
179 <term><option>--filename=<replaceable>имя-файла</replaceable></option></term>
180 <listitem>
181 <para>
182 Куда сохранять содержимое переменной в случае успеха. Это необязательно.
183 Если не указан, содержимое будет выдано в терминал как hex дамп.
184 </para>
185 </listitem>
186 </varlistentry>
187 </variablelist>
188 </refsect2>
189
190 <refsect2 id="vboxmanage-modifynvram-deletevar">
191 <title>modifynvram deletevar</title>
192 <remark role="help-copy-synopsis"/>
193 <para>
194 Удаляет данную переменную по ее имени и UUID владельца.
195 </para>
196 <variablelist>
197 <varlistentry>
198 <term><option>--name=<replaceable>имя</replaceable></option></term>
199 <listitem><para>Имя удаляемой переменной UEFI.</para>
200 </listitem>
201 </varlistentry>
202 <varlistentry>
203 <term><option>--owner-uuid=<replaceable>uuid</replaceable></option></term>
204 <listitem><para>UUID владельца удаляемой переменной.</para>
205 </listitem>
206 </varlistentry>
207 </variablelist>
208 </refsect2>
209
210 <refsect2 id="vboxmanage-modifynvram-changevar">
211 <title>modifynvram changevar</title>
212 <remark role="help-copy-synopsis"/>
213 <para>
214 Изменяет содержимое переменной UEFI на содержимое указанного файла.
215 </para>
216 <variablelist>
217 <varlistentry>
218 <term><option>--name=<replaceable>имя</replaceable></option></term>
219 <listitem><para>Имя изменяемой переменной UEFI.</para>
220 </listitem>
221 </varlistentry>
222 <varlistentry>
223 <term><option>--filename=<replaceable>имя-файла</replaceable></option></term>
224 <listitem>
225 <para>Файл с данными.</para>
226 </listitem>
227 </varlistentry>
228 </variablelist>
229 </refsect2>
230
231 </refsect1>
232</refentry>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette