Difference between revisions of "Kvm tips"

From lippmann wiki
Jump to: navigation, search
(Created page with "create and start a vm with virsh: virt-install --name ragnaros --memory 512 --vcpus 1 --os-variant=debian12 --virt-type=kvm --network 'type=bridge,source=ontap-br,model=virt...")
 
(No difference)

Latest revision as of 20:58, 1 February 2024

create and start a vm with virsh:

virt-install --name ragnaros --memory 512 --vcpus 1 --os-variant=debian12 --virt-type=kvm --network 'type=bridge,source=ontap-br,model=virtio,virtualport_type=openvswitch' --graphics vnc --disk path=/var/lib/libvirt/images/ragnaros.qcow2,size=5,bus=virtio,format=qcow2 --cdrom '/home/maarten/Downloads/debian-12.4.0-amd64-netinst.iso'