# Create Virtual Machines ## First some checks ```sh $ lscpu ## or ## $ kvm-ok ``` ## Packages Installation (for ubuntu 20) ```sh $ sudo apt install qemu-kvm libvirt-daemon-system libvirt-clients virtinst cpu-checker libguestfs-tools libosinfo-bin ``` ## Configure bridge networking ## Create the virtual machine 1. Configure the `vars` file 2. Configure the `user-data` and `meta-data` files 3. Run the `script.sh` 4. Map an IP to the newly added MAC address