How big is the /boot partition?
Find out by running the following command in a terminal df -h /boot
If the reported size is 1.0G, then it’s likely that kernel installations run out of space and become corrupted.
Please post terminal output as pre-formatted web-discoverable text. Images are hard to read on small screens, and text is more likely to be found by others with similar issues — some may know a solution. It is odd that the 7.0.6 initrd is smaller than the 6.19.14 version. They usually get larger with new kernels. Did you try rebuilding?
$ sudo dnf5 reinstall kernel-core-7.0.6-200.fc44.x86_64
Failed to resolve the transaction:
Packages for argument 'kernel-core-7.0.6-200.fc44.x86_64' installed, but not available.
Rebuilt initramfs instead with sudo dracut -f --kver 7.0.6-200.fc44.x86_64 completed but size stayed almost the same. Haven’t had the emergency mode issue since. Here’s the current /boot:
Glad you have the system working, but I’m not confident that everything is properly configured, and 7.0.8 has important security improvements, so installing 7.0.8 would be useful for both secuity and to check that kernel updates are now working properly.
Thank you so much for your help. I’ll go ahead and install 7.0.8. I’m pretty new to this and it’s only been about a month since I switched from windows to fedora and honestly it’s making my life less miserable and less boring.