重启网卡提示Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. [FAILED]:
1、因为克隆的机器没有正确的mac,UUID信息冲突导致的,首先将/etc/udev/rules.d/70-persistent-net.rules文件清空
2、echo "">/etc/udev/rules.d/70-persistent-net.rules
或者mv或者rm
3、将网卡配置文件/etc/sysconfig/network-scripts/ifcfg-eth0的uuid和hwaddr这两行删除
4、重启 init 6
5、/etc/init.d/network restart 不执行也可以

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2021-08-23
猜你喜欢
  • 2021-06-12
  • 2022-02-18
  • 2022-02-23
  • 2021-07-22
  • 2021-11-16
  • 2021-11-04
相关资源
相似解决方案