When running cPanel Ubuntu 20 ELevate you encounter the following error during the ELevate check:
* 2025-06-02 15:17:53 [ERROR] *** Elevation Blocker detected: ***
Unable to determine running and boot kernels due to the following error:
(XID tgrc4n) The system failed to read "/boot/vmlinuz" as a symbolic link because of an error: No such file or directory
You can fix the missing "/boot/vmlinuz" error by running the following commands:
ln -sf /boot/vmlinuz-$(uname -r) /boot/vmlinuz
ln -sf /boot/initrd.img-$(uname -r) /boot/initrd.img
Once complete you can re-attempt the ELevate check to confirm there are no further blockers:
/scripts/elevate-cpanel --check