ThinkPad W541 Frozen Boot

This should be your problem.
Neither the kernel (nouveau) nor the proprietary driver seem to be loaded.
Unfortunately I’m not an expert of Nvidia cards, but I’m sure other users will jump in.
For the moment you could try this tutorial.

Basically, either try to switch to or boot to a TTY and update your system fully, or do this chrooting from the live ISO if you cannot get to a TTY.

garuda-update

will take care of everything (refresh mirrors and update).
You could also try the

sudo dkms autoinstall

In the end, from the Nvidia site, it seems to me that the nvidia-470xx-dkms driver (which is in the chaotic-AUR) should work on your card.
Try also auto-detection/installation:

sudo mhwd -a pci nonfree 0300

Or as last resort:

sudo pacman -Syu nvidia-470xx-dkms
3 Likes