- #1
- 3,318
- 8,807
- TL;DR Summary
- If the current kernel is not in the grub or the installed list of apt, where is it?
I have this remote server where I loaded the ISP-provided OS, namely Ubuntu 22.04.
The
My problem arose when there seemed to be missing modules for kernel 5.2.0 in
No problem, I'm upgrading to the latest kernel (image and headers) and the grub. I now have kernel 5.15.101 installed, also in the grub files and the
Rebooting ... still 5.2.0 loading up. I tried to change
I cannot find where '5.2.0' is set to load. With
The most info I found was with
Being accessed with a remote connection, I cannot access a grub menu to examine.
The
lsb_release -d
shows "Ubuntu 22.04.4 LTS" and uname -r
shows "5.2.0".My problem arose when there seemed to be missing modules for kernel 5.2.0 in
/lib/modules/5.2.0
for my needs. There is also no information about kernel 5.2.0 in the grub files or the /boot
directory.No problem, I'm upgrading to the latest kernel (image and headers) and the grub. I now have kernel 5.15.101 installed, also in the grub files and the
/boot
directory; even all the modules files are there. But there is still no sign of the 5.2.0 version in the new grub files.Rebooting ... still 5.2.0 loading up. I tried to change
GRUB_DEFAULT
from '0' to '1' or even '2', and always version 5.2.0 loads up.I cannot find where '5.2.0' is set to load. With
apt
there is nothing about this version, installed or available. If there is no mention of it in the grub, where is it coming from?The most info I found was with
cat / proc/version
which returned "Linux version 5.2.0 (mockbuild @ builder9.eng.sw.ru) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Wed Jul 12 12:00:44 MSK 2023".Being accessed with a remote connection, I cannot access a grub menu to examine.