File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ partition. Follow these steps:
149
149
# efibootmgr -c -l "\EFI\acrn\acrn.efi" -d /dev/sda -p 1 -L ACRN
150
150
151
151
.. note ::
152
+
152
153
Be aware that a Clearlinux update that includes a kernel upgrade will
153
154
reset the boot option changes you just made. A Clearlinux update could
154
155
happen automatically (if you have not disabled it as described above),
@@ -165,15 +166,15 @@ partition. Follow these steps:
165
166
default value is to use the Clearlinux bootloader, i.e.: ``\EFI\org.clearlinux\bootloaderx64.efi ``.
166
167
#. ``uart= ``: this tells the hypervisor where the serial port (UART) is found or
167
168
whether it should be disabled. There are three forms for this parameter:
168
-
169
+
169
170
#. ``uart=disabled ``: this disables the serial port completely
170
171
#. ``uart=mmio@<MMIO address> ``: this sets the serial port MMIO address
171
172
#. ``uart=port@<port address> ``: this sets the serial port address
172
173
173
174
Here is a more complete example of how to configure the EFI firmware to load the ACRN
174
175
hypervisor and set these parameters.
175
176
176
- .. code-block ::
177
+ .. code-block :: none
177
178
178
179
# efibootmgr -c -l "\EFI\acrn\acrn.efi" -d /dev/sda -p 1 -L "ACRN Hypervisor" \
179
180
-u "bootloader=\EFI\org.clearlinux\bootloaderx64.efi uart=mmio@0x9141e000"
You can’t perform that action at this time.
0 commit comments