General troubleshooting
Bedrock 'hangs' after system update or on new installation
Status
Closed
Symptom
System 'hangs' on the systemd-networkd-wait-online service start during the boot process.
It looks like a bug in the service file since it waits for ALL interfaces to get an ip and unless this happens, it will 'hang'.
However, the system does not hang, it will be like this for about 3 minutes, then the service will time out.
Fix
Wait for the system to boot
run
sudo systemctl edit systemd-networkd-wait-online.service
Uncomment the line where there is the execstart="..." and to the end of the command add "--any"
Should look line this:
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any
Save the file
run
Systemctl daemon-reload
sudo systemctl restart systemd-networkd-wait-online.service
SolidRun Ltd.