File: create-vm-unattended-install.dita

package info (click to toggle)
virtualbox 7.2.2-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 616,072 kB
  • sloc: cpp: 2,377,613; ansic: 2,351,258; asm: 379,359; python: 233,965; xml: 89,678; sh: 25,697; makefile: 8,169; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,785; javascript: 1,692; objc: 1,131; lex: 931; sed: 921; php: 906; yacc: 707
file content (23 lines) | stat: -rw-r--r-- 1,765 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
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="tk_create-vm-unattended-install">
  <title>Configure Unattended Installation of Guest OS</title>
  <body>
    <p>If you chose Unattended Installation, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> you must supply certain configuration options to be used in the installation.</p>
    <p>See also <xref href="unattended-guest-install-example.dita#unattended-guest-install-example"/> for details of how to configure unattended installation from the command line.</p>
    <ol id="ol_ox5_xtw_4bc">
      <li>Enter the <uicontrol>User Name</uicontrol> and <uicontrol>Password</uicontrol> for a default user on the guest OS. On Windows, this will be an administrator. On Linux, the <cmdname>root</cmdname> user will also be created with the same password.</li>
      <li>
        <p>For Windows guests, enter the <uicontrol>Product Key</uicontrol> supplied with Windows.</p>
      </li>
      <li>
        <p>Enter the <uicontrol>Host Name</uicontrol> for the VM. By default, this is the same as the VM name.</p>
      </li>
      <li>
        <p>Enter the <uicontrol>Domain Name</uicontrol> for the VM.</p>
      </li>
      <li>Select <uicontrol>Install in Background</uicontrol> if you want to create the VM without a GUI.</li>
      <li>Unattended Guest Additions installation is available for some guests. Select <uicontrol>Install Guest Additions</uicontrol> if you would like <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to install the Guest Additions after the OS. Specify the ISO to use, usually the default file that is part of the VirtualBox installation on the host machine.</li>
    </ol>
  </body>
</topic>