winxp qemu - 11.txt

1
7/21/2019 winxp qemu - 11.txt http://slidepdf.com/reader/full/winxp-qemu-11txt 1/1 1. Install QEMU: apt-get install qemu 2. Create a (resizable) image which will hold Windows XP. The installer chokes i f the image is smaller than 1.2 GB or so, but that's not too much of a problem; the "qcow" image format will only take up as much space as is really needed, so the image will be very small in the beginning (not 1.2 GB big!). qemu-img create -f qcow /path/to/xp.cow 1300M

Transcript of winxp qemu - 11.txt

Page 1: winxp qemu - 11.txt

7/21/2019 winxp qemu - 11.txt

http://slidepdf.com/reader/full/winxp-qemu-11txt 1/1

1. Install QEMU:apt-get install qemu2. Create a (resizable) image which will hold Windows XP. The installer chokes if the image is smaller than 1.2 GB or so, but that's not too much of a problem;the "qcow" image format will only take up as much space as is really needed, sothe image will be very small in the beginning (not 1.2 GB big!).qemu-img create -f qcow /path/to/xp.cow 1300M