doc: small updates to the GSG

Small updates to the Getting Started Guide:
* Add a missing command
* Add a note for the Grub configuration
* Make the 'blkid' hint consistent with the environment

Tracked-On: #5594
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2020-12-09 15:10:51 +01:00 committed by David Kinder
parent 2571314d77
commit 9264aeb77d

View File

@ -206,6 +206,7 @@ Build the ACRN Hypervisor on Ubuntu
$ make all BOARD_FILE=misc/vm_configs/xmls/board-xmls/whl-ipc-i7.xml SCENARIO_FILE=misc/vm_configs/xmls/config-xmls/whl-ipc-i7/industry.xml RELEASE=0 $ make all BOARD_FILE=misc/vm_configs/xmls/board-xmls/whl-ipc-i7.xml SCENARIO_FILE=misc/vm_configs/xmls/config-xmls/whl-ipc-i7/industry.xml RELEASE=0
$ sudo make install $ sudo make install
$ sudo mkdir -p /boot/acrn
$ sudo cp build/hypervisor/acrn.bin /boot/acrn/ $ sudo cp build/hypervisor/acrn.bin /boot/acrn/
Build and install the ACRN kernel Build and install the ACRN kernel
@ -263,11 +264,14 @@ Update Grub for the Ubuntu Service VM
.. note:: .. note::
Update this to use the UUID (``--set``) and PARTUUID (``root=`` parameter) Update this to use the UUID (``--set``) and PARTUUID (``root=`` parameter)
(or use the device node directly) of the root partition (e.g. (or use the device node directly) of the root partition (e.g.
``/dev/nvme0n1p2). Hint: use ``sudo blkid /dev/sda*``. ``/dev/nvme0n1p2``). Hint: use ``sudo blkid <device node>``.
Update the kernel name if you used a different name as the source Update the kernel name if you used a different name as the source
for your Service VM kernel. for your Service VM kernel.
Add the ``menuentry`` at the bottom of :file:`40_custom`, keep the
``exec tail`` line at the top intact.
#. Modify the ``/etc/default/grub`` file to make the Grub menu visible when #. Modify the ``/etc/default/grub`` file to make the Grub menu visible when
booting and make it load the Service VM kernel by default. Modify the booting and make it load the Service VM kernel by default. Modify the
lines shown below: lines shown below:
@ -428,6 +432,9 @@ Update the Grub file
Update the kernel name if you used a different name as the source Update the kernel name if you used a different name as the source
for your Service VM kernel. for your Service VM kernel.
Add the ``menuentry`` at the bottom of :file:`40_custom`, keep the
``exec tail`` line at the top intact.
#. Modify the ``/etc/default/grub`` file to make the grub menu visible when #. Modify the ``/etc/default/grub`` file to make the grub menu visible when
booting and make it load the RT kernel by default. Modify the booting and make it load the RT kernel by default. Modify the
lines shown below: lines shown below: