系统相关
首页 > 系统相关> > CentOS8_debian11_远程ssh连接_在线安装KVM

CentOS8_debian11_远程ssh连接_在线安装KVM

作者:互联网

CentOS8_debian11_远程ssh连接_在线安装KVM

转载注明来源: 本文链接 来自osnosn的博客,写于 2022-06-27.

参考

Centos8 最简安装 KVM

DEVICE      TYPE      STATE                   CONNECTION
ens33       ethernet  connected               ens33
virbr0      bridge    connected (externally)  virbr0
lo          loopback  unmanaged               --
virbr0-nic  tun       unmanaged               --

Debian11 最简安装 KVM

安装 VM 客户机

qcow2 的镜像 测试

Centos8 , Debian11

virt-install \
--virt-type kvm \
--name opwrt2 \
--memory 512 \
--vcpus 1 \
--os-variant archlinux \
--network bridge=virbr0,model=virtio \
--graphics vnc \
--import \
--noautoconsole \
--autostart \
--disk path=/var/lib/libvirt/images/immortalwrt-x86-64-generic-ext4-combined-efi.qcow2,bus=virtio,format=qcow2

img 的镜像 测试

Centos8 , Debian11

virt-install \
--virt-type kvm \
--name opwrt21 \
--memory 256 \
--vcpus 1 \
--os-variant archlinux \
--network bridge=virbr0,model=virtio \
--graphics vnc \
--import \
--noautoconsole \
--autostart \
--disk path=/var/lib/libvirt/images/openwrt-21.02.3-x86-64-generic-ext4-combined-efi.img,bus=virtio,format=raw

----end----


转载注明来源: 本文链接 https://www.cnblogs.com/osnosn/p/16417701.html
来自 osnosn的博客 https://www.cnblogs.com/osnosn/ .


标签:kvm,--,客户机,KVM,virsh,ssh,debian11,安装
来源: https://www.cnblogs.com/osnosn/p/16417701.html