From c06867bce2eb440965a74e1e0513dcdee6323478 Mon Sep 17 00:00:00 2001 From: Harshit Maheshwari Date: Tue, 14 Apr 2020 23:34:07 +0530 Subject: [PATCH] doc: added steps for updating kernel manually in AWS installation --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71746b6..f50f6be 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,18 @@ lsmod | grep snd_aloop ``` NOTE: if you are running on AWS you may need to reboot your machine to use the generic kernel instead -of the "aws" kernel. +of the "aws" kernel. If after reboot, your machine is still using the "aws" kernel, you'll need to manually update the grub file. So just run +``` +# open the grub file in editor +nano /etc/default/grub +# Modify the value of GRUB_DEFAULT from "0" to "1>2" +# Save and exit from file + +# Update grub +update-grub +# Reboot the machine +reboot now +``` If you want to enable Jibri these options are required: