CaffeineAddict
Well-Known Member
Have you reinstalled only DE or whole system?Now his LMDE 6 installation is going through the same performance issues and black screen as the LM 20.2 install.
Your screenshot lacks interface configuration therefore you need to look into
/etc/network/interfaces.d
and confirm there is file which configures loopback interface as follows:
Bash:
auto lo
iface lo inet loopback
Please also post output of
ip a
to confirm loopback NIC is set up.If this won't work then next step is to replace
networking
with systemd-networkd
but first you want to investigate if loopback is problem.