KVM host

From Fixme.ch
Revision as of 00:19, 20 February 2012 by Francois (Talk | contribs) (Created page with "= How do I create a new Debian squeeze x86_64 VM? = * <code>$ virt-manager</code> * Add Connection: ''qemu+ssh://sysadmin@foo.fixme.ch:1337/system'' * Right-click on ''foo.fixme...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How do I create a new Debian squeeze x86_64 VM?

  • $ virt-manager
  • Add Connection: qemu+ssh://sysadmin@foo.fixme.ch:1337/system
  • Right-click on foo.fixme.ch (QEMU) -> New
  • Enter VM name -> Forward
  • Choose installation ISO image: /var/lib/libvirt/images/debian-6.0.4-amd64-CD-1.iso
  • Choose OS Type and Version: Debian Squeeze -> Forward
  • Choose Memory and CPU settings (be nice to other users on the same server!)
  • Chosse storage size
  • Select network type:
    • NAT or
    • br0 bridge (FIXME public network)
  • Finish!
  • Proceed to regular Debian installation procedure