Symptoms:
VMware vSphere ESXi 5.0
VMware vSphere ESXi 5.1
This issue occurs if there are two partitions on the local disk and the host cannot delete these partitions to create a VMFS partition.
To determine if there are already two partitions on the local disk, run this command:
# fdisk -lu
You see output similar to:
Disk /dev/disks/naa.12345678901234567890123456789012: 299.4 GB, 299439751168 bytes
255 heads, 63 sectors/track, 36404 cylinders, total 584843264 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/disks/naa.12345678901234567890123456789012p1 63 80324 40131 de Unknown
Partition 1 does not end on cylinder boundary
/dev/disks/naa.12345678901234567890123456789012p2 * 81920 4276223 2097152 c Win95 FAT32 (LBA)
Partition 2 does not end on cylinder boundary
To resolve this issue, remove the two partitions from the local disk:
For more information, see Using the partedUtil command line utility on ESXi and ESX (1036609).