mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 13:19:31 +00:00
doc: fix renaming of getting started guide
Tweak references to account for renaming the getting started guide in PR #6226 and create a redirect link from the previous filename. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
6b6efed7eb
commit
f3dd19dea7
@@ -28,7 +28,7 @@ Verified Version
|
||||
Prerequisites
|
||||
*************
|
||||
|
||||
Follow :ref:`these instructions <rt_industry_ubuntu_setup>` to set up
|
||||
Follow :ref:`these instructions <gsg>` to set up
|
||||
Ubuntu as the ACRN Service VM.
|
||||
|
||||
Supported Hardware Platform
|
||||
|
@@ -169,7 +169,7 @@ Prepare for Service VM Kernel and rootfs
|
||||
|
||||
The service VM can run Ubuntu or other Linux distributions.
|
||||
Instructions on how to boot Ubuntu as the Service VM can be found in
|
||||
:ref:`rt_industry_ubuntu_setup`.
|
||||
:ref:`gsg`.
|
||||
|
||||
The Service VM kernel needs to be built from the ``acrn-kernel`` repo, and some changes
|
||||
to the kernel ``.config`` are needed.
|
||||
@@ -195,7 +195,7 @@ guests on the Service VM:
|
||||
CONFIG_ACRN_GUEST=y
|
||||
|
||||
After you made these configuration modifications, build and install the kernel
|
||||
as described in :ref:`rt_industry_ubuntu_setup`.
|
||||
as described in :ref:`gsg`.
|
||||
|
||||
|
||||
Launch a Nested Guest VM
|
||||
|
@@ -44,7 +44,7 @@ kernels are loaded as multiboot modules. The ACRN hypervisor, Service
|
||||
VM, and Pre-Launched RT kernel images are all located on the NVMe drive.
|
||||
We recommend installing Ubuntu on the NVMe drive as the Service VM OS,
|
||||
which also has the required GRUB image to launch Pre-Launched RT mode.
|
||||
Refer to :ref:`rt_industry_ubuntu_setup`, to
|
||||
Refer to :ref:`gsg`, to
|
||||
install Ubuntu on the NVMe drive, and use grub to launch the Service VM.
|
||||
|
||||
Install Pre-Launched RT Filesystem on SATA and Kernel Image on NVMe
|
||||
@@ -83,7 +83,7 @@ Add Pre-Launched RT Kernel Image to GRUB Config
|
||||
|
||||
The last step is to modify the GRUB configuration file to load the Pre-Launched
|
||||
kernel. (For more information about this, see :ref:`Update Grub for the Ubuntu Service VM
|
||||
<rt_industry_ubuntu_setup>`.) The grub config file will look something
|
||||
<gsg_update_grub>` section in the :ref:`gsg`.) The grub config file will look something
|
||||
like this:
|
||||
|
||||
.. code-block:: none
|
||||
|
@@ -18,7 +18,7 @@ Prerequisites
|
||||
#. Refer to the :ref:`ACRN supported hardware <hardware>`.
|
||||
#. For a default prebuilt ACRN binary in the end-to-end (E2E) package, you must have 4
|
||||
CPU cores or enable "CPU Hyper-threading" in order to have 4 CPU threads for 2 CPU cores.
|
||||
#. Follow the :ref:`rt_industry_ubuntu_setup` to set up the ACRN Service VM
|
||||
#. Follow the :ref:`gsg` to set up the ACRN Service VM
|
||||
based on Ubuntu.
|
||||
#. This tutorial is validated on the following configurations:
|
||||
|
||||
@@ -75,7 +75,7 @@ to automate the Kata Containers installation procedure.
|
||||
$ sudo cp build/misc/tools/acrnctl /usr/bin/
|
||||
|
||||
.. note:: This assumes you have built ACRN on this machine following the
|
||||
instructions in the :ref:`rt_industry_ubuntu_setup`.
|
||||
instructions in the :ref:`gsg`.
|
||||
|
||||
#. Modify the :ref:`daemon.json` file in order to:
|
||||
|
||||
|
@@ -11,7 +11,7 @@ ACRN hypervisor.
|
||||
ACRN Service VM Setup
|
||||
*********************
|
||||
|
||||
Follow the steps in this :ref:`rt_industry_ubuntu_setup` to set up ACRN
|
||||
Follow the steps in this :ref:`gsg` to set up ACRN
|
||||
based on Ubuntu and launch the Service VM.
|
||||
|
||||
Setup for Using Windows as the Guest VM
|
||||
|
Reference in New Issue
Block a user