2 Answers
- Newest
- Most votes
- Most comments
2
Hi,
This documentation will show you how to install user-provided kernels on EC2 instance: https://docs.aws.amazon.com/linux/al2/ug/UserProvidedKernels.html
This way you can use exactly the kernel version you want.
Best,
Didier
0
Hello!
You can try installing a different kernel(-generic) that you have. Change the kernel using the rescue instance method. Before doing this, take a snapshot or create an AMI, and try it on an instance launched from the AMI or snapshot. Although not confirmed, you can also try it in a test environment where you have the "-aws" kernel.
[+] https://repost.aws/knowledge-center/revert-stable-kernel-ec2-reboot
answered 5 months ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
Thanks Didier.
I'll install the generic kernel, and reboot on that and see if the installation package works.
Kind regards Jason