Creating an Image
Create a raw image on Client 1. This represents the main hard drive of the VM, so be sure to give it adequate space:
localadmin@watson~$: kvm-img create -f raw server.img 5G
Download the ISO for the OS you want to install. This example uses Ubuntu:
localadmin@watson~$: wget http://releases.ubuntu.com/oneric/ubuntu-11.10-server-amd64.iso
Boot a KVM instance using the OS installer ISO to begin installation. The last option here sets up a Virtual Network Computing (VNC) display at port 0 that you use to connect to the VM via VNC:
localadmin@watson~$: sudo kvm -m 256 -cdrom ubuntu-11.04-server-amd64.iso -drive file=server.img,if=scsi,index=0 -boot d -net nic -net user -nographic ~-vnc :0
Connect to the VM using VNC. In this case, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access