Cannot boot into GUI anymore after updating

Thats strange, before this issue began I had my nvidia driver installed. I’ve had a look at it and it seems I do have a driver still, I think.

[manjaro /]# mhwd -li
> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
    video-nvidia-450xx            2019.10.25               false            PCI
           video-linux            2018.05.04                true            PCI


Warning: No installed USB configs!

Also I’ve found some entries in journal that look like they may be connected to my problem.

[manjaro /]# journalctl -b -1 | grep -i failed
Sep 14 16:20:34 nick-g752vy kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Sep 14 16:20:34 nick-g752vy systemd-modules-load[266]: Failed to find module 'nvidia'
Sep 14 16:20:34 nick-g752vy systemd-modules-load[266]: Failed to find module 'nvidia-drm'
Sep 14 16:20:35 nick-g752vy kernel: thermal thermal_zone5: failed to read out thermal zone (-61)
Sep 14 17:20:26 nick-g752vy NetworkManager[759]: <warn>  [1600100426.7759] sup-iface[1074431f6596c972,0,wlp2s0]: call-p2p-cancel: failed with P2P cancel failed
Sep 14 17:20:28 nick-g752vy dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Sep 14 17:20:41 nick-g752vy dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 14 17:20:41 nick-g752vy dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 14 17:20:41 nick-g752vy audit[1031]: CRED_ACQ pid=1031 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="nick" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 14 17:20:41 nick-g752vy kernel: audit: type=1103 audit(1600100441.056:53): pid=1031 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="nick" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 14 17:23:03 nick-g752vy dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 14 17:23:09 nick-g752vy dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Sep 14 17:23:09 nick-g752vy dbus-daemon[758]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.

I don’t know enough to say if the above are capable of hanging the system during boot up. I had a very quick read up on this freedesktop.home1.service not found and it seems to be due to broken symbolic links? I’ll look into this some more tomorrow.