VirtualBox

source: vbox/trunk/doc/manual/en_US/user_Introduction.xml@ 54326

Last change on this file since 54326 was 54326, checked in by vboxsync, 10 years ago

Manual: Updated supported OS list.

  • Property svn:mergeinfo set to (toggle deleted branches)
File size: 85.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
4<chapter id="Introduction">
5 <title>First steps</title>
6
7 <para>Welcome to $VBOX_PRODUCT!</para>
8
9 <para>VirtualBox is a cross-platform virtualization application. What does
10 that mean? For one thing, it installs on your existing Intel or AMD-based
11 computers, whether they are running Windows, Mac, Linux or Solaris operating
12 systems. Secondly, it extends the capabilities of your existing computer so
13 that it can run multiple operating systems (inside multiple virtual
14 machines) at the same time. So, for example, you can run Windows and Linux
15 on your Mac, run Windows Server 2008 on your Linux server, run Linux on your
16 Windows PC, and so on, all alongside your existing applications. You can
17 install and run as many virtual machines as you like -- the only practical
18 limits are disk space and memory.</para>
19
20 <para>VirtualBox is deceptively simple yet also very powerful. It can run
21 everywhere from small embedded systems or desktop class machines all the way
22 up to datacenter deployments and even Cloud environments.</para>
23
24 <para>The following screenshot shows you how VirtualBox, installed on a Mac
25 computer, is running Windows 7 in a virtual machine window:</para>
26
27 <para><mediaobject>
28 <imageobject>
29 <imagedata align="center" fileref="images/vm-vista-running.png"
30 width="14cm" />
31 </imageobject>
32 </mediaobject></para>
33
34 <para>In this User Manual, we'll begin simply with a quick introduction to
35 virtualization and how to get your first virtual machine running with the
36 easy-to-use VirtualBox graphical user interface. Subsequent chapters will go
37 into much more detail covering more powerful tools and features, but
38 fortunately, it is not necessary to read the entire User Manual before you
39 can use VirtualBox.</para>
40
41 <para>You can find a summary of VirtualBox's capabilities in <xref
42 linkend="features-overview" />. For existing VirtualBox users who just want
43 to see what's new in this release, there is a detailed list in <xref
44 linkend="ChangeLog" />.</para>
45
46 <sect1>
47 <title>Why is virtualization useful?</title>
48
49 <para>The techniques and features that VirtualBox provides are useful for
50 several scenarios:</para>
51
52 <itemizedlist>
53 <listitem>
54 <para><emphasis role="bold">Running multiple operating systems
55 simultaneously.</emphasis> VirtualBox allows you to run more than one
56 operating system at a time. This way, you can run software written for
57 one operating system on another (for example, Windows software on
58 Linux or a Mac) without having to reboot to use it. Since you can
59 configure what kinds of "virtual" hardware should be presented to each
60 such operating system, you can install an old operating system such as
61 DOS or OS/2 even if your real computer's hardware is no longer
62 supported by that operating system.</para>
63 </listitem>
64
65 <listitem>
66 <para><emphasis role="bold">Easier software installations.</emphasis>
67 Software vendors can use virtual machines to ship entire software
68 configurations. For example, installing a complete mail server
69 solution on a real machine can be a tedious task. With VirtualBox,
70 such a complex setup (then often called an "appliance") can be packed
71 into a virtual machine. Installing and running a mail server becomes
72 as easy as importing such an appliance into VirtualBox.</para>
73 </listitem>
74
75 <listitem>
76 <para><emphasis role="bold">Testing and disaster recovery.</emphasis>
77 Once installed, a virtual machine and its virtual hard disks can be
78 considered a "container" that can be arbitrarily frozen, woken up,
79 copied, backed up, and transported between hosts.</para>
80
81 <para>On top of that, with the use of another VirtualBox feature
82 called "snapshots", one can save a particular state of a virtual
83 machine and revert back to that state, if necessary. This way, one can
84 freely experiment with a computing environment. If something goes
85 wrong (e.g. after installing misbehaving software or infecting the
86 guest with a virus), one can easily switch back to a previous snapshot
87 and avoid the need of frequent backups and restores.</para>
88
89 <para>Any number of snapshots can be created, allowing you to travel
90 back and forward in virtual machine time. You can delete snapshots
91 while a VM is running to reclaim disk space.</para>
92 </listitem>
93
94 <listitem>
95 <para><emphasis role="bold">Infrastructure consolidation.</emphasis>
96 Virtualization can significantly reduce hardware and electricity
97 costs. Most of the time, computers today only use a fraction of their
98 potential power and run with low average system loads. A lot of
99 hardware resources as well as electricity is thereby wasted. So,
100 instead of running many such physical computers that are only
101 partially used, one can pack many virtual machines onto a few powerful
102 hosts and balance the loads between them.</para>
103 </listitem>
104 </itemizedlist>
105 </sect1>
106
107 <sect1 id="virtintro">
108 <title>Some terminology</title>
109
110 <para>When dealing with virtualization (and also for understanding the
111 following chapters of this documentation), it helps to acquaint oneself
112 with a bit of crucial terminology, especially the following terms:</para>
113
114 <glosslist>
115 <glossentry>
116 <glossterm>Host operating system (host OS).</glossterm>
117
118 <glossdef>
119 <para>This is the operating system of the physical computer on which
120 VirtualBox was installed. There are versions of VirtualBox for
121 Windows, Mac OS X, Linux and Solaris hosts; for details, please see
122 <xref linkend="hostossupport" />.</para>
123
124 <para>Most of the time, this User Manual discusses all VirtualBox
125 versions together. There may be platform-specific differences which
126 we will point out where appropriate.</para>
127 </glossdef>
128 </glossentry>
129
130 <glossentry>
131 <glossterm>Guest operating system (guest OS).</glossterm>
132
133 <glossdef>
134 <para>This is the operating system that is running inside the
135 virtual machine. Theoretically, VirtualBox can run any x86 operating
136 system (DOS, Windows, OS/2, FreeBSD, OpenBSD), but to achieve
137 near-native performance of the guest code on your machine, we had to
138 go through a lot of optimizations that are specific to certain
139 operating systems. So while your favorite operating system
140 <emphasis>may</emphasis> run as a guest, we officially support and
141 optimize for a select few (which, however, include the most common
142 ones).</para>
143
144 <para>See <xref linkend="guestossupport" /> for details.</para>
145 </glossdef>
146 </glossentry>
147
148 <glossentry>
149 <glossterm>Virtual machine (VM).</glossterm>
150
151 <glossdef>
152 <para>This is the special environment that VirtualBox creates for
153 your guest operating system while it is running. In other words, you
154 run your guest operating system "in" a VM. Normally, a VM will be
155 shown as a window on your computer's desktop, but depending on which
156 of the various frontends of VirtualBox you use, it can be displayed
157 in full screen mode or remotely on another computer.</para>
158
159 <para>In a more abstract way, internally, VirtualBox thinks of a VM
160 as a set of parameters that determine its behavior. They include
161 hardware settings (how much memory the VM should have, what hard
162 disks VirtualBox should virtualize through which container files,
163 what CDs are mounted etc.) as well as state information (whether the
164 VM is currently running, saved, its snapshots etc.). These settings
165 are mirrored in the VirtualBox Manager window as well as the
166 <computeroutput>VBoxManage</computeroutput> command line program;
167 see <xref linkend="vboxmanage" />. In other words, a VM is also what
168 you can see in its settings dialog.</para>
169 </glossdef>
170 </glossentry>
171
172 <glossentry>
173 <glossterm>Guest Additions.</glossterm>
174
175 <glossdef>
176 <para>This refers to special software packages which are shipped
177 with VirtualBox but designed to be installed
178 <emphasis>inside</emphasis> a VM to improve performance of the guest
179 OS and to add extra features. This is described in detail in <xref
180 linkend="guestadditions" />.</para>
181 </glossdef>
182 </glossentry>
183 </glosslist>
184 </sect1>
185
186 <sect1 id="features-overview">
187 <title>Features overview</title>
188
189 <para>Here's a brief outline of VirtualBox's main features:</para>
190
191 <itemizedlist>
192 <listitem>
193 <para><emphasis role="bold">Portability.</emphasis> VirtualBox runs on
194 a large number of 32-bit and 64-bit host operating systems (again, see
195 <xref linkend="hostossupport" /> for details).</para>
196
197 <para>VirtualBox is a so-called "hosted" hypervisor (sometimes
198 referred to as a "type 2" hypervisor). Whereas a "bare-metal" or "type
199 1" hypervisor would run directly on the hardware, VirtualBox requires
200 an existing operating system to be installed. It can thus run
201 alongside existing applications on that host.</para>
202
203 <para>To a very large degree, VirtualBox is functionally identical on
204 all of the host platforms, and the same file and image formats are
205 used. This allows you to run virtual machines created on one host on
206 another host with a different host operating system; for example, you
207 can create a virtual machine on Windows and then run it under
208 Linux.</para>
209
210 <para>In addition, virtual machines can easily be imported and
211 exported using the Open Virtualization Format (OVF, see <xref
212 linkend="ovf" />), an industry standard created for this purpose. You
213 can even import OVFs that were created with a different virtualization
214 software.</para>
215 </listitem>
216
217 <listitem>
218 <para><emphasis role="bold">No hardware virtualization
219 required.</emphasis> For many scenarios, VirtualBox does not require
220 the processor features built into newer hardware like Intel VT-x or
221 AMD-V. As opposed to many other virtualization solutions, you can
222 therefore use VirtualBox even on older hardware where these features
223 are not present. The technical details are explained in <xref
224 linkend="hwvirt" />.</para>
225 </listitem>
226
227 <listitem>
228 <para><emphasis role="bold">Guest Additions: shared folders, seamless
229 windows, 3D virtualization.</emphasis> The VirtualBox Guest Additions
230 are software packages which can be installed
231 <emphasis>inside</emphasis> of supported guest systems to improve
232 their performance and to provide additional integration and
233 communication with the host system. After installing the Guest
234 Additions, a virtual machine will support automatic adjustment of
235 video resolutions, seamless windows, accelerated 3D graphics and more.
236 The Guest Additions are described in detail in <xref
237 linkend="guestadditions" />.</para>
238
239 <para>In particular, Guest Additions provide for "shared folders",
240 which let you access files from the host system from within a guest
241 machine. Shared folders are described in <xref
242 linkend="sharedfolders" />.</para>
243 </listitem>
244
245 <listitem>
246 <para><emphasis role="bold">Great hardware support.</emphasis> Among
247 others, VirtualBox supports:</para>
248
249 <itemizedlist>
250 <listitem>
251 <para><emphasis role="bold">Guest multiprocessing
252 (SMP).</emphasis> VirtualBox can present up to 32 virtual CPUs to
253 each virtual machine, irrespective of how many CPU cores are
254 physically present on your host.</para>
255 </listitem>
256
257 <listitem>
258 <para><emphasis role="bold">USB device support.</emphasis>
259 VirtualBox implements a virtual USB controller and allows you to
260 connect arbitrary USB devices to your virtual machines without
261 having to install device-specific drivers on the host. USB support
262 is not limited to certain device categories. For details, see
263 <xref linkend="settings-usb" />.</para>
264 </listitem>
265
266 <listitem>
267 <para><emphasis role="bold">Hardware compatibility.</emphasis>
268 VirtualBox virtualizes a vast array of virtual devices, among them
269 many devices that are typically provided by other virtualization
270 platforms. That includes IDE, SCSI and SATA hard disk controllers,
271 several virtual network cards and sound cards, virtual serial and
272 parallel ports and an Input/Output Advanced Programmable Interrupt
273 Controller (I/O APIC), which is found in many modern PC systems.
274 This eases cloning of PC images from real machines and importing
275 of third-party virtual machines into VirtualBox.</para>
276 </listitem>
277
278 <listitem>
279 <para><emphasis role="bold">Full ACPI support.</emphasis> The
280 Advanced Configuration and Power Interface (ACPI) is fully
281 supported by VirtualBox. This eases cloning of PC images from real
282 machines or third-party virtual machines into VirtualBox. With its
283 unique <emphasis role="bold">ACPI power status support,</emphasis>
284 VirtualBox can even report to ACPI-aware guest operating systems
285 the power status of the host. For mobile systems running on
286 battery, the guest can thus enable energy saving and notify the
287 user of the remaining power (e.g. in full screen modes).</para>
288 </listitem>
289
290 <listitem>
291 <para><emphasis role="bold">Multiscreen resolutions.</emphasis>
292 VirtualBox virtual machines support screen resolutions many times
293 that of a physical screen, allowing them to be spread over a large
294 number of screens attached to the host system.</para>
295 </listitem>
296
297 <listitem>
298 <para><emphasis role="bold">Built-in iSCSI support.</emphasis>
299 This unique feature allows you to connect a virtual machine
300 directly to an iSCSI storage server without going through the host
301 system. The VM accesses the iSCSI target directly without the
302 extra overhead that is required for virtualizing hard disks in
303 container files. For details, see <xref
304 linkend="storage-iscsi" />.</para>
305 </listitem>
306
307 <listitem>
308 <para><emphasis role="bold">PXE Network boot.</emphasis> The
309 integrated virtual network cards of VirtualBox fully support
310 remote booting via the Preboot Execution Environment (PXE).</para>
311 </listitem>
312 </itemizedlist>
313 </listitem>
314
315 <listitem>
316 <para><emphasis role="bold">Multigeneration branched
317 snapshots.</emphasis> VirtualBox can save arbitrary snapshots of the
318 state of the virtual machine. You can go back in time and revert the
319 virtual machine to any such snapshot and start an alternative VM
320 configuration from there, effectively creating a whole snapshot tree.
321 For details, see <xref linkend="snapshots" />. You can create and
322 delete snapshots while the virtual machine is running.</para>
323 </listitem>
324
325 <listitem>
326 <para><emphasis role="bold">VM groups.</emphasis> VirtualBox provides a
327 groups feature that enables the user to organize virtual machines
328 collectively, as well as individually. In addition to basic groups, it
329 is also possible for any VM to be in more than one group, and for
330 groups to be nested in a hierarchy -- i.e. groups of groups. In
331 general, the operations that can be performed on groups are the same as
332 those that can be applied to individual VMs i.e. Start, Pause, Reset,
333 Close (Save state, Send Shutdown, Poweroff), Discard Saved State, Show
334 in fileSystem, Sort.</para>
335 </listitem>
336
337 <listitem>
338 <para><emphasis role="bold">Clean architecture; unprecedented
339 modularity.</emphasis> VirtualBox has an extremely modular design with
340 well-defined internal programming interfaces and a clean separation of
341 client and server code. This makes it easy to control it from several
342 interfaces at once: for example, you can start a VM simply by clicking
343 on a button in the VirtualBox graphical user interface and then
344 control that machine from the command line, or even remotely. See
345 <xref linkend="frontends" /> for details.</para>
346
347 <para>Due to its modular architecture, VirtualBox can also expose its
348 full functionality and configurability through a comprehensive
349 <emphasis role="bold">software development kit (SDK),</emphasis> which
350 allows for integrating every aspect of VirtualBox with other software
351 systems. Please see <xref linkend="VirtualBoxAPI" /> for
352 details.</para>
353 </listitem>
354
355 <listitem>
356 <para><emphasis role="bold">Remote machine display.</emphasis> The
357 VirtualBox Remote Desktop Extension (VRDE) allows for high-performance
358 remote access to any running virtual machine. This extension supports
359 the Remote Desktop Protocol (RDP) originally built into Microsoft
360 Windows, with special additions for full client USB support.</para>
361
362 <para>The VRDE does not rely on the RDP server that is built into
363 Microsoft Windows; instead, it is plugged directly into the
364 virtualization layer. As a result, it works with guest operating
365 systems other than Windows (even in text mode) and does not require
366 application support in the virtual machine either. The VRDE is
367 described in detail in <xref linkend="vrde" />.</para>
368
369 <para>On top of this special capacity, VirtualBox offers you more
370 unique features:<itemizedlist>
371 <listitem>
372 <para><emphasis role="bold">Extensible RDP
373 authentication.</emphasis> VirtualBox already supports Winlogon
374 on Windows and PAM on Linux for RDP authentication. In addition,
375 it includes an easy-to-use SDK which allows you to create
376 arbitrary interfaces for other methods of authentication; see
377 <xref linkend="vbox-auth" /> for details.</para>
378 </listitem>
379
380 <listitem>
381 <para><emphasis role="bold">USB over RDP.</emphasis> Via RDP
382 virtual channel support, VirtualBox also allows you to connect
383 arbitrary USB devices locally to a virtual machine which is
384 running remotely on a VirtualBox RDP server; see <xref
385 linkend="usb-over-rdp" /> for details.</para>
386 </listitem>
387 </itemizedlist></para>
388 </listitem>
389 </itemizedlist>
390 </sect1>
391
392 <sect1 id="hostossupport">
393 <title>Supported host operating systems</title>
394
395 <para>Currently, VirtualBox runs on the following host operating
396 systems:</para>
397
398 <itemizedlist>
399 <listitem>
400 <para><emphasis role="bold">Windows</emphasis> hosts:<itemizedlist>
401 <listitem>
402 <para>Windows Vista SP1 and later (32-bit and 64-bit<footnote>
403 <para>Support for 64-bit Windows was added with VirtualBox
404 1.5.</para>
405 </footnote>).</para>
406 </listitem>
407
408 <listitem>
409 <para>Windows Server 2008 (64-bit)</para>
410 </listitem>
411
412 <listitem>
413 <para>Windows Server 2008 R2 (64-bit)</para>
414 </listitem>
415
416 <listitem>
417 <para>Windows 7 (32-bit and 64-bit)</para>
418 </listitem>
419
420 <listitem>
421 <para>Windows 8 (32-bit and 64-bit)</para>
422 </listitem>
423
424 <listitem>
425 <para>Windows 8.1 (32-bit and 64-bit)</para>
426 </listitem>
427
428 <listitem>
429 <para>Windows Server 2012 (64-bit)</para>
430 </listitem>
431
432 <listitem>
433 <para>Windows Server 2012 R2 (64-bit)</para>
434 </listitem>
435
436 </itemizedlist></para>
437 </listitem>
438
439 <listitem>
440 <para><emphasis role="bold">Mac OS X</emphasis> hosts:<footnote>
441 <para>Preliminary Mac OS X support (beta stage) was added with
442 VirtualBox 1.4, full support with 1.6. Mac OS X 10.4 (Tiger)
443 support was removed with VirtualBox 3.1. Mac OS X 10.7 (Lion)
444 and earlier was removed with VirtualBox 4.4</para>
445 </footnote></para>
446
447 <itemizedlist>
448 <listitem>
449 <para>10.8 (Mountain Lion)</para>
450 </listitem>
451
452 <listitem>
453 <para>10.9 (Mavericks)</para>
454 </listitem>
455
456 <listitem>
457 <para>10.10 (Yosemite)</para>
458 </listitem>
459 </itemizedlist>
460
461 <para>Intel hardware is required; please see <xref
462 linkend="KnownIssues" /> also.</para>
463 </listitem>
464
465 <listitem>
466 <para><emphasis role="bold">Linux</emphasis> hosts (32-bit and
467 64-bit<footnote>
468 <para>Support for 64-bit Linux was added with VirtualBox
469 1.4.</para>
470 </footnote>). Among others, this includes:<itemizedlist>
471 <listitem>
472 <para>Ubuntu 10.04 to 14.10</para>
473 </listitem>
474
475 <listitem>
476 <para>Debian GNU/Linux 6.0 ("squeeze") and 7.0 ("wheezy")</para>
477 </listitem>
478
479 <listitem>
480 <para>Oracle Enterprise Linux 5, Oracle Linux 6</para>
481 </listitem>
482
483 <listitem>
484 <para>Redhat Enterprise Linux 5 and 6</para>
485 </listitem>
486
487 <listitem>
488 <para>Fedora Core 6 to 20</para>
489 </listitem>
490
491 <listitem>
492 <para>Gentoo Linux</para>
493 </listitem>
494
495 <listitem>
496 <para>openSUSE 11.0, 11.1, 11.2, 11.3, 11.4, 12.1, 12.2, 13.1</para>
497 </listitem>
498
499 <listitem>
500 <para>Mandriva 2011</para>
501 </listitem>
502 </itemizedlist></para>
503
504 <para>It should be possible to use VirtualBox on most systems based on
505 Linux kernel 2.6 or 3.x using either the VirtualBox installer or by doing a
506 manual installation; see <xref linkend="install-linux-host" />. However,
507 the formally tested and supported Linux distributions are those for
508 which we offer a dedicated package.</para>
509
510 <para>Note that starting with VirtualBox 2.1, Linux 2.4-based host
511 operating systems are no longer supported.</para>
512 </listitem>
513
514 <listitem>
515 <para><emphasis role="bold">Solaris</emphasis> hosts (64-bit only) are
516 supported with the restrictions listed in <xref
517 linkend="KnownIssues" />:<itemizedlist>
518 <listitem>
519 <para>Solaris 11</para>
520 </listitem>
521
522 <listitem>
523 <para>Solaris 10 (U10 and higher)</para>
524 </listitem>
525 </itemizedlist></para>
526 </listitem>
527 </itemizedlist>
528 <para>Note that the above list is informal. Oracle support for customers
529 who have a support contract is limited to a subset of the listed host
530 operating systems. Also, any feature which is marked as <emphasis
531 role="bold">experimental</emphasis> is not supported. Feedback and
532 suggestions about such features are welcome.</para>
533 </sect1>
534
535 <sect1 id="intro-installing">
536 <title>Installing VirtualBox and extension packs</title>
537
538 <para>VirtualBox comes in many different packages, and installation
539 depends on your host operating system. If you have installed software
540 before, installation should be straightforward: on each host platform,
541 VirtualBox uses the installation method that is most common and easy to
542 use. If you run into trouble or have special requirements, please refer to
543 <xref linkend="installation" /> for details about the various installation
544 methods.</para>
545
546 <para>Starting with version 4.0, VirtualBox is split into several
547 components.<orderedlist>
548 <listitem>
549 <para>The base package consists of all open-source components and is
550 licensed under the GNU General Public License V2.</para>
551 </listitem>
552
553 <listitem>
554 <para>Additional extension packs can be downloaded which extend the
555 functionality of the VirtualBox base package. Currently, Oracle
556 provides the one extension pack, which can be found at <ulink
557 url="http://www.virtualbox.org">http://www.virtualbox.org</ulink>
558 and provides the following added functionality:<orderedlist>
559 <listitem>
560 <para>The virtual USB 2.0 (EHCI) device; see <xref
561 linkend="settings-usb" />.</para>
562 </listitem>
563
564 <listitem>
565 <para>The virtual USB 3.0 (xHCI) device; see <xref
566 linkend="settings-usb" />.</para>
567 </listitem>
568
569 <listitem>
570 <para>VirtualBox Remote Desktop Protocol (VRDP) support; see
571 <xref linkend="vrde" />.</para>
572 </listitem>
573
574 <listitem>
575 <para>Host webcam passthrough; see chapter <xref
576 linkend="webcam-passthrough" />.</para>
577 </listitem>
578
579 <listitem>
580 <para>Intel PXE boot ROM.</para>
581 </listitem>
582
583 <listitem>
584 <para>Experimental support for PCI passthrough on Linux hosts;
585 see <xref linkend="pcipassthrough" />.</para>
586 </listitem>
587 </orderedlist></para>
588
589 <para>VirtualBox extension packages have a
590 <computeroutput>.vbox-extpack</computeroutput> file name extension.
591 To install an extension, simply double-click on the package file
592 and a Network Operations Manager window will appear, guiding you
593 through the required steps.</para>
594
595 <para>To view the extension packs that are currently installed,
596 please start the VirtualBox Manager (see the next section). From the
597 "File" menu, please select "Preferences". In the window that shows
598 up, go to the "Extensions" category which shows you the extensions
599 which are currently installed and allows you to remove a package or
600 add a new one.</para>
601
602 <para>Alternatively you can use VBoxManage on the command line: see
603 <xref linkend="vboxmanage-extpack" /> for details.</para>
604 </listitem>
605 </orderedlist></para>
606 </sect1>
607
608 <sect1>
609 <title>Starting VirtualBox</title>
610
611 <para>After installation, you can start VirtualBox as
612 follows:<itemizedlist>
613 <listitem>
614 <para>On a Windows host, in the standard "Programs" menu, click on
615 the item in the "VirtualBox" group. On Vista or Windows 7, you can
616 also type "VirtualBox" in the search box of the "Start" menu.</para>
617 </listitem>
618
619 <listitem>
620 <para>On a Mac OS X host, in the Finder, double-click on the
621 "VirtualBox" item in the "Applications" folder. (You may want to
622 drag this item onto your Dock.)</para>
623 </listitem>
624
625 <listitem>
626 <para>On a Linux or Solaris host, depending on your desktop
627 environment, a "VirtualBox" item may have been placed in either the
628 "System" or "System Tools" group of your "Applications" menu.
629 Alternatively, you can type
630 <computeroutput>VirtualBox</computeroutput> in a terminal.</para>
631 </listitem>
632 </itemizedlist></para>
633
634 <para>When you start VirtualBox for the first time, a window like the
635 following should come up:</para>
636
637 <para><mediaobject>
638 <imageobject>
639 <imagedata align="center" fileref="images/virtualbox-main-empty.png"
640 width="10cm" />
641 </imageobject>
642 </mediaobject>This window is called the <emphasis
643 role="bold">"VirtualBox Manager".</emphasis> On the left, you can see a
644 pane that will later list all your virtual machines. Since you have not
645 created any, the list is empty. A row of buttons above it allows you to
646 create new VMs and work on existing VMs, once you have some. The pane on
647 the right displays the properties of the virtual machine currently
648 selected, if any. Again, since you don't have any machines yet, the pane
649 displays a welcome message.</para>
650
651 <para>To give you an idea what VirtualBox might look like later, after you
652 have created many machines, here's another example:</para>
653
654 <para><mediaobject>
655 <imageobject>
656 <imagedata align="center" fileref="images/virtualbox-main.png"
657 width="10cm" />
658 </imageobject>
659 </mediaobject></para>
660 </sect1>
661
662 <sect1 id="gui-createvm">
663 <title>Creating your first virtual machine</title>
664
665 <para>Click on the "New" button at the top of the VirtualBox Manager
666 window. A wizard will pop up to guide you through setting up a new virtual
667 machine (VM):</para>
668
669 <para><mediaobject>
670 <imageobject>
671 <imagedata align="center" fileref="images/create-vm-1.png"
672 width="10cm" />
673 </imageobject>
674 </mediaobject>On the following pages, the wizard will ask you for the
675 bare minimum of information that is needed to create a VM, in
676 particular:<orderedlist>
677 <listitem>
678 <para>The <emphasis role="bold">VM name</emphasis> will later be
679 shown in the VM list of the VirtualBox Manager window, and it will
680 be used for the VM's files on disk. Even though any name could be
681 used, keep in mind that once you have created a few VMs, you will
682 appreciate if you have given your VMs rather informative names; "My
683 VM" would thus be less useful than "Windows XP SP2 with
684 OpenOffice".</para>
685 </listitem>
686
687 <listitem>
688 <para>For <emphasis role="bold">"Operating System Type",</emphasis>
689 select the operating system that you want to install later. The
690 supported operating systems are grouped; if you want to install
691 something very unusual that is not listed, select "Other". Depending
692 on your selection, VirtualBox will enable or disable certain VM
693 settings that your guest operating system may require. This is
694 particularly important for 64-bit guests (see <xref
695 linkend="intro-64bitguests" />). It is therefore recommended to
696 always set it to the correct value.</para>
697 </listitem>
698
699 <listitem>
700 <para>On the next page, select the <emphasis role="bold">memory
701 (RAM)</emphasis> that VirtualBox should allocate every time the
702 virtual machine is started. The amount of memory given here will be
703 taken away from your host machine and presented to the guest
704 operating system, which will report this size as the (virtual)
705 computer's installed RAM.</para>
706
707 <para><note>
708 <para>Choose this setting carefully! The memory you give to the
709 VM will not be available to your host OS while the VM is
710 running, so do not specify more than you can spare. For example,
711 if your host machine has 1 GB of RAM and you enter 512 MB as the
712 amount of RAM for a particular virtual machine, while that VM is
713 running, you will only have 512 MB left for all the other
714 software on your host. If you run two VMs at the same time, even
715 more memory will be allocated for the second VM (which may not
716 even be able to start if that memory is not available). On the
717 other hand, you should specify as much as your guest OS (and
718 your applications) will require to run properly.</para>
719 </note></para>
720
721 <para>A Windows XP guest will require at least a few hundred MB RAM
722 to run properly, and Windows Vista will even refuse to install with
723 less than 512 MB. Of course, if you want to run graphics-intensive
724 applications in your VM, you may require even more RAM.</para>
725
726 <para>So, as a rule of thumb, if you have 1 GB of RAM or more in
727 your host computer, it is usually safe to allocate 512 MB to each
728 VM. But, in any case, make sure you always have at least 256 to 512
729 MB of RAM left on your host operating system. Otherwise you may
730 cause your host OS to excessively swap out memory to your hard disk,
731 effectively bringing your host system to a standstill.</para>
732
733 <para>As with the other settings, you can change this setting later,
734 after you have created the VM.</para>
735 </listitem>
736
737 <listitem>
738 <para>Next, you must specify a <emphasis role="bold">virtual hard
739 disk</emphasis> for your VM.</para>
740
741 <para>There are many and potentially complicated ways in which
742 VirtualBox can provide hard disk space to a VM (see <xref
743 linkend="storage" /> for details), but the most common way is to use
744 a large image file on your "real" hard disk, whose contents
745 VirtualBox presents to your VM as if it were a complete hard disk.
746 This file represents an entire hard disk then, so you can even copy
747 it to another host and use it with another VirtualBox
748 installation.</para>
749
750 <para>The wizard shows you the following window:</para>
751
752 <para><mediaobject>
753 <imageobject>
754 <imagedata align="center" fileref="images/create-vm-2.png"
755 width="10cm" />
756 </imageobject>
757 </mediaobject></para>
758
759 <para>Here you have the following options:</para>
760
761 <para><itemizedlist>
762 <listitem>
763 <para>To create a new, empty virtual hard disk, press the
764 <emphasis role="bold">"New"</emphasis> button.</para>
765 </listitem>
766
767 <listitem>
768 <para>You can pick an <emphasis
769 role="bold">existing</emphasis> disk image file.</para>
770
771 <para>The <emphasis role="bold">drop-down list</emphasis>
772 presented in the window contains all disk images which are
773 currently remembered by VirtualBox, probably because they are
774 currently attached to a virtual machine (or have been in the
775 past).</para>
776
777 <para>Alternatively, you can click on the small <emphasis
778 role="bold">folder button</emphasis> next to the drop-down
779 list to bring up a standard file dialog, which allows you to
780 pick any disk image file on your host disk.</para>
781 </listitem>
782 </itemizedlist>Most probably, if you are using VirtualBox for the
783 first time, you will want to create a new disk image. Hence, press
784 the "New" button.</para>
785
786 <para>This brings up another window, the <emphasis
787 role="bold">"Create New Virtual Disk Wizard",</emphasis> which helps
788 you create a new disk image file in the new virtual machine's
789 folder.</para>
790
791 <para>VirtualBox supports two types of image files:<itemizedlist>
792 <listitem>
793 <para>A <emphasis role="bold">dynamically allocated
794 file</emphasis> will only grow in size when the guest actually
795 stores data on its virtual hard disk. It will therefore
796 initially be small on the host hard drive and only later grow
797 to the size specified as it is filled with data.</para>
798 </listitem>
799
800 <listitem>
801 <para>A <emphasis role="bold">fixed-size file</emphasis> will
802 immediately occupy the file specified, even if only a fraction
803 of the virtual hard disk space is actually in use. While
804 occupying much more space, a fixed-size file incurs less
805 overhead and is therefore slightly faster than a dynamically
806 allocated file.</para>
807 </listitem>
808 </itemizedlist></para>
809
810 <para>For details about the differences, please refer to <xref
811 linkend="vdidetails" />.</para>
812
813 <para>To prevent your physical hard disk from running full,
814 VirtualBox limits the size of the image file. Still, it needs to be
815 large enough to hold the contents of your operating system and the
816 applications you want to install -- for a modern Windows or Linux
817 guest, you will probably need several gigabytes for any serious
818 use:</para>
819
820 <mediaobject>
821 <imageobject>
822 <imagedata align="center" fileref="images/create-vdi-1.png"
823 width="10cm" />
824 </imageobject>
825 </mediaobject>
826
827 <para>After having selected or created your image file, again press
828 <emphasis role="bold">"Next"</emphasis> to go to the next
829 page.</para>
830 </listitem>
831
832 <listitem>
833 <para>After clicking on <emphasis role="bold">"Finish"</emphasis>,
834 your new virtual machine will be created. You will then see it in
835 the list on the left side of the Manager window, with the name you
836 entered initially.</para>
837 </listitem>
838 </orderedlist></para>
839
840 <note><para>After becoming familiar with the use of wizards, consider using
841 the Expert Mode available in some wizards. Where available, this is
842 selectable using a button, and speeds up user processes using
843 wizards.</para></note>
844 </sect1>
845
846 <sect1>
847 <title>Running your virtual machine</title>
848
849 <para>To start a virtual machine, you have several options:<itemizedlist>
850 <listitem>
851 <para>Double-click on its entry in the list within the Manager
852 window or</para>
853 </listitem>
854
855 <listitem>
856 <para>select its entry in the list in the Manager window it and
857 press the "Start" button at the top or</para>
858 </listitem>
859
860 <listitem>
861 <para>for virtual machines created with VirtualBox 4.0 or later,
862 navigate to the "VirtualBox VMs" folder in your system user's home
863 directory, find the subdirectory of the machine you want to start
864 and double-click on the machine settings file (with a
865 <computeroutput>.vbox</computeroutput> file extension).</para>
866 </listitem>
867 </itemizedlist></para>
868
869 <para>This opens up a new window, and the virtual machine which you
870 selected will boot up. Everything which would normally be seen on the
871 virtual system's monitor is shown in the window, as can be seen with the
872 image in <xref linkend="virtintro" />.</para>
873
874 <para>In general, you can use the virtual machine much like you would use
875 a real computer. There are couple of points worth mentioning
876 however.</para>
877
878 <sect2>
879 <title>Starting a new VM for the first time</title>
880
881 <para>When a VM gets started for the first time, another wizard -- the
882 <emphasis role="bold">"First Start Wizard"</emphasis> -- will pop up to
883 help you select an <emphasis role="bold">installation medium</emphasis>.
884 Since the VM is created empty, it would otherwise behave just like a
885 real computer with no operating system installed: it will do nothing and
886 display an error message that no bootable operating system was
887 found.</para>
888
889 <para>For this reason, the wizard helps you select a medium to install
890 an operating system from.</para>
891
892 <itemizedlist>
893 <listitem>
894 <para>If you have physical CD or DVD media from which you want to
895 install your guest operating system (e.g. in the case of a Windows
896 installation CD or DVD), put the media into your host's CD or DVD
897 drive.</para>
898
899 <para>Then, in the wizard's drop-down list of installation media,
900 select <emphasis role="bold">"Host drive"</emphasis> with the
901 correct drive letter (or, in the case of a Linux host, device file).
902 This will allow your VM to access the media in your host drive, and
903 you can proceed to install from there.</para>
904 </listitem>
905
906 <listitem>
907 <para>If you have downloaded installation media from the Internet in
908 the form of an ISO image file (most probably in the case of a Linux
909 distribution), you would normally burn this file to an empty CD or
910 DVD and proceed as just described. With VirtualBox however, you can
911 skip this step and mount the ISO file directly. VirtualBox will then
912 present this file as a CD or DVD-ROM drive to the virtual machine,
913 much like it does with virtual hard disk images.</para>
914
915 <para>For this case, the wizard's drop-down list contains a list of
916 installation media that were previously used with VirtualBox.</para>
917
918 <para>If your medium is not in the list (especially if you are using
919 VirtualBox for the first time), select the small folder icon next to
920 the drop-down list to bring up a standard file dialog, with which
921 you can pick the image file on your host disks.</para>
922 </listitem>
923 </itemizedlist>
924
925 <para>In both cases, after making the choices in the wizard, you will be
926 able to install your operating system.</para>
927 </sect2>
928
929 <sect2 id="keyb_mouse_normal">
930 <title>Capturing and releasing keyboard and mouse</title>
931
932 <para>As of version 3.2, VirtualBox provides a virtual USB tablet device
933 to new virtual machines through which mouse events are communicated to
934 the guest operating system. As a result, if you are running a modern
935 guest operating system that can handle such devices, mouse support may
936 work out of the box without the mouse being "captured" as described
937 below; see <xref linkend="settings-motherboard" /> for more
938 information.</para>
939
940 <para>Otherwise, if the virtual machine only sees standard PS/2 mouse
941 and keyboard devices, since the operating system in the virtual machine
942 does not "know" that it is not running on a real computer, it expects to
943 have exclusive control over your keyboard and mouse. This is, however,
944 not the case since, unless you are running the VM in full screen mode,
945 your VM needs to share keyboard and mouse with other applications and
946 possibly other VMs on your host.</para>
947
948 <para>As a result, initially after installing a guest operating system
949 and before you install the Guest Additions (we will explain this in a
950 minute), only one of the two -- your VM or the rest of your computer --
951 can "own" the keyboard and the mouse. You will see a
952 <emphasis>second</emphasis> mouse pointer which will always be confined
953 to the limits of the VM window. Basically, you activate the VM by
954 clicking inside it.</para>
955
956 <para>To return ownership of keyboard and mouse to your host operating
957 system, VirtualBox reserves a special key on your keyboard for itself:
958 the <emphasis role="bold">"host key".</emphasis> By default, this is the
959 <emphasis>right Control key</emphasis> on your keyboard; on a Mac host,
960 the default host key is the left Command key. You can change this
961 default in the VirtualBox Global Settings, see <xref
962 linkend="globalsettings" />. In any case, the current
963 setting for the host key is always displayed <emphasis>at the bottom
964 right of your VM window,</emphasis> should you have forgotten about
965 it:</para>
966
967 <para><mediaobject>
968 <imageobject>
969 <imagedata align="center" fileref="images/vm-hostkey.png"
970 width="7cm" />
971 </imageobject>
972 </mediaobject>In detail, all this translates into the
973 following:</para>
974
975 <para><itemizedlist>
976 <listitem>
977 <para>Your <emphasis role="bold">keyboard</emphasis> is owned by
978 the VM if the VM window on your host desktop has the keyboard
979 focus (and then, if you have many windows open in your guest
980 operating system as well, the window that has the focus in your
981 VM). This means that if you want to type within your VM, click on
982 the title bar of your VM window first.</para>
983
984 <para>To release keyboard ownership, press the Host key (as
985 explained above, typically the right Control key).</para>
986
987 <para>Note that while the VM owns the keyboard, some key sequences
988 (like Alt-Tab for example) will no longer be seen by the host, but
989 will go to the guest instead. After you press the host key to
990 re-enable the host keyboard, all key presses will go through the
991 host again, so that sequences like Alt-Tab will no longer reach
992 the guest. For technical reasons it may not be possible for the
993 VM to get all keyboard input even when it does own the keyboard.
994 Examples of this are the Ctrl-Alt-Del sequence on Windows hosts
995 or single keys grabbed by other applications on X11 hosts like
996 the GNOME desktop's "Control key highlights mouse pointer"
997 functionality.</para>
998 </listitem>
999
1000 <listitem>
1001 <para>Your <emphasis role="bold">mouse</emphasis> is owned by the
1002 VM only after you have clicked in the VM window. The host mouse
1003 pointer will disappear, and your mouse will drive the guest's
1004 pointer instead of your normal mouse pointer.</para>
1005
1006 <para>Note that mouse ownership is independent of that of the
1007 keyboard: even after you have clicked on a titlebar to be able to
1008 type into the VM window, your mouse is not necessarily owned by
1009 the VM yet.</para>
1010
1011 <para>To release ownership of your mouse by the VM, also press the
1012 Host key.</para>
1013 </listitem>
1014 </itemizedlist></para>
1015
1016 <para>As this behavior can be inconvenient, VirtualBox provides a set of
1017 tools and device drivers for guest systems called the "VirtualBox Guest
1018 Additions" which make VM keyboard and mouse operation a lot more
1019 seamless. Most importantly, the Additions will get rid of the second
1020 "guest" mouse pointer and make your host mouse pointer work directly in
1021 the guest.</para>
1022
1023 <para>This will be described later in <xref
1024 linkend="guestadditions" />.</para>
1025 </sect2>
1026
1027 <sect2 id="specialcharacters">
1028 <title>Typing special characters</title>
1029
1030 <para>Operating systems expect certain key combinations to initiate
1031 certain procedures. Some of these key combinations may be difficult to
1032 enter into a virtual machine, as there are three candidates as to who
1033 receives keyboard input: the host operating system, VirtualBox, or the
1034 guest operating system. Who of these three receives keypresses depends
1035 on a number of factors, including the key itself.</para>
1036
1037 <itemizedlist>
1038 <listitem>
1039 <para>Host operating systems reserve certain key combinations for
1040 themselves. For example, it is impossible to enter the <emphasis
1041 role="bold">Ctrl+Alt+Delete</emphasis> combination if you want to
1042 reboot the guest operating system in your virtual machine, because
1043 this key combination is usually hard-wired into the host OS (both
1044 Windows and Linux intercept this), and pressing this key combination
1045 will therefore reboot your <emphasis>host</emphasis>.</para>
1046
1047 <para>Also, on Linux and Solaris hosts, which use the X Window
1048 System, the key combination <emphasis
1049 role="bold">Ctrl+Alt+Backspace</emphasis> normally resets the X
1050 server (to restart the entire graphical user interface in case it
1051 got stuck). As the X server intercepts this combination, pressing it
1052 will usually restart your <emphasis>host</emphasis> graphical user
1053 interface (and kill all running programs, including VirtualBox, in
1054 the process).</para>
1055
1056 <para>Third, on Linux hosts supporting virtual terminals, the key
1057 combination <emphasis role="bold">Ctrl+Alt+Fx</emphasis> (where Fx
1058 is one of the function keys from F1 to F12) normally allows to
1059 switch between virtual terminals. As with Ctrl+Alt+Delete, these
1060 combinations are intercepted by the host operating system and
1061 therefore always switch terminals on the
1062 <emphasis>host</emphasis>.</para>
1063
1064 <para>If, instead, you want to send these key combinations to the
1065 <emphasis>guest</emphasis> operating system in the virtual machine,
1066 you will need to use one of the following methods:</para>
1067
1068 <itemizedlist>
1069 <listitem>
1070 <para>Use the items in the "Machine" menu of the virtual machine
1071 window. There you will find "Insert Ctrl+Alt+Delete" and
1072 "Ctrl+Alt+Backspace"; the latter will only have an effect with
1073 Linux or Solaris guests, however.</para>
1074 </listitem>
1075
1076 <listitem>
1077 <para>Press special key combinations with the Host key (normally
1078 the right Control key), which VirtualBox will then translate for
1079 the virtual machine:<itemizedlist>
1080 <listitem>
1081 <para><emphasis role="bold">Host key + Del</emphasis> to
1082 send Ctrl+Alt+Del (to reboot the guest);</para>
1083 </listitem>
1084
1085 <listitem>
1086 <para><emphasis role="bold">Host key +
1087 Backspace</emphasis> to send Ctrl+Alt+Backspace (to
1088 restart the graphical user interface of a Linux or Solaris
1089 guest);</para>
1090 </listitem>
1091
1092 <listitem>
1093 <para><emphasis role="bold">Host key + F1</emphasis> (or
1094 other function keys) to simulate Ctrl+Alt+F1 (or other
1095 function keys, i.e. to switch between virtual terminals in
1096 a Linux guest).</para>
1097 </listitem>
1098 </itemizedlist></para>
1099 </listitem>
1100 </itemizedlist>
1101 </listitem>
1102
1103 <listitem>
1104 <para>For some other keyboard combinations such as <emphasis
1105 role="bold">Alt-Tab</emphasis> (to switch between open windows),
1106 VirtualBox allows you to configure whether these combinations will
1107 affect the host or the guest, if a virtual machine currently has the
1108 focus. This is a global setting for all virtual machines and can be
1109 found under "File" -&gt; "Preferences" -&gt; "Input" -&gt;
1110 "Auto-capture keyboard".</para>
1111 </listitem>
1112 </itemizedlist>
1113 </sect2>
1114
1115 <sect2>
1116 <title>Changing removable media</title>
1117
1118 <para>While a virtual machine is running, you can change removable media
1119 in the "Devices" menu of the VM's window. Here you can select in detail
1120 what VirtualBox presents to your VM as a CD, DVD, or floppy.</para>
1121
1122 <para>The settings are the same as would be available for the VM in the
1123 "Settings" dialog of the VirtualBox main window, but since that dialog
1124 is disabled while the VM is in the "running" or "saved" state, this
1125 extra menu saves you from having to shut down and restart the VM every
1126 time you want to change media.</para>
1127
1128 <para>Hence, in the "Devices" menu, VirtualBox allows you to attach the
1129 host drive to the guest or select a floppy or DVD image using the Disk
1130 Image Manager, all as described in <xref
1131 linkend="configbasics" />.</para>
1132 </sect2>
1133
1134 <sect2 id="intro-resize-window">
1135 <title>Resizing the machine's window</title>
1136
1137 <para>You can resize the virtual machine's window when it is running. In
1138 that case, one of three things will happen:<orderedlist>
1139 <listitem>
1140 <para>If you have <emphasis role="bold">"scale mode"</emphasis>
1141 enabled, then the virtual machine's screen will be scaled to the
1142 size of the window. This can be useful if you have many machines
1143 running and want to have a look at one of them while it is running
1144 in the background. Alternatively, it might be useful to enlarge a
1145 window if the VM's output screen is very small, for example
1146 because you are running an old operating system in it.</para>
1147
1148 <para>To enable scale mode, press the <emphasis role="bold">host
1149 key + C</emphasis>, or select "Scale mode" from the "Machine" menu
1150 in the VM window. To leave scale mode, press the host key + C
1151 again.</para>
1152
1153 <para>The aspect ratio of the guest screen is preserved when
1154 resizing the window. To ignore the aspect ratio, press Shift
1155 during the resize operation.</para>
1156
1157 <para>Please see <xref linkend="KnownIssues" /> for additional
1158 remarks.</para>
1159 </listitem>
1160
1161 <listitem>
1162 <para>If you have the Guest Additions installed and they support
1163 automatic <emphasis role="bold">resizing</emphasis>, the Guest
1164 Additions will automatically adjust the screen resolution of the
1165 guest operating system. For example, if you are running a Windows
1166 guest with a resolution of 1024x768 pixels and you then resize the
1167 VM window to make it 100 pixels wider, the Guest Additions will
1168 change the Windows display resolution to 1124x768.</para>
1169
1170 <para>Please see <xref linkend="guestadditions" /> for more
1171 information about the Guest Additions.</para>
1172 </listitem>
1173
1174 <listitem>
1175 <para>Otherwise, if the window is bigger than the VM's screen, the
1176 screen will be centered. If it is smaller, then scroll bars will
1177 be added to the machine window.</para>
1178 </listitem>
1179 </orderedlist></para>
1180 </sect2>
1181
1182 <sect2>
1183 <title>Saving the state of the machine</title>
1184
1185 <para>When you click on the "Close" button of your virtual machine
1186 window (at the top right of the window, just like you would close any
1187 other window on your system), VirtualBox asks you whether you want to
1188 "save" or "power off" the VM. (As a shortcut, you can also press the
1189 Host key together with "Q".)</para>
1190
1191 <para><mediaobject>
1192 <imageobject>
1193 <imagedata align="center" fileref="images/vm-close.png"
1194 width="11cm" />
1195 </imageobject>
1196 </mediaobject>The difference between these three options is crucial.
1197 They mean:</para>
1198
1199 <itemizedlist>
1200 <listitem>
1201 <para><emphasis role="bold">Save the machine state:</emphasis> With
1202 this option, VirtualBox "freezes" the virtual machine by completely
1203 saving its state to your local disk.</para>
1204
1205 <para>When you start the VM again later, you will find that the VM
1206 continues exactly where it was left off. All your programs will
1207 still be open, and your computer resumes operation. Saving the state
1208 of a virtual machine is thus in some ways similar to suspending a
1209 laptop computer (e.g. by closing its lid).</para>
1210 </listitem>
1211
1212 <listitem>
1213 <para><emphasis role="bold">Send the shutdown signal.</emphasis>
1214 This will send an ACPI shutdown signal to the virtual machine, which
1215 has the same effect as if you had pressed the power button on a real
1216 computer. So long as the VM is running a fairly modern operating
1217 system, this should trigger a proper shutdown mechanism from within
1218 the VM.</para>
1219 </listitem>
1220
1221 <listitem>
1222 <para><emphasis role="bold">Power off the machine:</emphasis> With
1223 this option, VirtualBox also stops running the virtual machine, but
1224 <emphasis>without</emphasis> saving its state.<warning>
1225 <para>This is equivalent to pulling the power plug on a real
1226 computer without shutting it down properly. If you start the
1227 machine again after powering it off, your operating system will
1228 have to reboot completely and may begin a lengthy check of its
1229 (virtual) system disks. As a result, this should not normally be
1230 done, since it can potentially cause data loss or an
1231 inconsistent state of the guest system on disk.</para>
1232 </warning></para>
1233
1234 <para>As an exception, if your virtual machine has any snapshots
1235 (see the next chapter), you can use this option to quickly <emphasis
1236 role="bold">restore the current snapshot</emphasis> of the virtual
1237 machine. In that case, powering off the machine will not disrupt its
1238 state, but any changes made since that snapshot was taken will be
1239 lost.</para>
1240 </listitem>
1241 </itemizedlist>
1242
1243 <para>The <emphasis role="bold">"Discard"</emphasis> button in the
1244 VirtualBox Manager window discards a virtual machine's saved state. This
1245 has the same effect as powering it off, and the same warnings
1246 apply.</para>
1247 </sect2>
1248 </sect1>
1249
1250 <sect1 id="gui-vmgroups">
1251 <title>Using VM groups</title>
1252
1253 <para>VM groups enable the user to create ad hoc groups of VMs, and to
1254 manage and perform functions on them collectively, as well as individually.
1255 There are a number of features relating to groups:</para>
1256
1257 <orderedlist>
1258 <listitem>
1259 <para>
1260 Create a group using GUI option 1) Drag one VM on top of another
1261 VM.
1262 </para>
1263 <para>
1264 Create a group using GUI option 2) Select multiple VMs and select
1265 "Group" on the right click menu, as follows:
1266 </para>
1267
1268 <para><mediaobject>
1269 <imageobject>
1270 <imagedata align="center" fileref="images/vm-groups.png"
1271 width="10cm" />
1272 </imageobject>
1273 </mediaobject></para>
1274
1275 </listitem>
1276 <listitem>
1277 <para>
1278 Command line option 1) Create group and assign VM:
1279 <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup"</screen>
1280 </para>
1281 <para>
1282 Command line option 2) Detach VM from group, and delete group if
1283 empty: <screen>VBoxManage modifyvm "Fred" --groups ""</screen>
1284 </para>
1285 </listitem>
1286 <listitem>
1287 <para>
1288 Multiple groups e.g.:
1289 <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup,/TestGroup2"</screen>
1290 </para>
1291 </listitem>
1292 <listitem>
1293 <para>
1294 Nested groups -- hierarchy of groups e.g.:
1295 <screen>VBoxManage modifyvm "Fred" --groups "/TestGroup/TestGroup2"</screen>
1296 </para>
1297 </listitem>
1298 <listitem>
1299 <para>
1300 Summary of group commands: Start, Pause, Reset, Close (save state,
1301 send shutdown signal, poweroff), Discard Saved State, Show in File
1302 System, Sort.
1303 </para>
1304 </listitem>
1305 </orderedlist>
1306 </sect1>
1307
1308 <sect1 id="snapshots">
1309 <title>Snapshots</title>
1310
1311 <para>With snapshots, you can save a particular state of a virtual machine
1312 for later use. At any later time, you can revert to that state, even
1313 though you may have changed the VM considerably since then. A snapshot of
1314 a virtual machine is thus similar to a machine in "saved" state, as
1315 described above, but there can be many of them, and these saved states are
1316 preserved.</para>
1317
1318 <para>You can see the snapshots of a virtual machine by first selecting a
1319 machine in the VirtualBox Manager and then clicking on the "Snapshots"
1320 button at the top right. Until you take a snapshot of the machine, the
1321 list of snapshots will be empty except for the "Current state" item, which
1322 represents the "Now" point in the lifetime of the virtual machine.</para>
1323
1324 <sect2>
1325 <title>Taking, restoring and deleting snapshots</title>
1326
1327 <para>There are three operations related to snapshots:<orderedlist>
1328 <listitem>
1329 <para>You can <emphasis role="bold">take a snapshot</emphasis>.
1330 This makes a copy of the machine's current state, to which you can
1331 go back at any given time later.<itemizedlist>
1332 <listitem>
1333 <para>If your VM is currently running, select "Take
1334 snapshot" from the "Machine" pull-down menu of the VM
1335 window.</para>
1336 </listitem>
1337
1338 <listitem>
1339 <para>If your VM is currently in either the "saved" or the
1340 "powered off" state (as displayed next to the VM in the
1341 VirtualBox main window), click on the "Snapshots" tab on the
1342 top right of the main window, and then<itemizedlist>
1343 <listitem>
1344 <para>either on the small camera icon (for "Take
1345 snapshot") or</para>
1346 </listitem>
1347
1348 <listitem>
1349 <para>right-click on the "Current State" item in the
1350 list and select "Take snapshot" from the menu.</para>
1351 </listitem>
1352 </itemizedlist></para>
1353 </listitem>
1354 </itemizedlist></para>
1355
1356 <para>In any case, a window will pop up and ask you for a snapshot
1357 name. This name is purely for reference purposes to help you
1358 remember the state of the snapshot. For example, a useful name
1359 would be "Fresh installation from scratch, no Guest Additions", or
1360 "Service Pack 3 just installed". You can also add a longer text in
1361 the "Description" field if you want.</para>
1362
1363 <para>Your new snapshot will then appear in the snapshots list.
1364 Underneath your new snapshot, you will see an item called "Current
1365 state", signifying that the current state of your VM is a
1366 variation based on the snapshot you took earlier. If you later
1367 take another snapshot, you will see that they will be displayed in
1368 sequence, and each subsequent snapshot is derived from an earlier
1369 one:<mediaobject>
1370 <imageobject>
1371 <imagedata align="center" fileref="images/snapshots-1.png"
1372 width="12cm" />
1373 </imageobject>
1374 </mediaobject></para>
1375
1376 <para>VirtualBox imposes no limits on the number of snapshots you
1377 can take. The only practical limitation is disk space on your
1378 host: each snapshot stores the state of the virtual machine and
1379 thus occupies some disk space. (See the next section for details
1380 on what exactly is stored in a snapshot.)</para>
1381 </listitem>
1382
1383 <listitem>
1384 <para>You can <emphasis role="bold">restore a snapshot</emphasis>
1385 by right-clicking on any snapshot you have taken in the list of
1386 snapshots. By restoring a snapshot, you go back (or forward) in
1387 time: the current state of the machine is lost, and the machine is
1388 restored to the exact state it was in when the snapshot was
1389 taken.<footnote>
1390 <para>Both the terminology and the functionality of restoring
1391 snapshots has changed with VirtualBox 3.1. Before that
1392 version, it was only possible to go back to the very last
1393 snapshot taken -- not earlier ones, and the operation was
1394 called "Discard current state" instead of "Restore last
1395 snapshot". The limitation has been lifted with version 3.1. It
1396 is now possible to restore <emphasis>any</emphasis> snapshot,
1397 going backward and forward in time.</para>
1398 </footnote></para>
1399
1400 <note>
1401 <para>Restoring a snapshot will affect the virtual hard drives
1402 that are connected to your VM, as the entire state of the
1403 virtual hard drive will be reverted as well. This means also
1404 that all files that have been created since the snapshot and all
1405 other file changes <emphasis>will be lost. </emphasis>In order
1406 to prevent such data loss while still making use of the snapshot
1407 feature, it is possible to add a second hard drive in
1408 "write-through" mode using the
1409 <computeroutput>VBoxManage</computeroutput> interface and use it
1410 to store your data. As write-through hard drives are
1411 <emphasis>not</emphasis> included in snapshots, they remain
1412 unaltered when a machine is reverted. See <xref
1413 linkend="hdimagewrites" os="" /> for details.</para>
1414 </note>
1415
1416 <para>To avoid losing the current state when restoring a snapshot,
1417 you can create a new snapshot before the restore.</para>
1418
1419 <para>By restoring an earlier snapshot and taking more snapshots
1420 from there, it is even possible to create a kind of alternate
1421 reality and to switch between these different histories of the
1422 virtual machine. This can result in a whole tree of virtual
1423 machine snapshots, as shown in the screenshot above.</para>
1424 </listitem>
1425
1426 <listitem>
1427 <para>You can also <emphasis role="bold">delete a
1428 snapshot</emphasis>, which will not affect the state of the
1429 virtual machine, but only release the files on disk that
1430 VirtualBox used to store the snapshot data, thus freeing disk
1431 space. To delete a snapshot, right-click on it in the snapshots
1432 tree and select "Delete". As of VirtualBox 3.2, snapshots can be
1433 deleted even while a machine is running.<note>
1434 <para>Whereas taking and restoring snapshots are fairly quick
1435 operations, deleting a snapshot can take a considerable amount
1436 of time since large amounts of data may need to be copied
1437 between several disk image files. Temporary disk files may
1438 also need large amounts of disk space while the operation is
1439 in progress.</para>
1440 </note></para>
1441
1442 <para>There are some situations which cannot be handled while a VM
1443 is running, and you will get an appropriate message that you need
1444 to perform this snapshot deletion when the VM is shut down.</para>
1445 </listitem>
1446 </orderedlist></para>
1447 </sect2>
1448
1449 <sect2>
1450 <title>Snapshot contents</title>
1451
1452 <para>Think of a snapshot as a point in time that you have preserved.
1453 More formally, a snapshot consists of three things:<itemizedlist>
1454 <listitem>
1455 <para>It contains a complete copy of the VM settings, including
1456 the hardware configuration, so that when you restore a snapshot,
1457 the VM settings are restored as well. (For example, if you changed
1458 the hard disk configuration or the VM's system settings, that
1459 change is undone when you restore the snapshot.)</para>
1460
1461 <para>The copy of the settings is stored in the machine
1462 configuration, an XML text file, and thus occupies very little
1463 space.</para>
1464 </listitem>
1465
1466 <listitem>
1467 <para>The complete state of all the virtual disks attached to the
1468 machine is preserved. Going back to a snapshot means that all
1469 changes that had been made to the machine's disks -- file by file,
1470 bit by bit -- will be undone as well. Files that were since
1471 created will disappear, files that were deleted will be restored,
1472 changes to files will be reverted.</para>
1473
1474 <para>(Strictly speaking, this is only true for virtual hard disks
1475 in "normal" mode. As mentioned above, you can configure disks to
1476 behave differently with snapshots; see <xref
1477 linkend="hdimagewrites" />. Even more formally and technically
1478 correct, it is not the virtual disk itself that is restored when a
1479 snapshot is restored. Instead, when a snapshot is taken,
1480 VirtualBox creates differencing images which contain only the
1481 changes since the snapshot were taken, and when the snapshot is
1482 restored, VirtualBox throws away that differencing image, thus
1483 going back to the previous state. This is both faster and uses
1484 less disk space. For the details, which can be complex, please see
1485 <xref linkend="diffimages" />.)</para>
1486
1487 <para>Creating the differencing image as such does not occupy much
1488 space on the host disk initially, since the differencing image
1489 will initially be empty (and grow dynamically later with each
1490 write operation to the disk). The longer you use the machine after
1491 having created the snapshot, however, the more the differencing
1492 image will grow in size.</para>
1493 </listitem>
1494
1495 <listitem>
1496 <para>Finally, if you took a snapshot while the machine was
1497 running, the memory state of the machine is also saved in the
1498 snapshot (the same way the memory can be saved when you close the
1499 VM window). When you restore such a snapshot, execution resumes at
1500 exactly the point when the snapshot was taken.</para>
1501
1502 <para>The memory state file can be as large as the memory size of
1503 the virtual machine and will therefore occupy quite some disk
1504 space as well.</para>
1505 </listitem>
1506 </itemizedlist></para>
1507 </sect2>
1508 </sect1>
1509
1510 <sect1 id="configbasics">
1511 <title>Virtual machine configuration</title>
1512
1513 <para>When you select a virtual machine from the list in the Manager
1514 window, you will see a summary of that machine's settings on the
1515 right.</para>
1516
1517 <para>Clicking on the "Settings" button in the toolbar at the top brings
1518 up a detailed window where you can configure many of the properties of the
1519 selected VM. But be careful: even though it is possible to change all VM
1520 settings after installing a guest operating system, certain changes might
1521 prevent a guest operating system from functioning correctly if done after
1522 installation.</para>
1523
1524 <note>
1525 <para>The "Settings" button is disabled while a VM is either in the
1526 "running" or "saved" state. This is simply because the settings dialog
1527 allows you to change fundamental characteristics of the virtual computer
1528 that is created for your guest operating system, and this operating
1529 system may not take it well when, for example, half of its memory is
1530 taken away from under its feet. As a result, if the "Settings" button is
1531 disabled, shut down the current VM first.</para>
1532 </note>
1533
1534 <para>VirtualBox provides a plethora of parameters that can be changed for
1535 a virtual machine. The various settings that can be changed in the
1536 "Settings" window are described in detail in <xref
1537 linkend="BasicConcepts" />. Even more parameters are available with the
1538 VirtualBox command line interface; see <xref
1539 linkend="vboxmanage" />.</para>
1540 </sect1>
1541
1542 <sect1>
1543 <title>Removing virtual machines</title>
1544
1545 <para>To remove a virtual machine which you no longer need, right-click on
1546 it in the Manager's VM list select "Remove" from the context menu that
1547 comes up.</para>
1548
1549 <para>A confirmation window will come up that allows you to select whether
1550 the machine should only be removed from the list of machines or whether
1551 the files associated with it should also be deleted.</para>
1552
1553 <para>The "Remove" menu item is disabled while a machine is
1554 running.</para>
1555 </sect1>
1556
1557 <sect1 id="clone">
1558 <title>Cloning virtual machines</title>
1559
1560 <para>To experiment with a VM configuration, test different guest OS levels
1561 or to simply backup a VM, VirtualBox can create a full or a linked copy of
1562 an existing VM.<footnote>Cloning support was introduced with VirtualBox
1563 4.1.</footnote></para>
1564
1565 <para>A wizard will guide you through the clone process:</para>
1566
1567 <mediaobject>
1568 <imageobject>
1569 <imagedata align="center" fileref="images/clone-vm.png"
1570 width="10cm" />
1571 </imageobject>
1572 </mediaobject>
1573
1574 <para>This wizard can be invoked from the context menu of the Manager's VM
1575 list (select "Clone") or the "Snapshots" view of the selected VM. First
1576 choose a new name for the clone. When you select <emphasis
1577 role="bold">Reinitialize the MAC address of all network cards</emphasis>
1578 every network card get a new MAC address assigned. This is useful when
1579 both, the source VM and the cloned VM, have to operate on the same network.
1580 If you leave this unchanged, all network cards have the same MAC address
1581 like the one in the source VM. Depending on how you invoke the wizard you
1582 have different choices for the cloning operation. First you need to decide
1583 if the clone should be linked to the source VM or a fully independent clone
1584 should be created:</para>
1585 <itemizedlist>
1586 <listitem>
1587 <para><emphasis role="bold">Full clone:</emphasis> In this mode all
1588 depending disk images are copied to the new VM folder. The clone
1589 can fully operate without the source VM.
1590 </para>
1591 </listitem>
1592
1593 <listitem>
1594 <para><emphasis role="bold">Linked clone:</emphasis> In this mode new
1595 differencing disk images are created where the parent disk images
1596 are the source disk images. If you selected the current state of
1597 the source VM as clone point, a new snapshot will be created
1598 implicitly.
1599 </para>
1600 </listitem>
1601 </itemizedlist>
1602
1603 <para>After selecting the clone mode, you need to decide about what exactly
1604 should be cloned. You can always create a clone of the <emphasis
1605 role="italic">current state</emphasis> only or <emphasis
1606 role="italic">all</emphasis>. When you select <emphasis
1607 role="italic">all</emphasis>, the current state and in addition all
1608 snapshots are cloned. Have you started from a snapshot which has additional
1609 children, you can also clone the <emphasis role="italic">current state and
1610 all children</emphasis>. This creates a clone starting with this
1611 snapshot and includes all child snaphots.</para>
1612
1613 <para>The clone operation itself can be a lengthy operation depending on
1614 the size and count of the attached disk images. Also keep in mind that
1615 every snapshot has differencing disk images attached, which need to be
1616 cloned as well.</para>
1617
1618 <para>The "Clone" menu item is disabled while a machine is running.</para>
1619
1620 <para>For how to clone a VM at the command line, please see <xref
1621 linkend="vboxmanage-clonevm" />.</para>
1622 </sect1>
1623
1624 <sect1 id="ovf">
1625 <title>Importing and exporting virtual machines</title>
1626
1627 <para>VirtualBox can import and export virtual machines in the
1628 industry-standard Open Virtualization Format (OVF).<footnote>
1629 <para>OVF support was originally introduced with VirtualBox 2.2 and
1630 has seen major improvements with every version since.</para>
1631 </footnote></para>
1632
1633 <para>OVF is a cross-platform standard supported by many virtualization
1634 products which allows for creating ready-made virtual machines that can
1635 then be imported into a virtualizer such as VirtualBox. VirtualBox makes
1636 OVF import and export easy to access and supports it from the Manager
1637 window as well as its command-line interface. This allows for packaging
1638 so-called <emphasis role="bold">virtual appliances</emphasis>: disk images
1639 together with configuration settings that can be distributed easily. This
1640 way one can offer complete ready-to-use software packages (operating
1641 systems with applications) that need no configuration or installation
1642 except for importing into VirtualBox.<note>
1643 <para>The OVF standard is complex, and support in VirtualBox is an
1644 ongoing process. In particular, no guarantee is made that VirtualBox
1645 supports all appliances created by other virtualization software. For
1646 a list of known limitations, please see <xref
1647 linkend="KnownIssues" />.</para>
1648 </note></para>
1649
1650 <para>Appliances in OVF format can appear in two variants:<orderedlist>
1651 <listitem>
1652 <para>They can come in several files, as one or several disk images,
1653 typically in the widely-used VMDK format (see <xref
1654 linkend="vdidetails" />) and a textual description file in an XML
1655 dialect with an <computeroutput>.ovf</computeroutput> extension.
1656 These files must then reside in the same directory for VirtualBox to
1657 be able to import them.</para>
1658 </listitem>
1659
1660 <listitem>
1661 <para>Alternatively, the above files can be packed together into a
1662 single archive file, typically with an
1663 <computeroutput>.ova</computeroutput> extension. (Such archive files
1664 use a variant of the TAR archive format and can therefore be
1665 unpacked outside of VirtualBox with any utility that can unpack
1666 standard TAR files.)</para>
1667 </listitem>
1668 </orderedlist></para>
1669
1670 <para>To <emphasis role="bold">import</emphasis> an appliance in one of
1671 the above formats, simply double-click on the OVF/OVA file.<footnote>
1672 <para>Starting with version 4.0, VirtualBox creates file type
1673 associations for OVF and OVA files on your host operating
1674 system.</para>
1675 </footnote> Alternatively, select "File" -&gt; "Import appliance" from
1676 the Manager window. In the file dialog that comes up, navigate to the file
1677 with either the <computeroutput>.ovf</computeroutput> or the
1678 <computeroutput>.ova</computeroutput> file extension.</para>
1679
1680 <para>If VirtualBox can handle the file, a dialog similar to the following
1681 will appear:</para>
1682
1683 <para><mediaobject>
1684 <imageobject>
1685 <imagedata align="center" fileref="images/ovf-import.png"
1686 width="12cm" />
1687 </imageobject>
1688 </mediaobject>This presents the virtual machines described in the OVF
1689 file and allows you to change the virtual machine settings by
1690 double-clicking on the description items. Once you click on <emphasis
1691 role="bold">"Import"</emphasis>, VirtualBox will copy the disk images and
1692 create local virtual machines with the settings described in the dialog.
1693 These will then show up in the Manager's list of virtual machines.</para>
1694
1695 <para>Note that since disk images tend to be big, and VMDK images that
1696 come with virtual appliances are typically shipped in a special compressed
1697 format that is unsuitable for being used by virtual machines directly, the
1698 images will need to be unpacked and copied first, which can take a few
1699 minutes.</para>
1700
1701 <para>For how to import an image at the command line, please see <xref
1702 linkend="vboxmanage-import" />.</para>
1703
1704 <para>Conversely, to <emphasis role="bold">export</emphasis> virtual
1705 machines that you already have in VirtualBox, select "File" -&gt; "Export
1706 appliance". A different dialog window shows up that allows you to combine
1707 several virtual machines into an OVF appliance. Then, select the target
1708 location where the target files should be stored, and the conversion
1709 process begins. This can again take a while.</para>
1710
1711 <para>For how to export an image at the command line, please see <xref
1712 linkend="vboxmanage-export" />.<note>
1713 <para>OVF cannot describe snapshots that were taken for a virtual
1714 machine. As a result, when you export a virtual machine that has
1715 snapshots, only the current state of the machine will be exported, and
1716 the disk images in the export will have a "flattened" state identical
1717 to the current state of the virtual machine.</para>
1718 </note></para>
1719 </sect1>
1720
1721 <sect1 id="globalsettings">
1722 <title>Global Settings</title>
1723 <para>The global settings dialog can be reached through the
1724 <emphasis role="bold">File</emphasis> menu, selecting the
1725 <emphasis role="bold">Preferences...</emphasis> item. It offers a selection
1726 of settings which apply to all virtual machines of the current user or in
1727 the case of <emphasis role="bold">Extensions</emphasis> to the entire
1728 system:
1729 <orderedlist>
1730 <listitem>
1731 <para><emphasis role="bold">General</emphasis> Enables the user to
1732 specify the default folder/directory for VM files, and the VRDP
1733 Authentication Library.</para>
1734 </listitem>
1735 <listitem>
1736 <para><emphasis role="bold">Input</emphasis> Enables the user to
1737 specify the Host Key. It identifies the key that toggles whether the
1738 cursor is in the focus of the VM or the Host operating system
1739 windows (see <xref linkend="keyb_mouse_normal"/>) and which is also
1740 used to trigger certain VM actions (see <xref
1741 linkend="specialcharacters"/>)</para>
1742 </listitem>
1743 <listitem>
1744 <para><emphasis role="bold">Update</emphasis> Enables the user
1745 to specify various settings for Automatic Updates.</para>
1746 </listitem>
1747 <listitem>
1748 <para><emphasis role="bold">Language</emphasis> Enables the user to
1749 specify the GUI language.</para>
1750 </listitem>
1751 <listitem>
1752 <para><emphasis role="bold">Display</emphasis> Enables the user to
1753 specify the screen resolution, and its width and height.</para>
1754 </listitem>
1755 <listitem>
1756 <para><emphasis role="bold">Network</emphasis> Enables the user to
1757 configure the details of Host Only Networks.</para>
1758 </listitem>
1759 <listitem>
1760 <para><emphasis role="bold">Extensions</emphasis> Enables the user
1761 to list and manage the installed extension packages.</para>
1762 </listitem>
1763 <listitem>
1764 <para><emphasis role="bold">Proxy</emphasis> Enables the user to
1765 configure a HTTP Proxy Server.</para>
1766 </listitem>
1767 </orderedlist></para>
1768 </sect1>
1769
1770 <sect1 id="frontends">
1771 <title>Alternative front-ends</title>
1772
1773 <para>As briefly mentioned in <xref linkend="features-overview" />,
1774 VirtualBox has a very flexible internal design that allows for using
1775 multiple interfaces to control the same virtual machines. To illustrate,
1776 you can, for example, start a virtual machine with the VirtualBox Manager
1777 window and then stop it from the command line. With VirtualBox's support
1778 for the Remote Desktop Protocol (RDP), you can even run virtual machines
1779 remotely on a headless server and have all the graphical output redirected
1780 over the network.</para>
1781
1782 <para>In detail, the following front-ends are shipped in the standard
1783 VirtualBox package:</para>
1784
1785 <para><orderedlist>
1786 <listitem>
1787 <para><computeroutput>VirtualBox</computeroutput> is the VirtualBox
1788 Manager. This graphical user interface uses the Qt toolkit; most of
1789 this User Manual is dedicated to describing it. While this is the
1790 easiest to use, some of the more advanced VirtualBox features are
1791 kept away from it to keep it simple.</para>
1792 </listitem>
1793
1794 <listitem>
1795 <para><computeroutput>VBoxManage</computeroutput> is our
1796 command-line interface for automated and very detailed control of
1797 every aspect of VirtualBox. It is described in <xref
1798 linkend="vboxmanage" />.</para>
1799 </listitem>
1800
1801 <listitem>
1802 <para><computeroutput>VBoxSDL</computeroutput> is an alternative,
1803 simple graphical front-end with an intentionally limited feature
1804 set, designed to only display virtual machines that are controlled
1805 in detail with <computeroutput>VBoxManage</computeroutput>. This is
1806 interesting for business environments where displaying all the bells
1807 and whistles of the full GUI is not feasible.
1808 <computeroutput>VBoxSDL</computeroutput> is described in <xref
1809 linkend="vboxsdl" />.</para>
1810 </listitem>
1811
1812 <listitem>
1813 <para>Finally, <computeroutput>VBoxHeadless</computeroutput> is yet
1814 another front-end that produces no visible output on the host at
1815 all, but merely acts as a RDP server if the VirtualBox Remote
1816 Desktop Extension (VRDE) is installed. As opposed to the other
1817 graphical interfaces, the headless front-end requires no graphics
1818 support. This is useful, for example, if you want to host your
1819 virtual machines on a headless Linux server that has no X Window
1820 system installed. For details, see <xref
1821 linkend="vboxheadless" />.</para>
1822 </listitem>
1823 </orderedlist>If the above front-ends still do not satisfy your
1824 particular needs, it is possible to create yet another front-end to the
1825 complex virtualization engine that is the core of VirtualBox, as the
1826 VirtualBox core neatly exposes all of its features in a clean API; please
1827 refer to <xref linkend="VirtualBoxAPI" />.</para>
1828 </sect1>
1829</chapter>
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