直到我安装 KVM 路由器后才可以使用互联网。
因此,我认为我需要 Ubuntu-22.04.3-desktop-amd64.iso 来从 USB 安装,并带有足够的软件包/库,以便 virt-manager-4.1.0.tar.gz 可以从 USB 成功安装(从 USB 复制到新安装的 Ubuntu 操作系统上)。
这应该会调出 VMM 4.1.0 的 GUI,这样我就可以从 USB 安装 KVM router.iso。
目前出现以下错误:
ubuntu@ubuntu:~/Downloads/virt-manager-4.1.0$ ./virt-install
ERROR
--os-variant/--osinfo OS name is required, but no value was
set or detected.
This is now a fatal error. Specifying an OS name is required
for modern, performant, and secure virtual machine defaults.
You can see a full list of possible OS name values with:
virt-install --osinfo list
If your Linux distro is not listed, try one of generic values
such as: linux2022, linux2020, linux2018, linux2016
If you just need to get the old behavior back, you can use:
--osinfo detect=on,require=off
Or export VIRTINSTALL_OSINFO_DISABLE_REQUIRE=1