Centos VirtManager 克隆映像 - libvirt 中不存在设备 eth0
Centos VirtManager Clone image - Device eth0 does not exist in libvirt
我使用 VirtualBox 安装了 Centos 映像,克隆映像并将其转换为 Qcow2 格式并尝试使用 Virt-manager。但是我发现接口在虚拟机中不可用。
显示
"Bringing up interface eth0: Device eth0 does not seems to be present,"
我还尝试删除了持久性规则、打开 chkconfig 网络并重新启动 VM。
但是无法在VM中实现接口。
有什么想法请多多指教
此问题是由于 NIC 设备型号引起的,
主机网卡驱动为e1000,虚拟机设置为rtl8139。因为没有显示哪个 eth 端口。
一旦我更改为正确的 e1000 驱动程序。它有效。
新的学习。可以添加到清单中的东西。 :)
我使用 VirtualBox 安装了 Centos 映像,克隆映像并将其转换为 Qcow2 格式并尝试使用 Virt-manager。但是我发现接口在虚拟机中不可用。
显示
"Bringing up interface eth0: Device eth0 does not seems to be present,"
我还尝试删除了持久性规则、打开 chkconfig 网络并重新启动 VM。
但是无法在VM中实现接口。
有什么想法请多多指教
此问题是由于 NIC 设备型号引起的,
主机网卡驱动为e1000,虚拟机设置为rtl8139。因为没有显示哪个 eth 端口。
一旦我更改为正确的 e1000 驱动程序。它有效。
新的学习。可以添加到清单中的东西。 :)