Como é difícil entender exatamente qual é a causa do seu problema, vou adivinhar. Eu acho que você está usando o esquema de partição GPT , já que seu disco rígido é muito grande e costumava ser baseado em UEFI.
Verifique se esta fora. E uma citação do link:
While GPT support on BIOS systems is theoretically possible it sometimes isn't practical and other times there are complete incompatibilities. Technically the BIOS is only supposed to execute the code on the MBR, therefore leaving the possibility of differing partitioning schemes... However a BIOS may do additional checks including: checking a MBR's integrity, and possibly even for a MBR partition table (though usually only the first partition). If this is a case, a number of workarounds exist that may be able to repair the problem (listed below).
Você tem algumas soluções:
- Exclua tudo e use a tabela MBR (isso excluirá todos os seus arquivos). De acordo com o Google, ele suporta discos rígidos de 2 TB.
- Tente trabalhar com a GPT ( aqui é um link para isso) . Basicamente, você precisa de uma partição adicional e talvez mais alguns hacks.
- Habilite UEFI e use o sistema baseado em UEFI (eu escolheria isso).