Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
"C:\Program Files\qemu\qemu-img.exe" create centos8.raw 100G


Run QCOW2 image without GUI

Below example shows how to run QCOW2 image without GUI on linux terminal

Code Block
$ qemu-system-x86_64 -cdrom /home/zyh/ubuntu-16.04.3-server-amd64.iso -hda Ubuntu16.04.qcow2 -boot d -net nic -net user -m 1024 -localtime -nographic