Add sample diagrams for user reference.

This commit is contained in:
jackwhich 2021-09-18 02:25:21 -04:00 committed by David Kinder
parent 321653e3c7
commit 4f2e3384b1

View File

@ -632,6 +632,23 @@ In the following steps, you will configure GRUB on the target system.
.. code-block:: bash .. code-block:: bash
:emphasize-lines: 6,8 :emphasize-lines: 6,8
menuentry "ACRN Multiboot Ubuntu Service VM" --id ubuntu-service-vm {
load_video
insmod gzio
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set "UUID"
echo 'loading ACRN...'
multiboot2 /boot/acrn/acrn.bin root=PARTUUID="PARTUUID"
module2 /boot/vmlinuz-5.10.52-acrn-sos Linux_bzImage
}
#. Save and close the file.
#. Correct example image
.. code-block:: console
menuentry "ACRN Multiboot Ubuntu Service VM" --id ubuntu-service-vm { menuentry "ACRN Multiboot Ubuntu Service VM" --id ubuntu-service-vm {
load_video load_video
insmod gzio insmod gzio
@ -643,8 +660,6 @@ In the following steps, you will configure GRUB on the target system.
module2 /boot/vmlinuz-5.10.52-acrn-sos Linux_bzImage module2 /boot/vmlinuz-5.10.52-acrn-sos Linux_bzImage
} }
#. Save and close the file.
#. Make the GRUB menu visible when #. Make the GRUB menu visible when
booting and make it load the Service VM kernel by default: booting and make it load the Service VM kernel by default: