VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/settings-motherboard.dita@ 105946

Last change on this file since 105946 was 105841, checked in by vboxsync, 9 months ago

Docs: bugref:10705. The following commits from doc's team git repo has been applied:

24b92cd60f8a5bbffa8f66258d78050cfb0a6de2 Included review feedback on several topics

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 7.3 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="settings-motherboard">
4 <title>Motherboard Tab</title>
5
6 <body>
7 <p>On the <b outputclass="bold">Motherboard</b> tab, you can configure virtual hardware that would normally be on
8 the motherboard of a real computer. </p>
9 <ul>
10 <li>
11 <p><b outputclass="bold">Base Memory:</b> Sets the
12 amount of RAM that is allocated and given to the VM when it
13 is running. The specified amount of memory will be requested
14 from the host OS, so it must be available or made available
15 as free memory on the host when attempting to start the VM
16 and will not be available to the host while the VM is
17 running. This is the same setting that was specified in the
18 <b outputclass="bold">New Virtual Machine</b> wizard,
19 as described in <xref href="create-vm-wizard.dita#create-vm-wizard"/>.
20 </p>
21 <p>Generally, it is possible to change the memory size after installing the guest OS. But you must not reduce
22 the memory to an amount where the OS would no longer boot. </p>
23 </li>
24 <li>
25 <p><b outputclass="bold">Boot Order:</b> Determines the
26 order in which the guest OS will attempt to boot from the
27 various virtual boot devices. Analogous to a real PC's BIOS
28 setting, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> can tell a guest OS to start from
29 the virtual floppy, the virtual CD/DVD drive, the virtual
30 hard drive (each of these as defined by the other VM
31 settings), the network, or none of these.
32 </p>
33 <p>If you select <b outputclass="bold">Network</b>, the VM will attempt to boot from a network using the PXE
34 mechanism. This needs to be configured in detail on the command line. See <xref
35 href="vboxmanage-modifyvm.dita"/>. </p>
36 </li>
37 <li>
38 <p><b outputclass="bold">Chipset (Can't be changed on VMs with an Arm architecture):</b> You can select which chipset will be presented to the virtual machine. PIIX3 is the default chipset for most guests. For some guest OSes such as Mac OS X, the PIIX3 chipset is not well supported. As a result, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> supports an emulation of the ICH9 chipset, which supports PCI express, three PCI buses, PCI-to-PCI bridges and Message Signaled Interrupts (MSI). This enables modern OSes to address more PCI devices and no longer requires IRQ sharing. Using the ICH9 chipset it is also possible to configure up to 36 network cards, compared to a maximum of eight network adapters with PIIX3. Note that ICH9 support is experimental and not recommended for guest OSes which do not require it. </p>
39 </li>
40 <li>
41 <p><b outputclass="bold">TPM (Can't be changed on VMs with an Arm architecture):</b> Enables support for a Trusted Platform Module (TPM) security processor. Choose from the supported TPM versions. </p>
42 </li>
43 <li>
44 <p><b outputclass="bold">Pointing Device:</b> The
45 default virtual pointing device for some guest OSes is the
46 traditional PS/2 mouse. If set to <b outputclass="bold">USB
47 Tablet</b>, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> reports to the virtual
48 machine that a USB tablet device is present and communicates
49 mouse events to the virtual machine through this device.
50 Another setting is <b outputclass="bold">USB Multi-Touch
51 Tablet</b>, which is suitable for guests running
52 Windows 8 or later.
53 </p>
54 <p>Using the virtual USB tablet has the advantage that movements are reported in absolute coordinates, instead
55 of as relative position changes. This enables <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to
56 translate mouse events over the VM window into tablet events without having to "capture" the mouse in the
57 guest as described in <xref href="keyb_mouse_normal.dita#keyb_mouse_normal"/>. This makes using the VM less
58 tedious even if Guest Additions are not installed. </p>
59 </li>
60 <li>
61 <p><b outputclass="bold">Enable I/O APIC (Can't be changed on VMs with an Arm architecture):</b> Advanced Programmable Interrupt Controllers (APICs) are an x86 hardware feature that have replaced Programmable Interrupt Controllers (PICs). With an I/O APIC, OSes can use more than 16 interrupt requests (IRQs) and therefore avoid IRQ sharing for improved reliability. </p>
62 <note>
63 <p>Enabling the I/O APIC is <i>required</i>, especially for 64-bit Windows guest OSes. It is also required if
64 you want to use more than one virtual CPU in a virtual machine. </p>
65 </note>
66 <p>However, software support for I/O APICs has been unreliable with some OSes other than Windows. Also, the use
67 of an I/O APIC slightly increases the overhead of virtualization and therefore slows down the guest OS a
68 little. </p>
69 <note>
70 <p>All Windows OSes install different kernels, depending on whether an I/O APIC is available. As with ACPI,
71 the I/O APIC therefore <i>must not be turned off after installation</i> of a Windows guest OS. Turning it on
72 after installation will have no effect however. </p>
73 </note>
74 </li>
75 <li>
76 <p><b outputclass="bold">Hardware Clock in UTC Time:</b>
77 If selected, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will report the system time in
78 UTC format to the guest instead of the local (host) time.
79 This affects how the virtual real-time clock (RTC) operates
80 and may be useful for UNIX-like guest OSes, which typically
81 expect the hardware clock to be set to UTC.
82 </p>
83 </li>
84 <li>
85 <p><b outputclass="bold">Enable EFI (Can't be changed on VMs with an Arm architecture):</b> Enables Extensible Firmware Interface (EFI), which replaces the legacy BIOS and may be useful for certain advanced use cases. See <xref href="efi.dita#efi"/>. </p>
86 </li>
87 <li>
88 <p><b outputclass="bold">Enable Secure Boot:</b> Enables
89 Secure Boot, to provide a secure environment for starting
90 the guest OS.
91 </p>
92 </li>
93 </ul>
94 <p>In addition, you can turn off the <b outputclass="bold">Advanced Configuration and Power Interface (ACPI)</b>
95 which <ph conkeyref="vbox-conkeyref-phrases/product-name"/> presents to the guest OS by default. </p>
96 <p>ACPI is the current industry standard to allow OSes to recognize hardware, configure motherboards and other
97 devices and manage power. As most computers contain this feature and Windows and Linux support ACPI, it is also
98 enabled by default in <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. ACPI can only be turned off using the
99 command line. See <xref href="vboxmanage-modifyvm.dita"/>. </p>
100 <note>
101 <p>All Windows OSes install different kernels, depending on whether ACPI is available. This means that ACPI
102 <i>must not be turned off</i> after installation of a Windows guest OS. However, turning it on after
103 installation will have no effect. </p>
104 </note>
105 </body>
106
107</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