By Dennys
Hey Guys, i have a problem. Today i try to install a virtual machine with KVM on my Ubuntu Server 14.04. (I find this tutorial http://www.server-world.info/en/note?os=Ubuntu_15.04&p=kvm&f=2 ) But i have a problem when i’m creating the virtual machine. I want to create a Windows Virtual Machine. So i change something :
–name windows
–ram 8192
–disk path=/var/kvm/vm/windows.img,size=100
–vcpus 8
–os-type windows
–os-variant windows
–network bridge=br0
–graphics none
–console pty,target_type=serial
–location ‘/windows2012R2.ISO’
–extra-args ‘’
But when i click enter console show this error:
ERROR OS variant ‘windowstopic’ does not exist in our dictionary for OS type ‘windows’.
What can i do? I find this tutorial for Ubuntu Servers version and i thought that work…
but it did not.
Bye
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey there,
To start, you’re likely to have a lot of issues running KVM on a droplet. You’re trying to nest KVM inside of KVM and while DigitalOcean does not explicitly block this, it does not work very well. Nested virtualization is just rough.
The error you’re getting is due to your os-type and os-variant clauses. You might want to take a look at http://thomasmullaly.com/2014/11/16/the-list-of-os-variants-in-kvm/ for more info on those.
Regards
–Andrew
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.