소스 검색

doc: added steps for updating kernel manually in AWS installation

Harshit Maheshwari 5 년 전
부모
커밋
c06867b
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12 1
      README.md

+ 12 - 1
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: