Login screen freezes and cursor becomes an X

recently installed manjaro kde plasma fresh and ive been getting a black screen/no desktop on my main monitor, after doing some tinkering I can no longer login through the login screen: the cursor becomes an X and is movable, but i can do nothing else without a restart.

Welcome at the forum, @Gareufen,

Please, explain what exactly means:

Boot into a Manjaro live iso and then open a terminal window to execute the following commands:

sudo parted -l
test -d /sys/firmware/efi && echo efi || echo bios
sudo blkid

Post the output here.

In the next step try to chroot into your system by

sudo manjaro-chroot -a     {if only one single line is offered enter 1}
inxi -Fxxxza --no-host
cat /etc/fstab
ls -la /boot
exit

Post the output here as well.

Unfortunately I’ve already reimaged the machine out of frustration, thank you for responding.