Where S The Kernel
- Check
/boot - We can find the Kernel we are using, it has to start with
vmlinuzand an example is here:vmlinuz-6.5.0-21-generic. - Confirm with
uname -r - The
vmlinuzfile is compressed. - The
vmlinuzfile is loaded into memory by GRUB. GRUB will then transfer control to it. - Do not delete this file.