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>
|
---|
34 | If you select <b outputclass="bold">Network</b>, the VM will attempt to boot from a
|
---|
35 | network using the PXE mechanism. This needs to be configured in detail on the command
|
---|
36 | line. See <xref href="vboxmanage-modifyvm.dita"/>.
|
---|
37 | </p>
|
---|
38 | </li>
|
---|
39 | <li>
|
---|
40 | <p><b outputclass="bold">Chipset:</b> You can select
|
---|
41 | which chipset will be presented to the virtual machine.
|
---|
42 | PIIX3 is the default chipset for most guests. For some guest
|
---|
43 | OSes such as Mac OS X, the PIIX3 chipset is not well
|
---|
44 | supported. As a result, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> supports an emulation
|
---|
45 | of the ICH9 chipset, which supports PCI express, three PCI
|
---|
46 | buses, PCI-to-PCI bridges and Message Signaled Interrupts
|
---|
47 | (MSI). This enables modern OSes to address more PCI devices
|
---|
48 | and no longer requires IRQ sharing. Using the ICH9 chipset
|
---|
49 | it is also possible to configure up to 36 network cards,
|
---|
50 | compared to a maximum of eight network adapters with PIIX3.
|
---|
51 | Note that ICH9 support is experimental and not recommended
|
---|
52 | for guest OSes which do not require it.
|
---|
53 | </p>
|
---|
54 | <!-- 7.1: Any chipset options for Arm?-->
|
---|
55 | </li>
|
---|
56 | <li>
|
---|
57 | <p><b outputclass="bold">TPM:</b> Enables support for a
|
---|
58 | Trusted Platform Module (TPM) security processor. Choose
|
---|
59 | from the supported TPM versions.
|
---|
60 | </p>
|
---|
61 | </li>
|
---|
62 | <li>
|
---|
63 | <p><b outputclass="bold">Pointing Device:</b> The
|
---|
64 | default virtual pointing device for some guest OSes is the
|
---|
65 | traditional PS/2 mouse. If set to <b outputclass="bold">USB
|
---|
66 | Tablet</b>, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> reports to the virtual
|
---|
67 | machine that a USB tablet device is present and communicates
|
---|
68 | mouse events to the virtual machine through this device.
|
---|
69 | Another setting is <b outputclass="bold">USB Multi-Touch
|
---|
70 | Tablet</b>, which is suitable for guests running
|
---|
71 | Windows 8 or later.
|
---|
72 | </p>
|
---|
73 | <p>Using the virtual USB tablet has the advantage that movements are reported in absolute coordinates, instead
|
---|
74 | of as relative position changes. This enables <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to
|
---|
75 | translate mouse events over the VM window into tablet events without having to "capture" the mouse in the
|
---|
76 | guest as described in <xref href="keyb_mouse_normal.dita#keyb_mouse_normal"/>. This makes using the VM less
|
---|
77 | tedious even if Guest Additions are not installed. </p>
|
---|
78 | </li>
|
---|
79 | <li>
|
---|
80 | <p><b outputclass="bold">Enable I/O APIC:</b> Advanced
|
---|
81 | Programmable Interrupt Controllers (APICs) are an x86
|
---|
82 | hardware feature that have replaced Programmable Interrupt
|
---|
83 | Controllers (PICs). With an I/O APIC, OSes can use more than
|
---|
84 | 16 interrupt requests (IRQs) and therefore avoid IRQ sharing
|
---|
85 | for improved reliability.
|
---|
86 | </p>
|
---|
87 | <note>
|
---|
88 | <p>Enabling the I/O APIC is <i>required</i>, especially for 64-bit Windows guest OSes. It is also required if
|
---|
89 | you want to use more than one virtual CPU in a virtual machine. </p>
|
---|
90 | </note>
|
---|
91 | <p>However, software support for I/O APICs has been unreliable with some OSes other than Windows. Also, the use
|
---|
92 | of an I/O APIC slightly increases the overhead of virtualization and therefore slows down the guest OS a
|
---|
93 | little. </p>
|
---|
94 | <note>
|
---|
95 | <p>All Windows OSes install different kernels, depending on whether an I/O APIC is available. As with ACPI,
|
---|
96 | the I/O APIC therefore <i>must not be turned off after installation</i> of a Windows guest OS. Turning it on
|
---|
97 | after installation will have no effect however. </p>
|
---|
98 | </note>
|
---|
99 | </li>
|
---|
100 | <li>
|
---|
101 | <p><b outputclass="bold">Hardware Clock in UTC Time:</b>
|
---|
102 | If selected, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will report the system time in
|
---|
103 | UTC format to the guest instead of the local (host) time.
|
---|
104 | This affects how the virtual real-time clock (RTC) operates
|
---|
105 | and may be useful for UNIX-like guest OSes, which typically
|
---|
106 | expect the hardware clock to be set to UTC.
|
---|
107 | </p>
|
---|
108 | </li>
|
---|
109 | <li>
|
---|
110 | <p><b outputclass="bold">Enable EFI:</b> Enables
|
---|
111 | Extensible Firmware Interface (EFI), which replaces the
|
---|
112 | legacy BIOS and may be useful for certain advanced use
|
---|
113 | cases. See <xref href="efi.dita#efi"/>.
|
---|
114 | </p>
|
---|
115 | </li>
|
---|
116 | <li>
|
---|
117 | <p><b outputclass="bold">Enable Secure Boot:</b> Enables
|
---|
118 | Secure Boot, to provide a secure environment for starting
|
---|
119 | the guest OS.
|
---|
120 | </p>
|
---|
121 | </li>
|
---|
122 | </ul>
|
---|
123 | <p>
|
---|
124 | In addition, you can turn off the <b outputclass="bold">Advanced
|
---|
125 | Configuration and Power Interface (ACPI)</b> which
|
---|
126 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> presents to the guest OS by default.
|
---|
127 | </p>
|
---|
128 | <p>
|
---|
129 | ACPI is the current industry standard to allow OSes to recognize hardware, configure
|
---|
130 | motherboards and other devices and manage power. As most computers contain this feature and
|
---|
131 | Windows and Linux support ACPI, it is also enabled by default in <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. ACPI
|
---|
132 | can only be turned off using the command line. See <xref href="vboxmanage-modifyvm.dita"/>.
|
---|
133 | </p>
|
---|
134 | <note>
|
---|
135 | <p>
|
---|
136 | All Windows OSes install different kernels, depending on
|
---|
137 | whether ACPI is available. This means that ACPI <i>must
|
---|
138 | not be turned off</i> after installation of a Windows
|
---|
139 | guest OS. However, turning it on after installation will have
|
---|
140 | no effect.
|
---|
141 | </p>
|
---|
142 | </note>
|
---|
143 | </body>
|
---|
144 |
|
---|
145 | </topic>
|
---|