问题:

经常开机ubuntu时,会卡在 A start job is running for wait for network to be Configured 要等待很久才可以跳过;有什么好的办法来解决这个问题呢;

完美结局 ubuntu开机卡在等待网络连接_ubuntu

解决:

vim /etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service

添加

TimeoutStartSec=2sec

完美结局 ubuntu开机卡在等待网络连接_ubuntu_02

完美解决