Newbie here.
I installed Ubuntu 22.04 on my pc.
abhi@ubuntu:~$ uname -mrs
Linux 6.8.0-45-generic x86_64
abhi@ubuntu:~$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
I have a tool that works only on 5.15.0-122(or any 5.* kernel) and hence i want to update/downgrade the kernel.
Tried to follow the below link
https://ubuntuhandbook.org/index.php/2023/11/install-ga-kernel-5-15-ubuntu-22-04/
On the reboot part, after selecting generic option, i ran into boot errors related to uuid. Unfortunately, no logs for this is available.
Can you please guide me how i can achieve this ?