Give this a try.... REALLY erase the drive
Boot the installer, from the utilities menu open a terminal
type
> diskutil list
This will give you a list of your disks, your disk is probably disk0 but make sure from that list (e.g. compare sizes, etc)
Then use diskutil to repartition the disk with only one partition on it.
> diskutil partitionDisk disk0 GPT jhfs+ "Macintosh HD" 0
this says: partition the disk that you find at disk0 with a GUID Partition structure, one journaled hfs+partition named "Macintosh HD" and the 0 tells it to use the whole disk for it.
That'll take a few minutes
Now exit the terminal and continue with the install.
The output of "diskutil list" should look something like this:
Code:
admins-iMac:~ admin$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh HD 999.3 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
the above system has a single 1TB SATA disk in it. The disk has 3 partitions, one for the EFI boot block, one for MacOS and one for the recovery boot. What's important is the /dev/disk0. So in the above example, you would use disk0