Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 25787  / 3 Years ago, mon, june 21, 2021, 5:48:00

Hi all :) I want to create a KVM image from an existing iso file (for glance on OpenStack), but I didn't find how to do it. Can you help me please?


More From » iso

 Answers
3

Create a VM with a size (6G below) (it will be small until the install is done into it)



qemu-img create myvm.img -f qcow2 6G


Then install the iso into your vm



kvm -m 750 -cdrom ${PWD}/whatever.iso -boot d myvm.img


And run it in 990M of memory:



kvm -m 990 myvm.img

[#31286] Monday, June 21, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itutejagua

Total Points: 89
Total Questions: 124
Total Answers: 113

Location: British Indian Ocean Territory
Member since Sun, Feb 13, 2022
2 Years ago
;