試試Qemu+vmplayer吧... ============================ 1. Install QEMU: apt-get install qemu 2. 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, 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 3. Insert the install CD, and install Windows in the QEMU image: qemu -hda /path/to/xp.cow -boot d -cdrom /dev/cdrom -m 384 -localtime 4. Wait. 5. After the install has finished, shut down the QEMU/Windows; from now on you can boot it (without having to insert the CD anymore) with: qemu -hda /path/to/xp.cow -boot c -m 384 -localtime -k de -usb
文章標籤
全站熱搜
創作者介紹
創作者 questioner 的頭像
questioner

questioner

questioner 發表在 痞客邦 留言(0) 人氣(44)