After reading the forum, some people had similar issues so I followed these steps:
Live boot into EOS.
sudo lsblk -f
sudo mount /dev/sda11 /mnt This is my root partition
sudo mount /dev/sda9 /mnt This is my boot partition
sudo arch-chroot /mnt
After this step I see [root@Endeavouros /] # but I do not know what is the correct step to fix the original error in the image above. If anyone could give me a command I can try it would be appreciated.
I apologize if its something trivial I’ve been using EndeavourOS for a year but never had any problems I’m really new to fixing things and I cannot do a fresh install as and my documents are in there.
If I can provide more info to explain my situation better on anything or screenshots please tell me.
Did you also mount your /boot or /efi partition before you chrooted into the system, the initramfs usually gets generated after you install the kernel and then gets placed along side the location where the kernel is installed whether that be under /boot or /efi.
Then your install was from before the installer switched to dracut, although I’m surprised that doesn’t automatically get run with reinstalling a kernel. Glad that it is fixed!