In order to fix this you will have to initialize and format that Hard Drive. If you are in the SCCM’s WinPE environment, simply press F8 to get to the command prompt and type the following:
DISKPART LIST DISK SELECT DISK 0 CLEAN CREATE PARTITION PRIMARY SELECT PARTITION 1 FORMAT FS=NTFS QUICK ASSIGN LETTER C ACTIVE EXIT
Note: From Andrew Schott - "I have a particular model laptop at one school where we had to switch them all to UEFI mode to get them to partition properly. Just FYI in case the manual partitioning doesn't work."