Pues no, ESXi v4.1 no es compatible con Windows 10 (ni 8). Hay que usar este workaround: https://communities.vmware.com/thread/394669
Básicamente, consiste en que la VM en cuestión use esta rom: http://www.quintoblog.com/downloads/bios.440.rom y configurar la VM con estos parámetros adicionales:
bios440.filename = "<full path to rom image>" mce.enable = TRUE cpuid.hypervisor.v0 = FALSE vmGenCounter.enable = FALSE
Como extra, es buena práctica cambiar el disco de scsi a ide, creo que al menos para la instalación: http://superuser.com/questions/957112/upgrading-vm-to-windows-10-install-fails-with-error-0xc1900101-0x20017-error-in:
- Power down the VM.
- Delete any snapshots.
- Edit the VM Settings, and Remove the hard disk.
- Edit the VMDK hard disk definition file with a text editor.
- Edit or add the line ddb.adapterType = «ide»
- In VMWare, add the disk back, using Existing Disk option.
- Boot the VM, and continue as normal.
ESXi v4.1 + Windows 10