Virtual
From ZENotes
https://wiki.archlinux.org/index.php/KVM
get modules in the tree:
modprobe kvm modprobe kvm-intel
If you want these modules to persist, add them to rc.conf
$ qemu-img create -f qcow2 /path to image/<Image_Name> <size> $ qemu-kvm -hda <Image_Name> -m 512 -cdrom </Path/to/the/ISO/Image> -boot d -vga std