mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-07 20:39:14 +00:00
doc: add kernel version to grub menuentry in GSG
1. add kernen version to menuentry "Ubuntu-ACRN Board Inspector" 2. add kernel version and acrn version to menuentry "Ubuntu with ACRN hypervisor" Please refer to #8357(master) and #8358(release_3.2) for code change. Signed-off-by: Min Yang <minx.yang@intel.com>
This commit is contained in:
parent
1961718a6e
commit
9d2e72f5ea
@ -618,13 +618,10 @@ Install ACRN
|
|||||||
The target system will reboot into the ACRN hypervisor and
|
The target system will reboot into the ACRN hypervisor and
|
||||||
start the Ubuntu Service VM.
|
start the Ubuntu Service VM.
|
||||||
|
|
||||||
#. Confirm that you see the GRUB menu with the "Ubuntu-ACRN Board Inspector" entry. Select
|
#. Confirm that you see the GRUB menu with "Ubuntu-ACRN Board Inspector, with 5.15.0-56-generic" entry.
|
||||||
it and proceed to booting ACRN. (It may be auto-selected, in which case it
|
Select it and proceed to booting ACRN. (It may be auto-selected, in which case it
|
||||||
will boot with this option automatically in 5 seconds.)
|
will boot with this option automatically in 5 seconds.)
|
||||||
|
|
||||||
Note: Maybe there are several same items display, you can check them via pressing the key ``e`` to
|
|
||||||
select the item with kernel "5.15.0-53-generic".
|
|
||||||
|
|
||||||
Example grub menu shown as below:
|
Example grub menu shown as below:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
@ -633,12 +630,10 @@ Install ACRN
|
|||||||
────────────────────────────────────────────────────────────────────────────────
|
────────────────────────────────────────────────────────────────────────────────
|
||||||
Ubuntu
|
Ubuntu
|
||||||
Advanced options for Ubuntu
|
Advanced options for Ubuntu
|
||||||
Ubuntu-ACRN Board Inspector
|
Ubuntu-ACRN Board Inspector, with 5.15.71-acrn-service-vm
|
||||||
Ubuntu-ACRN Board Inspector
|
*Ubuntu-ACRN Board Inspector, with 5.15.0-56-generic
|
||||||
*Ubuntu-ACRN Board Inspector
|
Ubuntu with ACRN hypervisor, with 5.15.71-acrn-service-vm(3.2)
|
||||||
Ubuntu with ACRN hypervisor
|
Ubuntu with ACRN hypervisor, with 5.15.0-56-generic(3.2)
|
||||||
Ubuntu with ACRN hypervisor
|
|
||||||
Ubuntu with ACRN hypervisor
|
|
||||||
UEFI Firmware Settings
|
UEFI Firmware Settings
|
||||||
|
|
||||||
.. _gsg-run-acrn:
|
.. _gsg-run-acrn:
|
||||||
@ -723,7 +718,7 @@ Launch the User VM
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-53-generic x86_64)
|
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-56-generic x86_64)
|
||||||
|
|
||||||
* Documentation: https://help.ubuntu.com
|
* Documentation: https://help.ubuntu.com
|
||||||
* Management: https://landscape.canonical.com
|
* Management: https://landscape.canonical.com
|
||||||
@ -752,7 +747,7 @@ Launch the User VM
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
ubuntu@ubuntu:~$ uname -r
|
ubuntu@ubuntu:~$ uname -r
|
||||||
5.15.0-53-generic
|
5.15.0-56-generic
|
||||||
|
|
||||||
Then open a new terminal window and use the command to see that the Service
|
Then open a new terminal window and use the command to see that the Service
|
||||||
VM is running the ``acrn-kernel`` Service VM image:
|
VM is running the ``acrn-kernel`` Service VM image:
|
||||||
|
Loading…
Reference in New Issue
Block a user