mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
doc: add multiboot module string parameter
The multiboot module string will be used to identify the usage of current module, it must exactly match with "kernel_mod_tag" which configured in VM configurations files; Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -327,9 +327,15 @@ Enable partition mode in ACRN hypervisor
|
||||
|
||||
echo 'Loading partition mode hypervisor ...'
|
||||
multiboot /boot/acrn.32.out
|
||||
module /boot/bzImage
|
||||
module /boot/bzImage XXXXXX
|
||||
}
|
||||
|
||||
.. note::
|
||||
|
||||
The multiboot module param ``XXXXXX`` is the bzImage tag and must
|
||||
exactly match the ``kernel_mod_tag`` configured in file
|
||||
``hypervisor/scenarios/logical_partition/vm_configurations.c``.
|
||||
|
||||
Modify the ``/etc/default/grub`` file as follows to make the GRUB menu visible
|
||||
when booting:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user