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

Device eth0 does not seem to be present, delaying initialization

时间:2016-11-16 03:31:32      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:linux网卡

故障:

在VirtualBox中导入了一个已经存在的虚拟机,启动之后发现网卡没有启动。于是重启一下network服务,发现提示错误信息 “Device eth0 does not seem to be present, delaying initialization.”

解决方法:

1、 删除 /etc/udev/rules.d/70-persistent-net.rules 后重启机器。

    70-persistent-net.rules这个文件确定了网卡与MAC地址的绑定,导入已经存在的虚拟机后,但网卡的MAC地址发生了 变化,所以导致系统认为网络设备不存在。

2、经过这样的处理后eth0还不能正常启动,需要将 /etc/udev/rules.d/70-persistent-net.rules 文件最后的修改"eth1"为"eth0",然后将/etc/sysconfig/network-scripts/ifcfg-eth0中的MAC地址 修改为 /etc/udev/rules.d/70-persistent-net.rules文件中所记录的地址,再重启机器,eth0可以正常启动了。


本文出自 “morrowind” 博客,请务必保留此出处http://morrowind.blog.51cto.com/1181631/1873195

Device eth0 does not seem to be present, delaying initialization

标签:linux网卡

原文地址:http://morrowind.blog.51cto.com/1181631/1873195

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