终于等到你
重启网卡提示Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. 的解决方案:
这是因为克隆的机器没有正确的mac,UUID信息冲突导致的
1、rm -f /etc/udev/rules.d/70-persistent-net.rules文件删除
2、然后将网卡配置文件/etc/sysconfig/network-scripts/ifcfg-eth0的uuid和hwaddr这两行删除:
3、执行reboot命令,重启系统
来源:CSDN
作者:charmsongo
链接:https://blog.csdn.net/qq_29175301/article/details/104169944