Installing VMware ESX 3.5 on QEMU
- Download “ESX Server 3.5.iso”.
Create VM disk:
qemu-img create ESX.qcow2 -f qcow2 16G
Start VM to install from CD (enable KVM to speed up, and give a e1000 nic to make sure ESX can support it, otherwise the installation will abort):
qemu -enable-kvm ESX.qcow2 -cdrom "ESX Server 3.5.iso" -boot d -net nic,model=e1000
Select proper options in the wizard, wait for a while until the server’s installed.
- Reboot and the system will be into the login prompt, log in root with the password you set.