码迷,mamicode.com
首页 > 其他好文 > 详细

device eth0 does not seem to be present delaying initialization.

时间:2015-05-05 12:50:10      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:解决方案   network   present   虚拟机   记录   

从vcenter-vsphereclient 从模板创建虚拟机后修改IP报错中克隆(clone)了一个Centos6.6的虚拟机,启动之后发现网卡没有启动。于是重启一下network服务,发现提示错误信息device eth0 does not seem to be present delaying initialization.

解决方案:

将 /etc/udev/rules.d/70-persistent-net.rules 删除

然后重启reboot

再次进入系统后找到此文件将最后的 修改"eth1"为"eth0",然后将/etc/sysconfig/network-scripts/ifcfg-eth0中的MAC地址修改为 /etc/udev/rules.d/70-persistent-net.rules文件中所记录的地址,再重启机器,eth0可以正常启动了。


device eth0 does not seem to be present delaying initialization.

标签:解决方案   network   present   虚拟机   记录   

原文地址:http://xiaomaomao.blog.51cto.com/2211235/1641944

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!