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: