Ubuntu开机提示: Booting system without full network configuration

$sudo vim /etc/init/failsafe.conf 
 1 script 
2 # Determine if plymouth is available
3 if [ -x /bin/plymouth ] && /bin/plymouth --ping ; then
4 PLYMOUTH=/bin/plymouth
5 else
6 PLYMOUTH=":"
7 fi
8
9 # The point here is to wait for 2 minutes before forcibly booting
10 # the system. Anything that is in an "or" condition with ""started
11 # failsafe"" in rc-sysinit deserves consideration for mentioning in
12 # these messages. currently only static-network-up counts for that.
13
14 sleep 20
15
16 # Plymouth errors should not stop the script because we *must* reach
17 # the end of this script to avoid letting the system spin forever
18 # waiting on it to start.
19 ¥PLYMOUTH message --text="Waiting for network configuration..." || :
20 sleep 1  #modify this
21
22 ¥PLYMOUTH message --text="Waiting up to 60 more seconds for network configuration..." || :
23 sleep 1  #modify this
24 ¥PLYMOUTH message --text="Booting system without full network configuration..." || :
25
26 # give user 1 second to see this message since plymouth will go
27 # away as soon as failsafe starts.
28 sleep 1
29 exec initctl emit --no-wait failsafe-boot
30 end script

转载于:https://www.cnblogs.com/freedreamnight/p/3681803.html

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值