This post can also be named: install any operating system as a virtual machine.
Tools:
- qemu-img.exe – from Fabrice Bellard
- vmplayer – vmware.com
- iso file of operating system you want to install – bayanihan linux server in my case.
Links:
- http://www.consolevision.com/members/dcgrendel/vmx… – .vmx file creator
- http://fabrice.bellard.free.fr/qemu/
Steps:
- Create a pseudo hard disk drive using
qemu-image.exe. If you have installed it on program files folder then the command should look like
c:\program files\Qemu\qemu-img.exe create blserver.vmdk 2G
That would create a 2 gigabytes of hard disk drive data.Found in a website by John Bokma is a tutorialthat lets you run windows xp on an xp based system :D
- You can place the
blserver.vmdk in any place you like. I have put mine in c:\blserver directory
- Goto link #1 to create your vmx file. Here’s mine.
config.version = “8″
virtualHW.version = “3″
ide0:0.present = “TRUE”
ide0:0.filename = “blserver.vmdk”
memsize = “256″
MemAllowAutoScaleDown = “FALSE”
ide1:0.present = “TRUE”
ide1:0.fileName = “bls2k6.iso”
ide1:0.deviceType = “cdrom-image”
ide1:0.autodetect = “TRUE”
floppy0.present = “FALSE”
ethernet0.present = “TRUE”
usb.present = “TRUE”
sound.present = “TRUE”
sound.virtualDev = “es1371″
displayName = “Bayanihan Linux Server”
guestOS = “linux”
nvram = “blserver.nvram”
MemTrimRate = “-1″ ide0:0.redo = “”
ethernet0.addressType = “generated”
uuid.location = “56 4d d8 d7 29 7a 76 18-d9 60 ec 44 af 20 1c 13″
uuid.bios = “56 4d d8 d7 29 7a 76 18-d9 60 ec 44 af 20 1c 13″
ethernet0.generatedAddress = “00:0c:29:20:1c:13″
ethernet0.generatedAddressOffset = “0″
tools.syncTime = “TRUE”
ide1:0.startConnected = “TRUE”
uuid.action = “create”
checkpoint.vmState = “”
- Please set your memsize less than your actual physical memory size. For reasons you might have known by now.
- Install vmplayer now. You could do this step earlier than this.
- Double click the .vmx file that you have created. I have late captured the screen. Figure #1 shows initialization after the installation of the server. (by this time im taking some capture onthe system itself)
- Proceed with the installation.
figure #1
bl server booting:

figure #2
bl server login:

figure #3:
inside bl server

Projects:
Install fedora core 6′s 5 cds using above instruction but using:
ide1:0.present = “TRUE”
ide1:0.fileName = “fc6disk1.iso”
ide1:0.deviceType = “cdrom-image”
ide2:0.present = “TRUE”
ide2:0.fileName = “fc6disk2.iso”
ide2:0.deviceType = “cdrom-image”
— etc.
Don’t know if it’ll work though.. If you do experiment and it worked please email me rudy @ egenias dot info