我新安装了 Ubuntu24.04,安装了 Gnome Boxes,当尝试安装 Windows 10 时,出现拒绝访问错误,我遗漏了什么?Windows 10 ISO 位于具有 NTFS 格式的单独 HD 中,文件管理器可以看到它,但 Boxes 只能看到主文件夹,不允许我访问已安装的 HD。
Hao
Asked:
2023-11-10 12:56:48 +0800 CST
user12125591
Asked:
2023-07-29 09:08:36 +0800 CST
我需要在 KVM 中安装最新的 LTS Ubuntu (22.04)。几年前,我以这种方式安装了 18.04 并且它有效:
sudo virt-install --name new_server --ram=2048 --vcpus=1 --cpu host --hvm --disk path=/var/lib/libvirt/images/new_server,size=20 --location http://gb.archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/ --graphics none --console pty,target_type=serial --extra-args 'console=ttyS0,115200n8 serial' --os-type linux --os-variant ubuntu18.04 --network network:default --hvm --force --debug
但现在我得到了这个错误:
ValueError: Could not find an installable distribution at 'http://gb.archive.ubuntu.com/ubuntu/dists/jammy/main/installer-amd64/'
如何以控制台模式在 KVM 上安装 Ubuntu 22.04?