VirtualBox

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

Last change on this file since 99182 was 98549, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • 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>
8 Oracle VM VirtualBox 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, Oracle VM VirtualBox 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 Oracle VM VirtualBox is development and
33 testing of EFI applications, without booting any OS.
34 </p>
35 <p>
36 Note that the Oracle VM VirtualBox 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 Oracle VM VirtualBox EFI
40 implementation.
41 </p>
42 </body>
43</topic>
Note: See TracBrowser for help on using the repository browser.

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