Help. yay update broke my system

I am not sure where to go from here. I have a dual boot system with linux and windows on separate M.2s. Everything has worked fine until today when I performed yay update then rebooted. I am now greeted with the failures in the attached image. What do I need to do to fix this?

Image of failures during boot process:
Imgur

Yay didn’t break your system. It’s probably electron.

OK so what do I do here? I am newish to linux. used it off and on here and there for a few years but this is my first attempt at making it my main system.

I had a similar issue with electron. I was able to boot into the live environment and uninstall electron29 by mounting my partition into /mnt and doing pacman -r /mnt -R electron29 and then finishing the update that didn’t complete (my issue is probably slightly different) with pacman -r /mnt -Syu and then I was able to boot and reinstall electron31 or whatever the version is now. Hope this helps.