Looking at the screenshot it look like after reboot the system got stuck in dracut with the following error:-
Failed to switch root: Specified switch root path /sysroot does not seem to be an OS tree. os-release file is missing.
Which means that the os-release symlinks and files were somehow removed.
A possible fix is listed below, though, I would like someone to confirm or give another option.
mount -o remount,rw /sysroot
cd /sysroot/usr/lib
ln -s os.release.d os-release.d
exit