I have this problem. The network was not loading
The network services does not load
So the get in into the console and found that:
[FAILED] Failed to start Raise network interfaces.
See 'systemctl status networking.service' for details
I did the command and the service was not load:
Solved by changing file /etc/network/interfaces doing:
vi /etc/network/interfaces
from:
auto lo
to:
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet dhcp
then reboot and everything was fine again