Did you happen to remove orphan packages after updating? If so, you may have accidentally removed gdm
(GNOME Display Manager). If so, you can install it and restart the service from a TTY:
sudo pacman -S gdm
systemctl restart gdm
Did you happen to remove orphan packages after updating? If so, you may have accidentally removed gdm
(GNOME Display Manager). If so, you can install it and restart the service from a TTY:
sudo pacman -S gdm
systemctl restart gdm