1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="efi">
|
---|
4 | <title>Alternative Firmware (UEFI)</title>
|
---|
5 | <body>
|
---|
6 | <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> includes support for the Unified Extensible Firmware Interface (UEFI), which is an industry standard intended to replace the legacy BIOS as the primary interface for bootstrapping computers and certain system services later.</p>
|
---|
7 | <p>By default, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> uses the BIOS firmware for virtual machines. To use UEFI for a given virtual machine, you can enable EFI in the machine's <b outputclass="bold">Settings</b>. See <xref href="settings-motherboard.dita#settings-motherboard"/>. Alternatively, use the <userinput>VBoxManage</userinput> command line interface as follows:</p>
|
---|
8 | <pre xml:space="preserve">VBoxManage modifyvm "VM name" --firmware efi</pre>
|
---|
9 | <p>To switch back to using the BIOS:</p>
|
---|
10 | <pre xml:space="preserve">VBoxManage modifyvm "VM name" --firmware bios</pre>
|
---|
11 | <p>Most modern macOS and Windows releases require UEFI.</p>
|
---|
12 | <p>Another possible use of UEFI in <ph conkeyref="vbox-conkeyref-phrases/product-name"/> is development and testing of UEFI applications, without booting any OS.</p>
|
---|
13 | </body>
|
---|
14 | </topic>
|
---|