@Rhywden said in Error while installing FOG on Ubuntu 18.04:
I tried it on both Debian 8 and Ubuntu 18.04
We have automatic daily installer test running and there is no general issue with Debian or Ubuntu I can assure you.
Make sure that interface is up and has an IP! Run ip a s before running the installer and post output here.
Basically I want to set it up thus that it’s able to connect to an existing network over Wifi.
Ok then you need to configure both interfaces. First WLAN, get an IP and make sure you have internet access through that (ping -c ix.de). Then configure enp6s0 with a static IP and make sure the interface is UP!
ip a s
…
2: enp6s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
…