From 4f2e3384b1ee8affd5a0fb144947ac49a8756a90 Mon Sep 17 00:00:00 2001 From: jackwhich Date: Sat, 18 Sep 2021 02:25:21 -0400 Subject: [PATCH] Add sample diagrams for user reference. --- doc/getting-started/getting-started.rst | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index dd4ae2dfe..58ef07497 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -632,6 +632,23 @@ In the following steps, you will configure GRUB on the target system. .. code-block:: bash :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 { load_video 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 } - #. Save and close the file. - #. Make the GRUB menu visible when booting and make it load the Service VM kernel by default: