mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 15:31:35 +00:00
Add sample diagrams for user reference.
This commit is contained in:
parent
321653e3c7
commit
4f2e3384b1
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user