Trying to figure out why I have text on the OSMC splash screen

I think maybe it’s this:

clip from dmesg:
[ 4.342978] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.

osmc@osmc:/lib/systemd/system$ cat graphical.target
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

[Unit]
Description=Graphical Interface
Documentation=man:systemd.special(7)
Requires=multi-user.target
After=multi-user.target
Conflicts=rescue.target
Wants=display-manager.service
AllowIsolate=yes

Here’s a full set of logs if anyone would care to take a look. http://paste.osmc.io/usuburimuc

Did you try to install an app that requires x11 from apt like a browser or something?

Probably. I can’t remember what, though.

You can try

sudo systemctl disable display-manager.service

To get rid of the error.