O instalador do Windows criará 3 volumes do espaço não alocado, mas erros na instalação. iirc as partições são EFI, wsr(?) - cada uma com apenas 100 MB no máximo, e o volume de dados principal que ocupa o restante do espaço.
Quando tento instalar o Windows no maior volume da unidade, recebo um erro We couldn't create a new partition or locate an existing one
.
Eu tentei seguir este guia https://appuals.com/fix-we-couldnt-create-a-new-partition-or-locate-an-existing-one/ . A última vez que tentei, recebi um erro sobre a unidade ter uma tabela de partição MBR.
Eu usei a mesma unidade USB para instalar o Windows 11 anteriormente na mesma máquina, então estou um pouco perplexo sobre qual é o problema.
A unidade tinha uma instalação funcional do Windows 11 até que eu a limpei no linux. Eu recriei a tabela de partição e zerei o disco, mas até agora o problema não mudou.
Vejo que há um problema semelhante na instalação do Windows: não foi possível criar uma nova partição ou localizar uma existente , mas isso não resolve meu problema.
A placa-mãe é uma Gigabyte Z490 Vision-D
Logs de configuração: setuperr.log setupact.log 1/2 setupact.log 2/2
Processo de instalação: começando com espaço não alocado
Erro encontrado ao tentar instalar no espaço não alocado
O instalador cria partições, mas erros ao tentar instalá-las
Este é o mapa de partição criado pelo instalador do Windows 11 ao iniciar do espaço não alocado
A tabela de partição foi recriada como GPT, mas o problema permanece
During the installation, delete the partitions whose space you wish to use for the installation. Once that space is converted into Unallocated, install Windows into this space.
If you have deleted multiple non-contiguous partitions, use a third-party bootable partition editor to move the partitions on the disk so that the Unallocated space becomes one unique space.
Your screenshots also confirm it's a MBR ("msdos") partitioning (the "Primary" reference).
This is the problem, not insufficient space, unallocated vs. partitioned, having had Linux installed or used Linux partition manager software.
Unlike what happened up to Windows 10 that still supported Legacy/CSM/"BIOS" installations and consequently required MBR (Linux has no such requirements but maybe it should?), Windows 11 supports UEFI mode installation only and for that it strictly requires GPT partitioning.
The best option here is backing up everything you need and crete a new partition table as GPT, something that can be easily done in a Linux live session with GParted > Devices menu > Create new... > select "gpt". There are alternatives for converting from MBR to GPT but for that you'd need a working Windows OS and the risk of data loss is huge so, NOT having backups is NOT and option!
From the Setup log files it appears that Windows is searching all around for the EFI System Partition (ESP) but somehow doesn’t find it even though it’s there. Maybe some other drive is confusing Setup.
Earlier, Windows Setup was notorious for placing the boot partition (the ESP predecessor, if you will) on whatever drive, which often enough was not the drive the Windows system partition was installed on. This lead to confusion and boot errors when removing or replacing seemingly unrelated drives. It appears this behavior still exists.
My suggestion to ensure the installation is “self-contained” is to remove/disconnect all other drives, so only the target drive and the installation USB/DVD drive remains.
The target drive would ideally not contain any partitions or at least no existing EFI System Partition.
Se nenhuma (zero) partição estiver presente, o Windows também criará automaticamente uma tabela de partição GUID (GPT, inicialização UEFI) ou tabela de partição MBR (inicialização herdada) conforme necessário, sem mexer com
diskpart
ouconvert gpt
necessárioconvert mbr
.Quando a instalação estiver concluída, você pode colocar de volta as outras unidades e atribuir letras de unidade como de costume.