June 2017
Intermediate to advanced
340 pages
8h 22m
English
To start a new virtual machine using the qemu-system utility, perform the following steps:
root@kvm:~# qemu-system-x86_64 -name debian -vnc 146.20.141.254:0 -cpu Nehalem -m 1024 -drive format=raw,index=2,file=debian.img -daemonize root@kvm:~#
root@kvm:~# pgrep -lfa qemu3527 qemu-system-x86_64 -name debian -vnc 146.20.141.254:0 -m 1024 -drive format=raw,index=2,file=debian.img -daemonize root@kvm:~#
root@kvm:~# pkill qemu root@kvm:~#
root@kvm:~# qemu-system-x86_64 -vnc 146.20.141.254:0 -m 1024 -hda CentOS-7-x86_64-GenericCloud.qcow2 ...
Read now
Unlock full access