Re: Ethernet and WIFI stopped working after reboot
Reply #2 –
Generally you shouldn't need to resort to static connections unless there is no dhcp server or you want to use one. There are various places the hostname can be set, and it might get picked up temporarily by some other apps and stored for that boot.
See:
https://wiki.artixlinux.org/Main/Installation#Configure_the_base_system
Also something like:
$ cd /etc
# grep -rH "your old/new hostname"
# grep -riH "hostname"
might give some ideas where to investigate / edit further.