VirtualBox

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

Last change on this file since 102568 was 99797, checked in by vboxsync, 21 months ago

Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.

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