原因:虚拟机拷贝系统时,把原系统的网卡配置也复制下来,但是拷贝后的系统用的网卡地址并不是拷贝过来的网卡地址,导致网卡配置冲突
cat /etc/udev/rules.d/70-persistent-net.rules发现
弹出界面 eth0: 错误:没有找到合适的设备:没有找到可用于连接 'System eth0' 的设备。
弹出界面 eth0: 错误:没有找到合适的设备:没有找到可用于连接 'System eth0' 的设备。
弹出界面 eth0: 错误:没有找到合适的设备:没有找到可用于连接 'System eth0' 的设备。
然后重启服务
service network restart
或者重启系统
reboot

相关文章:

  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2021-05-31
  • 2021-10-08
  • 2021-06-15
  • 2022-01-01
猜你喜欢
  • 2022-01-17
  • 2021-06-06
  • 2021-09-26
  • 2021-12-11
  • 2022-01-16
相关资源
相似解决方案