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="create-vm-wizard-unattended-examples">
|
---|
4 | <title>Some Examples of Unattended Installation</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | To configure unattended installation, you typically just need to
|
---|
9 | specify an ISO image in the <b outputclass="bold">Create Virtual
|
---|
10 | Machine</b> wizard. Oracle VM VirtualBox then detects the OS
|
---|
11 | type and the unattended installation process is done
|
---|
12 | automatically when the wizard is completed. However, in some
|
---|
13 | situations the installation may need be completed manually.
|
---|
14 | </p>
|
---|
15 | <p>
|
---|
16 | The following list describes some common scenarios for
|
---|
17 | unattended installation:
|
---|
18 | </p>
|
---|
19 | <ul>
|
---|
20 | <li>
|
---|
21 | <p><b outputclass="bold">OS type is detected
|
---|
22 | automatically.</b> The following outcomes are
|
---|
23 | possible:
|
---|
24 | </p>
|
---|
25 | <ul>
|
---|
26 | <li>
|
---|
27 | <p>
|
---|
28 | If unattended installation is supported for the selected
|
---|
29 | ISO, the guest OS is installed automatically. No user
|
---|
30 | input is required.
|
---|
31 | </p>
|
---|
32 | </li>
|
---|
33 | <li>
|
---|
34 | <p>
|
---|
35 | If unattended installation is not supported for the
|
---|
36 | selected ISO, the ISO image is inserted automatically
|
---|
37 | into the DVD drive of the new VM. The guest OS
|
---|
38 | installation must then be completed manually.
|
---|
39 | </p>
|
---|
40 | </li>
|
---|
41 | </ul>
|
---|
42 | </li>
|
---|
43 | <li>
|
---|
44 | <p><b outputclass="bold">OS type is not detected
|
---|
45 | automatically.</b> You must configure
|
---|
46 | <b outputclass="bold">Type</b> and
|
---|
47 | <b outputclass="bold">Version</b> settings in the
|
---|
48 | wizard.
|
---|
49 | </p>
|
---|
50 | <p>
|
---|
51 | The ISO image is inserted automatically into the DVD drive
|
---|
52 | of the new VM. The guest OS installation must then be
|
---|
53 | completed manually.
|
---|
54 | </p>
|
---|
55 | </li>
|
---|
56 | <li>
|
---|
57 | <p><b outputclass="bold">Unattended Installation is
|
---|
58 | disabled.</b> Users can disable unattended
|
---|
59 | installation, by selecting the <b outputclass="bold">Skip
|
---|
60 | Unattended Installation</b> check box on the initial
|
---|
61 | wizard page.
|
---|
62 | </p>
|
---|
63 | <p>
|
---|
64 | The ISO image is inserted automatically into the DVD drive
|
---|
65 | of the new VM. The guest OS installation must then be
|
---|
66 | completed manually.
|
---|
67 | </p>
|
---|
68 | </li>
|
---|
69 | </ul>
|
---|
70 | <p>
|
---|
71 | See also <xref href="basic-unattended.dita#basic-unattended"/> for details of how
|
---|
72 | to perform unattended installation from the command line.
|
---|
73 | </p>
|
---|
74 | </body>
|
---|
75 |
|
---|
76 | </topic>
|
---|