egrep ‘(vmx

sudo apt-get install -y bridge-utils resolvconf sudo ifup br1 sudo service networking restart

apt-get update sudo apt-get install -y qemu-kvm qemu virt-manager virt-viewer libvirt-bin

For the command line, the command is: sudo virt-install –name=itzgeekguest –ram=1024 –vcpus=1 –cdrom=/var/lib/libvirt/images/CentOS-6. 9-x86_64-minimal. iso –os-type=linux –os-variant=rhel7 –network bridge=br1 –graphics=spice –disk path=/var/lib/libvirt/images/itzgeekguest. dsk,size=4 For graphical mode, you need to be root. Sometimes starting the Virtual Machine Manager from Dashboard does not give all the features to create a virtual machine. sudo virt-manager

Choose “File” and “New Virtual Machine”. Browse for the desired operating system. Choose the type and version for your operating system. Choose your memory and CPU settings. Tick “Enable storage for this virtual machine” and “Create a disk on the computer’s hard drive,” or pick “Select managed or other existing storage” and select your desired storage. Choose “Advanced options” to select bridge networking; this allows the communication to outside networks. Give a name to the VM and tick “Set a fixed MAC address”.