问题描述:
升级后启动非常慢,进度条那里先走好几个来回,然后是大约一分多钟的waiting for network configuration,接着又是一分钟的waiting up 60 seconds more for network configuration, 最后显示 booting system without full network configuration, 才能进入登录界面
1. 切换到终端
使用组合键: Alt + Ctrl + F4
ps: (Ubuntu 的图形界面对应的是 F7. 其余的F1-6 都是终端)
2. 切换到root
sudo -i
3. 闭上一只眼, 执行以下的一系列命令
4. 再次重启,就可以正常启动了
[quote]http://www.linuxidc.com/Linux/2011-09/42565.htm[/quote]
关键词
waiting for network configuration
waiting up 60 seconds more for network configuration
booting system without full network configuration
升级后启动非常慢,进度条那里先走好几个来回,然后是大约一分多钟的waiting for network configuration,接着又是一分钟的waiting up 60 seconds more for network configuration, 最后显示 booting system without full network configuration, 才能进入登录界面
1. 切换到终端
使用组合键: Alt + Ctrl + F4
ps: (Ubuntu 的图形界面对应的是 F7. 其余的F1-6 都是终端)
2. 切换到root
sudo -i
3. 闭上一只眼, 执行以下的一系列命令
mkdir -p /run /run/lock
rm -rf /var/run /var/lock
ln -s /run /var
ln -s /run/lock /var
4. 再次重启,就可以正常启动了
[quote]http://www.linuxidc.com/Linux/2011-09/42565.htm[/quote]
关键词
waiting for network configuration
waiting up 60 seconds more for network configuration
booting system without full network configuration