Now let’s extract qemu.
Open a command prompt and go to your olive\qemu directory. Here’s your first command:
qemu-img.exe create j.img -f qcow2 6G
You should see the output below
Next command, this starts qemu:
qemu.exe -L . -m 256 -hda j.img -boot d -localtime -cdrom ..\4.11-RELEASE-i386-miniinst.iso
You’ll get a new window at this point
This window will do some stuff, if you don’t press anything you’ll get to this point. Select the first option by pressing enter.
Onward to PT3