VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/efi.dita@ 105289

Last change on this file since 105289 was 105289, checked in by vboxsync, 7 months ago

Docs: bugref:10705. Merging current changes to dita files from docs team's repo. (r6123, r6120, r6117)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
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><ph conkeyref="vbox-conkeyref-phrases/product-name"/> includes experimental support for the Extensible Firmware
8 Interface (EFI), which is an industry standard intended to replace the legacy BIOS as the primary interface for
9 bootstrapping computers and certain system services later. </p>
10 <p>By default, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> uses the BIOS firmware for virtual machines. To
11 use EFI for a given virtual machine, you can enable EFI in the machine's <b outputclass="bold">Settings</b>
12 window. See <xref href="settings-motherboard.dita#settings-motherboard"/>. Alternatively, use the
13 <userinput>VBoxManage</userinput> command line interface as follows: </p>
14 <pre xml:space="preserve">VBoxManage modifyvm "VM name" --firmware efi</pre>
15 <p>To switch back to using the BIOS: </p>
16 <pre xml:space="preserve">VBoxManage modifyvm "VM name" --firmware bios</pre>
17 <p>One notable user of EFI is Apple Mac OS X. More recent Linux versions and Windows releases, starting with Vista,
18 also offer special versions that can be booted using EFI. </p>
19 <p>Another possible use of EFI in <ph conkeyref="vbox-conkeyref-phrases/product-name"/> is development and testing
20 of EFI applications, without booting any OS. </p>
21 <p>Note that the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> EFI support is experimental and will be
22 enhanced as EFI matures and becomes more widespread. Mac OS X, Linux, and newer Windows guests are known to work
23 fine. Windows 7 guests are unable to boot with the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> EFI
24 implementation. </p>
25 </body>
26</topic>
Note: See TracBrowser for help on using the repository browser.

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