用Vmware Player 创建并安装一个Windows XP (英文)
注Vmware player是vmware 公司一个免费产品,本是不能创建虚拟机的,只能打开一个虚拟机,现通过和Qemu结合,很有创意的一个方法安装这个Windows XP,同理,安装Windows 2003/2000/NT/95/98 我想也是可以的。很有DIY的精神,故贴了上来。是英文,没有转译望谅解 If you haven't done so yet, download the [url=http://www.vmware.com/products/player/]Free VMware Player[/url].
Next, you need the qemu-img.exe program that comes with QEMU. If you are using Windows (like I do) you can download [url=http://free.oszoo.org/ftp/qemu/win32/release/QemuInstall-0.7.2.exe]QemuInstall-0.7.2.exe[/url]. After downloading this program, install it. Start a command prompt and go to the installation directory of QEMU, for example:
cd C:\Program Files\Qemu and create a VMware disk file as follows:
C:\Program Files\Qemu>qemu-img.exe create -f vmdk WindowsXPPro.vmdk 2G
Formating 'WindowsXPPro.vmdk', fmt=vmdk, size=2097152 kB A file "WindowsXPPro.vmdk" with a maximum disk size of 2G (the actual file is much smaller about 320 KB) has been created. You might want to move this file to a different folder.
[b]Note[/b]: I have made several [url=http://johnbokma.com/vmware-player/empty-vmware-virtual-disk-files.html]empty VMware virtual disk files[/url] of various sizes available as a single 21 KB download.
Now, create an empty text file, and rename it to "WindowsXPPro.vmx" (use the same name as in the previous step, but use vmx as the extension instead). Open the file in an editor and enter the following values:
config.version = "8"
virtualHW.version = "3"
ide0:0.present = "TRUE"
ide0:0.filename = "WindowsXPPro.vmdk"
memsize = "64"
MemAllowAutoScaleDown = "FALSE"
ide1:0.present = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"
ide1:0.autodetect = "TRUE"
floppy0.present = "FALSE"
ethernet0.present = "TRUE"
usb.present = "TRUE"
sound.present = "TRUE"
sound.virtualDev = "es1371"
displayName = "Windows XP Pro"
guestOS = "winXPPro"
nvram = "WindowsXPPro.nvram"
MemTrimRate = "-1"
ide0:0.redo = ""
ethernet0.addressType = "generated"
uuid.location = "56 4d 5c cc 3d 4a 43 29-55 89 5c 28 1e 7e 06 58"
uuid.bios = "56 4d 5c cc 3d 4a 43 29-55 89 5c 28 1e 7e 06 58"
ethernet0.generatedAddress = "00:0c:29:7e:06:58"
ethernet0.generatedAddressOffset = "0"
tools.syncTime = "TRUE"
ide1:0.startC
uuid.action = "create"
checkpoint.vmState = "" Note: when I created this file I had only 256 MB of memory, hence the low memsize (just 64 MB).
[img=400,330]http://johnbokma.com/mexit/2005/10/26/windows-xp-pro-vmware-player-1.png[/img]
Installing Windows XP Pro in a virtual machine
Insert your Windows XP Professional CD ROM, and double click on the file you just created. The VMware Player should boot the CD, and you can install Windows XP Pro.
[img=400,324]http://johnbokma.com/mexit/2005/10/26/windows-xp-pro-vmware-player-2.png[/img]
Windows XP Pro up and running in a virtual machine
页:
[1]