#!/bin/bash kvm \ -bios /usr/share/qemu/OVMF.fd \ -drive format=raw,file=$1 \ -net none \ -serial stdio \ -m 4G \ -cpu host \ -smp 2