How to launch a virtual machine in qcow2 format in Ubuntu 13.04?

5,407

I fixed the problem using the following commands:

sudo apt-get install qemu-utils
sudo apt-get install qemu-kvm
kvm -hda cloudera-quickstart-vm-4.4.0-1-kvm.qcow2 -net nic -net user -m 512

I hope it helps you as well.

Share:
5,407

Related videos on Youtube

Mona Jalal
Author by

Mona Jalal

contact me at [email protected] I am a 5th-year computer science Ph.D. Candidate at Boston University advised by Professor Vijaya Kolachalama in computer vision as the area of study. Currently, I am working on my proposal exam and thesis on the use of efficient computer vision and deep learning for cancer detection in H&E stained digital pathology images.

Updated on September 18, 2022

Comments

  • Mona Jalal
    Mona Jalal over 1 year

    I have cloudera-quickstart-vm-4.4.0-1-kvm.qcow2 file which I took from this site but I don't know how to play the vm. Could you please give me some hints or introduce me the proper tools?