Try these:
1. Can you get into the BIos?
If so, disable the UEFI and select legacy mode.
That should be enough for you to install. . This means a clean disk with the nfts partitioning, if you can live with that.
2. Alternatively
You must initiate this boot from a device labeled as a UEFI device, or the installation of Windows 8 will produce an error that the OS cannot be installed to a GPT partition
Open a command prompt, enter “diskpart”.
Enter “list disk” then identify the disk to install on (the size is a good guide) and its number.
Enter “select disk #” where # is the disk number.
When you successfully selected the correct disk (be 100% sure) enter “clean” which deletes EVERYTHING on that disk (!).
Finally, the most important part, enter “convert gpt” to prepare the disk with a GUID Partition Table, which the UEFI boot mode can use to access the full (greater than 2TB) storage.
Exit and reboot, selecting UEFI mode again, following on through the normal installation to setup Windows in UEFI mode
Don't bother creating a primary partition or formatting, Windows will do that.