diff --git a/quickemu b/quickemu index 15e5aeb..324b1cb 100755 --- a/quickemu +++ b/quickemu @@ -1851,7 +1851,7 @@ if [ -n "${VM}" ] && [ -e "${VM}" ]; then # Set the default disk_format if not provided by user if [ -z "${disk_format}" ] && [ -e "${disk_img}" ]; then - disk_format=$(${QEMU_IMG} info "${disk_img}" | grep 'file format' | cut -d ':' -f 2 | tr -cd '[:graph:]') + disk_format="qcow2" fi if [ -n "${display}" ]; then