Changeset 105791 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Aug 21, 2024 6:29:14 PM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164503
- Location:
- trunk/doc/manual/en_US/dita/topics
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/arm-host-limitations.dita
r105303 r105791 2 2 <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> 3 3 <topic xml:lang="en-us" id="arm-host-limitations"> 4 <title>Arm PlatformHost Limitations</title>4 <title>Arm Host Limitations</title> 5 5 <!-- 7.1: Arm platform limitations --> 6 6 <body> … … 8 8 <ul><li><p>Virtual machines must use an Arm-based guest operating system. Running an x86-based guest operating 9 9 system on an Arm host platform is not supported. </p></li> 10 <li><p>Sound emulation is not available.</p></li>11 <li><p>Only virtio-scsi is supported as a storage controller.</p></li>12 10 <li><p>Only VMSVGA is supported as a graphics controller.</p></li> 11 <li> 12 <p>2D and 3D video acceleration isn't available on Arm hosts.</p> 13 </li> 13 14 <li><p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions are not available for Arm 14 15 host platforms. Therefore, features such as seamless windows and shared folders are not 15 16 available.</p></li> 16 <li><p>Unattended installation is not available.</p></li>17 <li><p>The following <b>System</b> page settings may not beavailable for Arm guests:</p>17 <li><p>Unattended installation isn't available.</p></li> 18 <li><p>The following <b>System</b> page settings aren't available for Arm guests:</p> 18 19 <ul><li><p><b>Motherboard tab:</b> Chipset, TPM</p></li> 19 20 <li><p><b>Processor tab:</b> Extended Features such as Enable PAE/NX, Enable Nested VT-x/AMD-V</p></li></ul></li> 20 < li>21 <!-- <li> 21 22 <p>The following <b>System</b> page settings may not be available for x86 guests:</p> 22 23 <ul id="ul_zy2_r1b_t1c"> … … 25 26 </li> 26 27 </ul> 27 </li> 28 </li> --> 28 29 </ul> 29 30 </body> -
trunk/doc/manual/en_US/dita/topics/cloud-create-api-keypair.dita
r105289 r105791 28 28 <ul> 29 29 <li> 30 <p> 31 To generate a private key with a passphrase: 32 </p> 33 <pre xml:space="preserve">$ openssl genrsa -out ~/.oci/oci_api_key.pem -aes128 2048 </pre> 30 <p> To generate a private key with a passphrase (prompt for passphrase): </p> 31 <pre xml:space="preserve">$ openssl genrsa -out ~/.oci/oci_api_key.pem -aes256 2048 </pre> 32 </li> 33 <li> 34 <p> To generate a private key with a passphrase entered on the command line as an argument:</p> 35 <pre xml:space="preserve">$ openssl genrsa -aes256 -passout pass:user_passphrase -out ~/.oci/oci_api_key.pem 2048</pre> 34 36 </li> 35 37 <li> … … 46 48 <p>Generate the public key. </p> 47 49 <pre xml:space="preserve">$ openssl rsa -pubout -in ~/.oci/oci_api_key.pem -out ~/.oci/oci_api_key_public.pem</pre> 50 <p>Enter the passphrase when prompted, if you set one.</p> 48 51 </li> 49 52 </ol> -
trunk/doc/manual/en_US/dita/topics/cloud-export-oci.dita
r105573 r105791 62 62 </li> 63 63 <li> 64 <p>The launch mode for the custom image. </p> 65 <p><b outputclass="bold">Paravirtualized</b> mode 66 gives improved performance and should be suitable for 67 most <ph conkeyref="vbox-conkeyref-phrases/product-name"/> VMs. 68 </p> 64 <p>The launch mode for the cloud instance.</p> 65 <p><b outputclass="bold">Paravirtualized</b> mode gives improved performance and is suitable for most <ph conkeyref="vbox-conkeyref-phrases/product-name"/> VMs. </p> 69 66 <p><b outputclass="bold">Emulated</b> mode is 70 67 suitable for legacy OS images. -
trunk/doc/manual/en_US/dita/topics/cloud-profile-creating.dita
r105618 r105791 35 35 </li> 36 36 <li> 37 <p>(Optional) If you are using the cloud profile to connect to cloud virtual machines, select the <b 38 outputclass="bold">Show VMs</b> check box. </p> 37 <p>(Optional) If you are using the cloud profile to connect to cloud virtual machines, select the <b outputclass="bold">Show VMs</b> check box.</p> 39 38 <p>This creates a new subgroup of the <b outputclass="bold">OCI</b> group in <ph 40 39 conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. See <xref -
trunk/doc/manual/en_US/dita/topics/cloud-vm-oci-group.dita
r105573 r105791 15 15 cloud profile, follow these steps. </p> 16 16 <ol id="ol_uly_nwf_gcc"> 17 <li>Display the <b outputclass="bold">Cloud Profile Manager</b> 18 <li>Select or deselectthe <b outputclass="bold">List VMs</b> check box for each cloud profile.</li>17 <li>Display the <b outputclass="bold">Cloud Profile Manager</b>.</li> 18 <li>Select or clear the <b outputclass="bold">List VMs</b> check box for each cloud profile.</li> 19 19 </ol> 20 20 </body> -
trunk/doc/manual/en_US/dita/topics/cloud-vm.dita
r105573 r105791 31 31 </li> 32 32 <li> 33 <p><b outputclass="bold">Configure an <ph conkeyref="vbox-conkeyref-phrases/oci"/> 34 instance.</b> You can change settings for the 35 instance, such as display name and shape. See 36 <xref href="cloud-vm-settings.dita#cloud-vm-settings"/>. 37 </p> 33 <p><b outputclass="bold">Configure an <ph conkeyref="vbox-conkeyref-phrases/oci"/> instance.</b> You can change settings for the instance, such as display name. See <xref href="cloud-vm-settings.dita#cloud-vm-settings"/>. </p> 38 34 </li> 39 35 <li> -
trunk/doc/manual/en_US/dita/topics/create-vm-wizard-unattended-install.dita
r105134 r105791 17 17 guest OS. </li> 18 18 <li> 19 <p>For Windows guests, enter the <b outputclass="bold">Product Key.</b> supplied with 20 Windows. </p> 21 </li> 22 <li> 19 <p>For Windows guests, enter the <b outputclass="bold">Product Key</b> supplied with Windows. </p> 20 </li> 21 <li> 23 22 <p>Enter the <b outputclass="bold">Hostname</b> for the VM. By default, this is the same 24 23 as the VM name.</p> … … 29 28 <li>Select <b outputclass="bold">Install in Background</b> if you want to enable headless 30 29 mode for the VM rather than using a graphical user interface. </li> 31 <li>Select <b outputclass="bold">Guest Additions</b> if you would like <ph 32 conkeyref="vbox-conkeyref-phrases/product-name"/> to install the Guest Additions after 33 the OS. Download the Guest Additions installation ISO to the host, and select the file 34 location.</li> 30 <li>Unattended Guest Additions installation is available for some x86 guests. Select <b outputclass="bold">Guest Additions</b> if you would like <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to install the Guest Additions after the OS. Download the Guest Additions installation ISO to the host, and select the file location.</li> 35 31 <li>Click <b outputclass="bold">Next</b> to <xref href="create-vm-wizard-hardware.dita"/>. 36 32 </li> -
trunk/doc/manual/en_US/dita/topics/hostcpurequirements.dita
r98549 r105791 2 2 <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> 3 3 <topic xml:lang="en-us" id="hostcpurequirements"> 4 <title> Host CPU Requirements</title>4 <title>Intel Host CPU Requirements</title> 5 5 6 6 <body> 7 <p> 8 SSE2 (Streaming SIMD Extensions 2) support is required for host 9 CPUs. 10 </p> 7 <p>Intel host CPUs must have SSE2 (Streaming SIMD Extensions 2). </p> 11 8 </body> 12 9 -
trunk/doc/manual/en_US/dita/topics/hostossupport.dita
r105303 r105791 2 2 <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> 3 3 <topic xml:lang="en-us" id="hostossupport"> 4 <title> Supported Host Operating Systems</title>4 <title>Available Installation Packages</title> 5 5 <!-- 7.1: Arm platforms; require statement on host support --> 6 6 <body> 7 <p>Currently, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> runs on the following host 8 OSes: </p> 7 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> runs on the following host Operating Systems (OSs): </p> 9 8 <ul> 10 9 <li> 11 10 <p> 12 <b outputclass="bold"> Windows hosts (64-bit):</b>11 <b outputclass="bold">x86-64 Windows hosts:</b> 13 12 </p> 14 13 <ul> … … 20 19 </li> 21 20 <li> 22 <p>Windows Server 2019 </p>23 </li>24 <li>25 21 <p>Windows Server 2022 </p> 26 22 </li> 27 <li>Windows Server 2025</li>28 23 </ul> 29 24 </li> 30 25 <li> 31 26 <p> 32 <b outputclass="bold"> macOS hosts (64-bit):</b>27 <b outputclass="bold">Intel x86-64 macOS hosts:</b> 33 28 </p> 34 29 <ul> … … 42 37 <p>13 (Ventura) </p> 43 38 </li> 44 <li>14 (Sonoma)</li> 39 <li> 40 <p>14 (Sonoma)</p> 41 </li> 45 42 </ul> 46 <p>Intel hardware is required. See also <xref href="KnownIssues.dita">Known 47 Limitations</xref>. </p> 48 <p>An installer package is available for macOS/Arm64, for systems using an Apple silicon 49 CPU. With this package, you can run some guest operating systems for Intel x86/x64 CPUs in 50 an emulation. </p> 51 <p>The macOS/Arm64 installer package for Apple silicon platform is available as a Developer 52 Preview release. This package represents a work in progress project and the performance is 53 very modest. </p> 54 <note> 55 <p>Developer Preview is a public release for developers, which provides early access to unsupported software 56 release and features. </p> 57 </note> 43 <p>See also <xref href="KnownIssues.dita">Known Limitations</xref>. </p> 58 44 </li> 59 45 <li> 60 <p><b outputclass="bold">Linux hosts (64-bit).</b> 61 Includes the following: 62 </p> 46 <p> 47 <b outputclass="bold">Arm macOS hosts (64-bit):</b></p> 48 <ul> 49 <li> 50 <p>11 (Big Sur) </p> 51 </li> 52 <li> 53 <p>12 (Monterey) </p> 54 </li> 55 <li> 56 <p>13 (Ventura) </p> 57 </li> 58 <li> 59 <p>14 (Sonoma)</p> 60 </li> 61 </ul> 62 <p>See also <xref href="guest-os.dita"/> for limitations on the VMs you can create on an Arm host. </p> 63 </li> 64 <li> 65 <p><b outputclass="bold">x86-64 Linux hosts.</b> Includes the following: </p> 63 66 <ul> 64 67 <li> … … 69 72 </li> 70 73 <li> 71 <p>Oracle Linux 7,8 and 9 </p>74 <p>Oracle Linux 8 and 9 </p> 72 75 </li> 73 76 <li> … … 75 78 </li> 76 79 <li> 77 <p>Fedora 39 and 40 80 <p>Fedora 39 and 40</p> 78 81 </li> 79 82 <li> 80 <p>SUSE Linux Enterprise server 15 83 <p>SUSE Linux Enterprise server 15</p> 81 84 </li> 82 85 <li> … … 106 109 </li> 107 110 </ul> 108 <p>Note that any feature which is marked as <i>experimental</i> is not supported. Feedback and suggestions about 109 such features are welcome. </p> 111 <p>Note that any feature that is marked as <i>experimental</i> is not supported. Feedback and suggestions about such features are welcome. </p> 110 112 </body> 111 113 </topic> -
trunk/doc/manual/en_US/dita/topics/intro-running.dita
r105388 r105791 5 5 6 6 <body> 7 <p> 8 To start a virtual machine, you have the following options: 9 </p> 7 <p> To start a virtual machine (VM), you have the following options: </p> 10 8 <ul> 11 9 <li> … … 24 22 </li> 25 23 </ul> 26 <p>Starting a virtual machine displays a new window, and the virtual machine which you selected will boot up. 27 Everything which would normally be seen on the virtual system's monitor is shown in the window. See <xref 28 href="Introduction.dita#Introduction/fig-win2016-intro"/>. </p> 24 <p>The VM you started appears in a new window and you will see it start to boot up, or prompt you to install an operating system as required. Everything that would normally be seen on the virtual system's monitor is shown in the window. </p> 29 25 <p>In general, you can use the virtual machine as you would use a real computer. The following topics describe a few 30 26 points to note when running a VM. </p> -
trunk/doc/manual/en_US/dita/topics/intro-starting-vm-first-time.dita
r105289 r105791 5 5 6 6 <body> 7 <p>When you start a VM for the first time the OS installation process is started automatically, using the ISO image 8 file specified in the <b outputclass="bold">Create Virtual Machine</b> wizard. </p> 7 <p>When you start a VM for the first time the OS installation process is started automatically, using the ISO image file specified in the <b outputclass="bold">Create Virtual Machine</b> workflow. </p> 9 8 <p>Follow the onscreen instructions to install your OS. </p> 10 9 </body> -
trunk/doc/manual/en_US/dita/topics/preferences.dita
r105426 r105791 30 30 </li> 31 31 <li> 32 <p><b outputclass="bold">Input.</b> Enables you to specify 33 keyboard shortcuts, such as the <b outputclass="bold">Host 34 key</b>. This is the key that toggles whether the 35 cursor is in the focus of the VM or the Host OS windows, see 36 <xref href="keyb_mouse_normal.dita#keyb_mouse_normal"/>. The Host key is also used 37 to trigger certain VM actions, see 38 <xref href="specialcharacters.dita#specialcharacters"/>. 39 </p> 32 <p><b outputclass="bold">Input.</b> Enables you to specify keyboard shortcuts, both in <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> and in individual VMs. For example you might want to specify a different <b outputclass="bold">Host key</b>. This is the key that toggles whether the cursor is in the focus of the VM or the Host OS windows, see <xref href="keyb_mouse_normal.dita#keyb_mouse_normal"/>. The Host key is also used to trigger certain VM actions, see <xref href="specialcharacters.dita#specialcharacters"/>. </p> 40 33 </li> 41 34 <li> -
trunk/doc/manual/en_US/dita/topics/ui-experience-level.dita
r105498 r105791 8 8 <ul> 9 9 <li> 10 <p><b>Basic.</b> Only a limited number of settings and tools are shown. Wizards are used to display 11 configuration options. This is the default setting.</p> 10 <p><b>Basic.</b> Only a limited number of settings and tools are shown. Workflows are used to display settings and configuration options. This is the default setting for new installations.</p> 12 11 <p>This level is suitable for a first time user of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.</p> 13 12 </li> 14 13 <li> 15 14 <p><b>Expert.</b> All available settings and tools are shown.</p> 16 <p> Tabbed displays rather than wizards are used for configuration options.</p>15 <p>Single pages show all settings and configuration options. This is the default setting for upgrades when a user already has at least one saved VM.</p> 17 16 <p>This level is suitable for an experienced user who needs more control of virtual machine settings.</p> 18 17 </li> … … 21 20 />:</p> 22 21 <ul> 23 <li><p>The <b>Welcome</b> screen.</p> 24 <note><p>The option disappears from the Welcome screen, after you have selected it.</p></note> 22 <li><p>The <b>Welcome</b> screen, for new installations only.</p> 25 23 </li> 26 24 <li><p>The <b>Preferences</b> window.</p> … … 45 43 </image> 46 44 </p> 47 <p>The number of available settings and tools will change,depending on the selected experience level.</p></li>45 <p>The number of available settings and tools changes depending on the selected experience level.</p></li> 48 46 </ol> 49 47 </section>
Note:
See TracChangeset
for help on using the changeset viewer.