标签:delaying initialization vm network device eth0 does not seem to be present
当你启动vm中的network时出现了这个错误:
Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization
解决方法是:
cat /etc/sysconfig/network-scripts/ifcfg-eth0
找到对应的HWADDR, 同时查看右键单击虚拟机,找到:
记下这个HWADDR,然后关闭VM,编辑这个vm修改MAC Address为刚才vm中出现的mac
然后重启vm
在service network restart
就可以了
本文出自 “苏兰网络” 博客,请务必保留此出处http://zhangfang526.blog.51cto.com/8588740/1709805
Device eth0 does not seem to be present, delaying initialization
标签:delaying initialization vm network device eth0 does not seem to be present
原文地址:http://zhangfang526.blog.51cto.com/8588740/1709805