All the help is very much appreciated and using the guidance from this thread I was able to fix my problem. So just in case anyone else is in the unfortunate situation where shutting down during update is unavoidable:
- Press
e
when you see the grub menu - Edit the line that starts with
linux
and add3
at the end of that line. Then pressCtrl+X
. See: https://fostips.com/boot-rescue-emergency-mode-ubuntu-fedora/
2a. Start networking. I used:sudo systemctl restart systemd-resolved.service
2b. Test connection:ping www.google.com
- Enter
dnf update
- Remove the packages that are causing the error. See: https://discussion.fedoraproject.org/t/dnf-update-transaction-test-error/70587
- Enter dnf update again
Then restart.