Device eth0 does not seem to be present,delaying initialization解决方法

Bringing up interface eth0:  Device eth0 does not seem to be present, delaying initialization.

在linux下的虚拟机出现了这个问题,原因是要修改固定ip,作了部分修改。

故障现象:
[[email protected]~]# service network restart 
Shutting down loopback insterface:                                                                                                        [   OK   ] 
Bringing up loopback insterface:                                                                                                             [   OK   ]
Bringing up interface eth0:  Device eth0 does not seem to be present,delaying initialization.                    [FAILED] 
解决办法
1.修改Centos虚拟机克隆机的HWADDR为ifconfig -a的MAC地址 
如:HWADDR="00:0C:29:90:A7:23" 
2.然后再做以下操作 
[[email protected]~]# rm -rf /etc/udev/rules.d/70-persistent-net.rules 
[[email protected]~]# reboot 
……………… 
[[email protected]~]# service network restart 
Shutting down loopback insterface:                                                                                                        [   OK   ] 
Bringing up loopback insterface:                                                                                                             [   OK   ] 
Bringing up interface eth0:                                                                                                                     [   OK   ]

-------------------------

[[email protected] ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:D1:A0:D2
inet addr:192.168.203.132 Bcast:192.168.203.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fed1:a0d2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:103 errors:0 dropped:0 overruns:0 frame:0
TX packets:115 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:18904 (18.4 KiB) TX bytes:38794 (37.8 KiB)

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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:480 (480.0 b) TX bytes:480 (480.0 b)

时间: 2024-08-04 21:10:47

Device eth0 does not seem to be present,delaying initialization解决方法的相关文章

Device eth0 does not seem to be present,delaying initialization. 虚拟机克隆后出现网卡起不来

一.故障现象: [[email protected] ~]# service network restart Shutting down loopback insterface:                                                       [   OK  ] Bringing up loopback insterface:                                                            [  

Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization.

--http://blog.csdn.net/xluren/article/details/38986667 Bringing up interface eth0:  Device eth0 does not seem to be present, delaying initialization. 在linux下的虚拟机出现了这个问题,问题的产生是因为之间做过部分的修改,clone等操作. 不就方案. CentOS Device does not seem to be present  故障现象

Device eth0 does not seem to be present,delaying initialization

centos6.4安装 minimal ifconfig...没有看到eth0..然后重启网卡又报下面错误. 故障现象: service network restartShutting down loopback insterface:                                                                                                     [  OK  ]Bringing up loopback in

虚拟机CentOS复制到其他主机vm下IP地址无效(Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization)

Bringing up interface eth0:  Device eth0 does not seem to be present, delaying initialization 在虚拟机VM下安装的CentOS遇到这个问题,我是将centos.vmx放到其他的VM下打开 #dhclient #service network restart Shutting down loopback insterface:                                        

Linux 克隆虚拟机引起的“Device eth0 does not seem to be present, delaying initialization”

虚拟机Vmware上克隆了一个Red Hat Enterprise Linx启动时发现找不到网卡,如下所示,如果你在命令窗口启动网络服务就会遇到"Device eth0 does not seem to be present, delaying initialization"错误 关于这个错误,搜索了一下网上的资料,发现还蛮多人遇到过这类错误,了解了一下错误产生的原因和解决方案 错误原因: 克隆的Linux系统在新的机器上运行,新服务器网卡物理地址已经改变.而/etc/udev/rul

问题: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 seem to be present,delaying initialization.                    [FAILED] 1.造成的原因: 第一次创建的时候,在文件: /etc/sysconfig/network-scripts/ifcfg-eth0 里面设定了网卡0绑定了MAC地

vmware报Device eth0 does not seem to be present, delaying initialization错误

系统环境: CentOS-6.8-X86_64 使用vmware的克隆功能后,使用新克隆的虚拟机会报Device eth0 does not seem to be present, delaying initialization这样一个错误,这是由于网卡MAC地址错误导致的问题. 解决方法: 1.删除/etc/udev/rules.d/70-persistent-net.rules文件 2.编辑/etc/sysconfig/network-scripts/ifcfg-ethX文件,删除关于MAC

linux 网卡问题 Device eth0 does not seem to be present,delaying initialization.

Device eth0 does not seem to be present,delaying initialization. 网上搜索后才发现原因所在:原来vmware在复制了虚拟机后会自动生成一个新的网卡设备供该虚拟机使用,比如 原先的网卡是eth0,复制虚拟机后后就会增加eth1.但是由于没有生成相应的/etc/sysconfig/network-scripts /ifcfg-eth1文件,导致网络连接失败,这个应该是vmware的一个bug. 查看网卡配置文件/etc/udev/rul

clone vmware虚拟机,启动的时候出现device eth0 does not seem to be present, delaying initialization错误

克隆了一个centos虚拟机,但是出现错误:device eth0 does not seem to be present, delaying initialization,可以尝试以下两种方式 1.vi /etc/sysconfig/network-scripts/ifcfg-eth0ifcfg-eth0的配置文件里保存了以前的MAC地址,就把这一行删除掉在重启网卡 2./etc/udev/rules.d/70-persistent-net.rules 删除后重启机器因为这个文件绑定了网卡和m