memo:kvm
Ceci est une ancienne révision du document !
KVM
creation d'une image disque “test.img” de 8Go :
qemu-img create -f qcow2 test.img 8G
Boot sur une image ISO avec comme disque dur test.img et 1Go de RAM :
kvm -m 1024 -cdrom image.iso -boot d testHD.img
Boot sur l'image test.img :
kvm -m 1024 -hda testHD.img
memo/kvm.1317047859.txt.gz · Dernière modification : 2011/09/26 14:37 de sheltem