MattyBlackout :
They are brand new, I literally got them yesterday.
I think they're MBR but I'm not certain and I have no idea how to check. (Sorry I'm a total noob when it comes to PCs) I don't have any kind of RAID set up either.
The storage mode in the BIOS is set to AHCI and the drives are detectable in the BIOS.
ok thx. When you boot the installation CD/USB there should be something similar like this:
Click Repair, then choose Troubleshoot, Select Advanced Options, Select Command Prompt.
At the command prompt, Type in DISKPART and press [Enter]
Type in LIST DISK and press [Enter]
The Bootable USB will also be listed as a Disk and you should be careful not to select this by accident.
Type in SELECT DISK X where X is the disk number and press [Enter]
Be careful here and make sure you select the correct disk as the steps following will format/wipe all data on it.
Type in CLEAN and press [Enter]
CLEAN removes all partitions and assigns them as unallocated.
After it says clean is succesful. Type in the following.
create partition primary align=1024 <ENTER>
format fs=ntfs <ENTER> (Will Take a While)
assign <ENTER>
active <ENTER>
exit <ENTER>
exit <ENTER>
After it completes, exit the INSTALL COMPLETELY and reboot.
Image from:
http://dellwindowsreinstallationguide.com/cleaning-up-a-drive-format-vs-secure-wipe-ssd-and-hdd/useofdiskpart/#UsingDISKPART