VirtualBox

Ignore:
Timestamp:
Feb 22, 2024 2:05:31 PM (10 months ago)
Author:
vboxsync
Message:

VBoxManage: Add subcommand for enabling UEFI secure boot (and show the status in the VM infos).
Main/NVRAMStore+UefiVariableStore: Tweaks to allow reading the UEFI secure boot state when the VM isn't mutable.
doc/manual: Update VBoxManage manpage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-modifynvram.xml

    r99513 r103532  
    9191      <arg>--owner-uuid=<replaceable>uuid</replaceable></arg>
    9292    </cmdsynopsis>
     93    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-secureboot">
     94      <command>VBoxManage modifynvram</command>
     95      <group choice="req">
     96        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     97        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     98      </group>
     99      <arg choice="plain">secureboot</arg>
     100      <group choice="req">
     101        <arg choice="plain">--enable</arg>
     102        <arg choice="plain">--disable</arg>
     103      </group>
     104    </cmdsynopsis>
    93105    <cmdsynopsis id="synopsis-vboxmanage-modifynvram-listvars">
    94106      <command>VBoxManage modifynvram</command>
     
    194206          <term><option>--owner-uuid=<replaceable>uuid</replaceable></option></term>
    195207          <listitem><para>The UUID identifying the owner of the platform key.</para>
     208          </listitem>
     209        </varlistentry>
     210      </variablelist>
     211    </refsect2>
     212
     213    <refsect2 id="vboxmanage-modifynvram-secureboot">
     214      <title>modifynvram secureboot</title>
     215      <remark role="help-copy-synopsis"/>
     216      <para>
     217        Enables or disables UEFI secure boot.
     218      </para>
     219      <variablelist>
     220        <varlistentry>
     221          <term><option>--enable></option></term>
     222          <listitem><para>Enables UEFI secure boot if the state of the key
     223            enrolment permits.</para>
     224          </listitem>
     225        </varlistentry>
     226        <varlistentry>
     227          <term><option>--disable></option></term>
     228          <listitem><para>Disables UEFI secure boot.</para>
    196229          </listitem>
    197230        </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.

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