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 (EFI)</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> includes experimental support for the Extensible
|
---|
9 | Firmware Interface (EFI), which is an industry standard intended
|
---|
10 | to replace the legacy BIOS as the primary interface for
|
---|
11 | bootstrapping computers and certain system services later.
|
---|
12 | </p>
|
---|
13 | <p>
|
---|
14 | By default, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> uses the BIOS firmware for virtual
|
---|
15 | machines. To use EFI for a given virtual machine, you can enable
|
---|
16 | EFI in the machine's <b outputclass="bold">Settings</b>
|
---|
17 | window. See <xref href="settings-motherboard.dita#settings-motherboard"/>. Alternatively,
|
---|
18 | use the <userinput>VBoxManage</userinput> command line interface as
|
---|
19 | follows:
|
---|
20 | </p>
|
---|
21 | <pre xml:space="preserve">VBoxManage modifyvm "VM name" --firmware efi</pre>
|
---|
22 | <p>
|
---|
23 | To switch back to using the BIOS:
|
---|
24 | </p>
|
---|
25 | <pre xml:space="preserve">VBoxManage modifyvm "VM name" --firmware bios</pre>
|
---|
26 | <p>
|
---|
27 | One notable user of EFI is Apple Mac OS X. More recent Linux
|
---|
28 | versions and Windows releases, starting with Vista, also offer
|
---|
29 | special versions that can be booted using EFI.
|
---|
30 | </p>
|
---|
31 | <p>
|
---|
32 | Another possible use of EFI in <ph conkeyref="vbox-conkeyref-phrases/product-name"/> is development and
|
---|
33 | testing of EFI applications, without booting any OS.
|
---|
34 | </p>
|
---|
35 | <p>
|
---|
36 | Note that the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> EFI support is experimental and will
|
---|
37 | be enhanced as EFI matures and becomes more widespread. Mac OS X,
|
---|
38 | Linux, and newer Windows guests are known to work fine. Windows 7
|
---|
39 | guests are unable to boot with the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> EFI
|
---|
40 | implementation.
|
---|
41 | </p>
|
---|
42 | </body>
|
---|
43 | </topic>
|
---|