How to solve “Device eth0 does not seem to be present, delaying initialization” error
Today, I encountered with a strange error after I cloned CentOS 6 guest machine in Oracle VirtualBox. After logging in to CentOS guest, my network card is disappeared. I can’t SSH to the CentOS guest anymore. I tried to check the IP address using command:
# ifconfig
Sample output:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth0 config details doesn’t show up. It only displays the loopback interface details.
I tried to restart the network service to sort out the issue.
# service network restart
Nothing! It simply displayed the following error.
Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization
Method 1:
To fix this problem, simply remove the file /etc/udev/rules.d/70-persistent-net.rules and reboot your system.
# rm /etc/udev/rules.d/70-persistent-net.rules
Now, you will see the network card is up.
Method 2:
If the problem is still not solved, open up the eth0 config file:
# vi /etc/sysconfig/network-scripts/ifcfg-eth0
Note down the MAC id (HWADDR). change HWADDR to your VMWare Network Card Mac address
[...]
HWADDR=08:00:27:DC:33:3F
[...]
How to solve “Device eth0 does not seem to be present, delaying initialization” error的更多相关文章
- Linux 克隆虚拟机引起的“Device eth0 does not seem to be present, delaying initialization”
		虚拟机Vmware上克隆了一个Red Hat Enterprise Linx启动时发现找不到网卡,如下所示,如果你在命令窗口启动网络服务就会遇到"Device eth0 does not s ... 
- linux 网卡问题  Device eth0 does not seem to be present,delaying initialization.
		Device eth0 does not seem to be present,delaying initialization. 网上搜索后才发现原因所在:原来vmware在复制了虚拟机后会自动生成一 ... 
- Device eth0 does not seem to be present, delaying initialization. 问题
		今天在复制vmware的时候 出现网卡无法启动 报错显示 Device eth0 does not seem to be present, delaying initialization. 这个错误原 ... 
- VMware报错:“device eth0 does not seem to be present, delaying initialization ”
		转自:http://blog.sina.com.cn/s/blog_77126fa501018s3d.html vmlite虚拟机启动出错,就把这个虚拟机删除掉重新建立,系统虚拟硬盘使用之前的,启动系 ... 
- Device eth0 does not seem to be present, delaying initialization.转载
		昨天在vm里面克隆了个虚拟机,克隆之后,启动了网卡起不来,已启动就报 Device eth0 does not seem to be present, delaying initialization. ... 
- Device eth0 does not seem to be present,delaying initialization解决方法
		Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization. 在linu ... 
- device eth0 does not seem to be present, delaying initialization
		在搭建LVS+Keepalived高可用负载均衡环境的过程中,使用VirtualBox复制了两个Centos的环境,并且选中了“重新初始化网卡”的选项,但是在启动这两个复制的Centos环境的时候,发 ... 
- 问题:Bringing up interface eth0:  Device eth0 does not seem to be present,delaying initialization.   [FAILED]—— 找不到网卡。
		克隆虚拟机的时候或其他情况出现以下问题(命令service network restart): Bringing up interface eth0: Device eth0 does not ... 
- linux 启动network后报错:device eth0 does not seem to be present, delaying initialization
		问题背景: 在vsphere client中部署ovf模板后启动linux 的network后提示:device eth0 does not seem to be present, delaying ... 
随机推荐
- The Activation Function in Deep Learning 浅谈深度学习中的激活函数
			原文地址:http://www.cnblogs.com/rgvb178/p/6055213.html 版权声明:本文为博主原创文章,未经博主允许不得转载. 激活函数的作用 首先,激活函数不是真的要去激 ... 
- 在 CentOS 下手工安装 Docker v1.1x
			Docker在 centos 6.x 下面默认最新的版本是1.7, 然而这个并不符合我的实际需求, 尤其我需要 docker-compose 来作为编配工具部署swarm, 所以我只有手工安装了. 首 ... 
- css3美化radio样式
			.magic-radio{ position: absolute; display: none; } .magic-radio + label { position: relative; displa ... 
- 基于angular+bower+glup的webapp
			一:bower介绍 1:全局安装安装bower cnpm i -g bower bower常用指令: bower init //初始化文件 bower install bower uninstall ... 
- Thunder团队第二周 - Scrum会议2
			Scrum会议2 小组名称:Thunder 项目名称:爱阅app Scrum Master:胡佑蓉 工作照片: 参会成员: 王航:http://www.cnblogs.com/wangh013/ 李传 ... 
- 无法启动mysql服务 错误1067:进程意外中止
			这个错误在前些周遇到过,没有解决,直接粗暴的卸载重装了,自己用的是wampserver集成环境,重装的后果是mysql里面的一些已有的数据库就没有了,有点小悲剧,不过幸好都是一些测试用的数据库,后面直 ... 
- lintcode-184-最大数
			184-最大数 给出一组非负整数,重新排列他们的顺序把他们组成一个最大的整数. 注意事项 最后的结果可能很大,所以我们返回一个字符串来代替这个整数. #### 样例 给出 [1, 20, 23, 4, ... 
- listBox和pictureBox的使用
			重要属性:pictureBox中SizeMode可以更改图像显示的尺寸大小. using System; using System.Collections.Generic; using System. ... 
- SpringBoot2.0(五) CORS跨域
			部分跨域 @CrossOrigin注解支持类级别,方法级别添加.可以在controller类或者方法上添加,支持部分接口跨域.在两者上都添加时,方法级别的覆盖类级别的. 属性 说明 origins 允 ... 
- JavaScript 语句标识符,变量周期,常见的HTML事件
			语句 描述 break 用于跳出循环. catch 语句块,在 try 语句块执行出错时执行 catch 语句块. continue 跳过循环中的一个迭代. do ... while 执行一个语句块, ... 
