标签 waiting up to 60 more seconds for network configuration 下的文章

因为更换机械硬盘为SSD固态硬盘的原因, 每次开机时启动画面在读条的地方停好久

首先是提示 waiting for the network configuration

然后是 Waiting for 60 seconds more for network configuration

最后是 booting system without full network configuration...

整个过程花大概一两分钟才能启动系统。

解决办法:

 vi /etc/network/interfaces

然后

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto wlan0
iface wlan0 inet manual