File: basic-unattended.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (39 lines) | stat: -rw-r--r-- 2,234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="basic-unattended">
  <title>Unattended Guest Installation</title>
  
  <body>
    <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> can install a guest OS automatically. You only need to
      provide the installation medium and a few other parameters, such as the name of the default user. </p>
    <p>You can perform an unattended guest installation in the following ways: </p>
    <ul>
      <li>
        <p><b outputclass="bold">Use the Create Virtual Machine
          wizard.</b> An optional step in the wizard enables you
          to configure unattended installation. You can specify the
          default user credentials for the guest OS and also whether to
          install the Guest Additions automatically. See
          <xref href="create-vm-wizard.dita#create-vm-wizard"/>.
        </p>
        <p>During this step, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> scans the installation medium and
          changes certain parameters to ensure a seamless installation as a guest running on <ph
            conkeyref="vbox-conkeyref-phrases/product-name"/>. </p>
      </li>
      <li>
        <p><b outputclass="bold">Use the <userinput>VBoxManage</userinput>
          commands.</b><xref href="unattended-guest-install-example.dita#unattended-guest-install-example"/> describes
          how to perform an unattended guest installation for an Oracle
          Linux guest.
        </p>
      </li>
    </ul>
    <p>When you first start a VM that has been configured for unattended installation, the guest OS installation is
      performed automatically. </p>
    <p>The installation operation changes the boot device order to boot the virtual hard disk first and then the virtual
      DVD drive. If the virtual hard disk is empty prior to the automatic installation, the VM boots from the virtual
      DVD drive and begins the installation. </p>
    <p>If the virtual hard disk contains a bootable OS, the installation operation exits. In this case, change the boot
      device order manually by pressing F12 during the BIOS splash screen. </p>
  </body>
</topic>