Every time I startup I now have to press ctrl + alt + f3 and type something along the lines of
sudo systemctl start gdm3
if I don't do that then my pc will just be stuck on the bios logo and nothing else.
This is the tutorial I followed https://trendoceans.com/how-to-remove-the-kde-plasma-environment-in-ubuntu/
when I try
sudo systemctl enable gdm3
I get
Synchronizing state of gdm3.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable gdm3
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
Possible reasons for having this kind of units are:
• A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
• A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
• A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
• In case of template units, the unit is meant to be enabled with some
instance name specified.
edit: I found the fix which was sudo dpkg-reconfigure gme3 thanks person on reddit