Template:VMConfiguration/VirtualBox/doc
To list a configuration for VirtualBox for use in the Recommended VM configurations page, you must use the "VMConfiguration/VirtualBox" template, which can list the configuration in a structured table.
Usage[edit source]
VirtualBox Configuration | |
---|---|
Setting type | Configuration |
General |
|
System |
|
Display |
|
Storage |
|
Audio |
|
Network |
|
Serial Ports |
|
USB |
|
Notes | |
Setup will fail if the RAM is larger than 64 MB. |
The following code will result in the table above:
{{VMConfiguration/VirtualBox| |os = Other/Unknown |ram = 64 MB |processor = 3 |vram = 9 MB |floppy = y |hdd = IDE 2 GB drive |sound = Sound Blaster 16 |notes = Setup will fail if the RAM is larger than 64 MB. }}
os
[edit source]
Required: The operating system and version to use. Failure to provide the OS will default it to "Unknown".
ram
[edit source]
Required: Memory to use in the machine. Failure to provide the memory amount will default it to "Unknown".
chipset
[edit source]
Chipset to use in the virtual machine. PIIX3 or ICH9. Defaults to PIIX3.
mouse
[edit source]
Pointing device for the virtual machine. PS/2 Mouse, USB Tablet, or USB Multi-Touch Tablet. Defaults to PS/2 Mouse.
ioapic
[edit source]
Set this value to "y" to ensure the I/O APIC setting has to be enabled, otherwise don't set it to keep it disabled by default.
efi
[edit source]
Set this value to "y" to ensure the EFI BIOS setting has to be enabled, otherwise don't set it to keep it disabled by default.
processor
[edit source]
Required: Enter the number of processors to use here.
vram
[edit source]
Required: The amount of video memory the virtual machine should use. Failure to set this value will default it to "Unknown".
display
[edit source]
Name of the graphics controller to use. VBoxVGA, VMSVGA, VBoxSVGA, None. Default is VBoxVGA.
3d
[edit source]
Set this value to "y" to ensure the 3D video acceleration setting has to be enabled, otherwise don't set it to keep it disabled by default.
floppy
[edit source]
Set this value to "y" to ensure the floppy controller should be added, otherwise don't set it to keep it disabled by default.
hdd
[edit source]
The bus and size of the hard drive.
sound
[edit source]
The name of the audio controller to use. Sound Blaster 16, ICH AC97, Intel HD Audio. Default is disabled.
network
[edit source]
Set this value to "y" to ensure the network adapter should be enabled, otherwise don't set it to keep it disabled by default.
ports
[edit source]
List any serial ports that should be enabled and the settings for such. Default is "All ports disabled".
usb
[edit source]
The USB controller compatibility to use. USB 1.1 (OHCI) Controller, USB 2.0 (OHCI + EHCI) Controller, USB 3.0 (xHCI) Controller. Default is "Disabled".
notes
[edit source]
Any additional notes regarding to the configuration of the machine, such as additional drivers or instructions, can be listed here.