I seem to have some old images hanging around despite those kernel versions being removed:
sudo update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.4-x86_64
Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.4-x86_64.img
Found initrd fallback image: /boot/initramfs-6.4-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.3-x86_64
Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.3-x86_64.img
Found initrd fallback image: /boot/initramfs-6.3-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.2-x86_64
Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.2-x86_64.img
Found initrd fallback image: /boot/initramfs-6.2-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.1-x86_64
Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.1-x86_64.img
Found initrd fallback image: /boot/initramfs-6.1-x86_64-fallback.img
Found linux image: /boot/vmlinuz-5.12-x86_64
Found initrd image: /boot/amd-ucode.img /boot/initramfs-5.12-x86_64.img
Found initrd fallback image: /boot/initramfs-5.12-x86_64-fallback.img
Found linux image: /boot/vmlinuz-5.9-x86_64
Found initrd image: /boot/amd-ucode.img /boot/initramfs-5.9-x86_64.img
Found initrd fallback image: /boot/initramfs-5.9-x86_64-fallback.img
pamac list -i | grep linux
archlinux-appstream-data 20230526-1 extra 20.2 MB
archlinux-keyring 20230704-1 core 1.7 MB
lib32-util-linux 2.39.1-1 multilib 1.2 MB
linux-api-headers 6.3-1 core 5.6 MB
linux-firmware 20230625.ee91452d-2 core 482.4 MB
linux-firmware-whence 20230625.ee91452d-2 core 218.7 kB
linux61 6.1.38-1 core 149.9 MB
linux61-headers 6.1.38-1 core 152.4 MB
linux63 6.3.12-1 core 160.7 MB
linux63-headers 6.3.12-1 core 161.7 MB
linux64 6.4.2-3 core 138.3 MB
linux64-headers 6.4.2-3 core 162.3 MB
util-linux 2.39.1-1 core 13.9 MB
util-linux-libs 2.39.1-1 core 1.3 MB
This seems to be related to: Old uninstalled kernel versions are still present in mkinitcpio.d
How do I clean up these old kernels? Do I just go into the relevant folders (which I still need to find) and remove any files with the old versions?