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="basic-unattended">
|
---|
4 | <title>Unattended Guest Installation</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> can install a guest OS automatically. You only need to
|
---|
8 | provide the installation medium and a few other parameters, such as the name of the default user. </p>
|
---|
9 | <p>You can perform an unattended guest installation in the following ways: </p>
|
---|
10 | <ul>
|
---|
11 | <li>
|
---|
12 | <p><b outputclass="bold">Use the Create Virtual Machine
|
---|
13 | wizard.</b> An optional step in the wizard enables you
|
---|
14 | to configure unattended installation. You can specify the
|
---|
15 | default user credentials for the guest OS and also whether to
|
---|
16 | install the Guest Additions automatically. See
|
---|
17 | <xref href="create-vm-wizard.dita#create-vm-wizard"/>.
|
---|
18 | </p>
|
---|
19 | <p>During this step, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> scans the installation medium and
|
---|
20 | changes certain parameters to ensure a seamless installation as a guest running on <ph
|
---|
21 | conkeyref="vbox-conkeyref-phrases/product-name"/>. </p>
|
---|
22 | </li>
|
---|
23 | <li>
|
---|
24 | <p><b outputclass="bold">Use the <userinput>VBoxManage</userinput>
|
---|
25 | commands.</b><xref href="unattended-guest-install-example.dita#unattended-guest-install-example"/> describes
|
---|
26 | how to perform an unattended guest installation for an Oracle
|
---|
27 | Linux guest.
|
---|
28 | </p>
|
---|
29 | </li>
|
---|
30 | </ul>
|
---|
31 | <p>When you first start a VM that has been configured for unattended installation, the guest OS installation is
|
---|
32 | performed automatically. </p>
|
---|
33 | <p>The installation operation changes the boot device order to boot the virtual hard disk first and then the virtual
|
---|
34 | DVD drive. If the virtual hard disk is empty prior to the automatic installation, the VM boots from the virtual
|
---|
35 | DVD drive and begins the installation. </p>
|
---|
36 | <p>If the virtual hard disk contains a bootable OS, the installation operation exits. In this case, change the boot
|
---|
37 | device order manually by pressing F12 during the BIOS splash screen. </p>
|
---|
38 | </body>
|
---|
39 | </topic>
|
---|