Você tentou usar o diskpart para torná-lo inicializável?
Deve ser algo assim:
DISKPART> SELECT DISK 1
Disk 1 is now the selected disk.
DISKPART> CLEAN
DiskPart succeeded in cleaning the disk.
DISKPART> CREATE PARTITION PRIMARY
DiskPart succeeded in creating the specified partition.
DISKPART> SELECT PARTITION 1
Partition 1 is now the selected partition.
DISKPART> FORMAT FS=FAT32 QUICK
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> ACTIVE
DiskPart marked the current partition as active.
DISKPART> EXIT
Você pode conferir o guia em este post de blog para melhor aparência de formatação.