qemu-kvm command not found [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this questionI have installed kvm in my computer using:
sudo apt-get install qemu-kvm
But when I try to run the command:
qemu-kvm -m 384 -cdrom guestos.iso -hda image.img -boot d
to boot an ISO image from cdrom, it gives the error stating "qemu-kvm command not found". Have I missed on installing any required package? And if not, what is missing?
Try kvm -m 384 -cdrom guestos.iso -hda image.img -boot d
精彩评论