Axios
When I run the (sudo bootctl --no-pager) command it says (Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi.) -In red.
Did you execute sudo clr-boot-manager mount-boot
before bootctl
? bootctl
is never going to work without sudo clr-boot-manager mount-boot
, as that mounts the EFI system partition for bootctl
. Note that those are purely diagnostic commands, and shouldn't change anything about your system.
What issues are you having aside from the bootctl
error?
As for the old entries (I completely missed that last time): you have both LTS and current kernel installed, so that is somewhat expected. Can you give the output of sudo clr-boot-manager list-kernels
?