克隆linux虚拟机报错Bringing up interface eth0

克隆了一个虚拟机,但是在启动网卡的时候,报错:
Bringing up interface eth0: Device eth0 does not seem to be present ,delayin initialization

解决:

找到70-persistend-net.rules文件,查看eth1 ,记下他的mac address

然后:重命名网卡

最后:
修改ifcfg-eth1:
HWADDR 修改为上面记下来的MAC address,
修改驱动名

最后重启网卡进程

service network restart

搞定。

时间: 2024-11-08 03:42:04

克隆linux虚拟机报错Bringing up interface eth0的相关文章

CentOS Linux解决网卡报错Bringing up interface eth0.....

问题描述:在VMware里克隆出来的CentOS Linux,开机执行命令:ifconfig...没有看到eth0网卡.然后重启网卡又报以下错误:Bringing up interface eth0:  Device eth0 does not seem to be present,delaying initialization.                    [FAILED] 解决办法:首先,打开/etc/udev/rules.d/70-persistent-net.rules内容如下

克隆kvm虚拟机报错ImportError: No module named 'requests.packages.urllib3'

2018-06-21 更新系统造成kvm克隆命令报错 virt-clone -o centos-7-update-clone -n centos-7-maven-test -f /var/lib/vmdk/jingxiang/maven-test.qcow2 报错信息 Traceback (most recent call last): File "/usr/share/virt-manager/virt-clone", line 27, in <module> impor

如何解决虚拟机克隆导致&quot;Bringing up interface eth0: Error: No suitable device found: no device found for connection &#39;System eth0&#39;.&quot;

在VMware的虚拟机中克隆CentOS,在重启网卡的时候报错: Bringing up interface eth0:  Error: No suitable device found: no device found for connection 'System eth0'. Shutting down loopback interface: [ OK ] Bringing up loopback interface: [ OK ] Bringing up interface eth0: E

VMware克隆linux虚拟机后,克隆后的虚拟机如何把网卡eth1修改为eth0 ?

实验系统版本: CentOS 6.8 问题描述: 当你使用VMware安装好一台虚拟机A后,又克隆了一台虚拟机B出来. 此时运行"ifconfig"命令会发现,网卡显示名称为"eth1"而非"eth0".运行"service network restart"时,虚拟机B就会出现此错误"Bringing up interface eth0:  Error: No suitable device found: no de

虚拟机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:                                        

C3P0在linux下报错:Name or service not known

CentOS监视Tomcat当前命令行输出 tail -f .../apache-tomcat-x.x.x/logs/catalina.out C3P0在Linux下的主要错误内容 31-Jul-2014 14:14:43.072 INFO [localhost-startStop-1] com.mchange.v2.c3p0.impl.C3P0ImplUtils.generateVmId Failed to get local InetAddress for VMID. This is unl

CentOS 6安装KVM后安装虚拟机报错

安装KVM在配置完桥接网卡后,安装虚拟机报错. 附有CentOS 6安装KVM文档,和安装过程截图,可否有人能看出其中问题所在,小女子不胜感激.

远程连接Windows Server 2012 R2虚拟机报错解决方法

前两天在公司通过TeamViewer连回家里做实验时发现,连到某一台二代虚机时登陆会弹出一个错误提示,内容如下: 经过测试发现,只要是切换到普通模式(非增强模式)就可以正常登陆进系统,但是只要切换到特权模式就会出现这样的错误,开始以为是远程登陆的错误,查看后发现远程连接一切正常,权限方面也已经加进去了,那为什么增强模式下登陆就会出错呢? 在组策略里找了找也没发现答案,之后突然惊觉这个账户并不是本地的管理员,也不在域管理员组里,只是一个普通用户,是不是因为这点呢?运行管理员权限的命令提示符之后.输

安装kvm虚拟机报错,解决办法

创建虚拟磁盘文件 [[email protected] ~]# qemu-img create -f qcow2 -o preallocation=metadata dev_beyond.img 8G Formatting 'dev_beyond.img', fmt=qcow2 size=8589934592 encryption=off cluster_size=65536 preallocation='metadata' 参数说明: -o preallocation=metadata 预分配