This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
технология_kvm [2024/11/27 08:26] val [Создание образа VM из дистрибутива] |
технология_kvm [2025/02/13 08:34] (current) val [Загрузка образа] |
||
---|---|---|---|
Line 16: | Line 16: | ||
# egrep -c '(vmx|svm)' /proc/cpuinfo | # egrep -c '(vmx|svm)' /proc/cpuinfo | ||
+ | # apt update | ||
# time apt install qemu-kvm libvirt-daemon libvirt-clients bridge-utils virt-manager #qemu | # time apt install qemu-kvm libvirt-daemon libvirt-clients bridge-utils virt-manager #qemu | ||
real 4m27.401s | real 4m27.401s | ||
Line 113: | Line 114: | ||
# qemu-img info --output json /root/noble-server-cloudimg-amd64.img | # qemu-img info --output json /root/noble-server-cloudimg-amd64.img | ||
+ | # qemu-img info --output json /root/debian-12-generic-amd64.qcow2 | ||
# time apt install libguestfs-tools | # time apt install libguestfs-tools |