Running a KVM VM without X


/ Published in: Bash
Save to your folder(s)

How to run a KVM VM with no X (server environment, originally seen at http://blog.bodhizazen.net/?p=40).


Copy this code and paste it in your HTML
  1. kvm -hda /media/KVM/Ubuntu.qcow2 -vnc none -daemonize

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.