Skip to content

Commit 2b44968

Browse files
Geoffroy Van Cutsemdbkinder
authored andcommitted
Documentation: minor update to the tutorial about Ubuntu as SOS
Minor update to the tutorial on how to use Ubuntu as the Service OS with ACRN. Specifically, the instructions for making the Grub menu visible at boot time now involved modify the /etc/default/grub file and not the /boot/grub/grub.cfg as before. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
1 parent 21458bd commit 2b44968

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/tutorials/using_ubuntu_as_sos.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,20 +188,19 @@ You can download latest Service OS kernel from
188188
The command line for the kernel in /etc/grub.d/40_custom should be all
189189
as a single line, not as multiple lines. Otherwise the kernel will fail to boot
190190

191-
* Update Grub on your system
191+
* Modify the ``/etc/default/grub`` file to make the grub menu visible when booting.
192+
There are a couple of lines to be modified, as shown below.
192193

193194
.. code-block:: none
194195
195-
sudo update-grub
196+
#GRUB_HIDDEN_TIMEOUT=0
197+
GRUB_HIDDEN_TIMEOUT_QUIET=false
196198
197-
At this point, you need to modify ``/boot/grub/grub.cfg`` file manually to
198-
enable the timeout so that the system has an opportunity to show you the
199-
grub menu. (Without this the grub choice menu won't display.)
199+
* Update Grub on your system
200200

201201
.. code-block:: none
202202
203-
#set timeout_style=hidden
204-
set timeout = 10
203+
sudo update-grub
205204
206205
#. Reboot the system
207206

0 commit comments

Comments
 (0)