BOOT USB EM GPT UEFI – WINDOWS 7 E 8 e 10 e server 2012 e 2016
Em Windows 7×64 (não em X32):
1 – Gere a iso no pendriver com o Windows 7 USB DVD Download Tool.
2- Copiar os arquivos gerados dentro do pendriver para uma uma pasta no computador.
3- Crie uma pasta boot em \efi\
4- Copie o conteúdo da \efi\microsoft\boot para dentro da pasta \efi\boot
5- Abra o arquivo install.wim com o 7zip, \sources\install.wim
6- Copiar o arquivo bootmgfw.efi dentro de \sources\install.wim\Windows\Boot\EFI\ para \efi\boot
7- Renomear o arquivo bootmgfw.efi para bootx64.efi
VEJA EM VIDEO
Dica importante, para formatar o windows 7 em gpt, o HD em primeiro deve está em MBR.
8- Criar o sistema do pendriver bootavel com Diskpart – Depois copie para o Pendriver
- Insert your flash drive;
- Hit Win-R and type cmd to open a command-line;
- Type diskpart to run Windows DiskPart utility:
- Type list disk to list all disks attached to the machine:
- Type select disk [number] to select your flash drive:
- Type clean to remove any formatting from the selected disk:
- Type create partition primary:
- Type select partition 1 to select the only partition, which you now have on the flash drive:
- Type active to mark the partition as active:
- Type format fs=fat32 quick to format the disk in FAT32 (otherwise the drive will not be bootable):
- Para exfat usar: Type format fs=exfat quick
- Type assign to assign a drive letter:
- Type exit to exit Windows DiskPart utility:
———————————————————————————————————–
Em Windows 8:
1 – Gere a iso no pendriver com o Windows 7 USB DVD Download Tool.
2- Copiar os arquivos gerados dentro do pendriver para uma uma pasta no computador.
3- Criar o sistema do pendriver bootavel com Diskpart – Depois copie para o Pendriver
- Insert your flash drive;
- Hit Win-R and type cmd to open a command-line;
- Type diskpart to run Windows DiskPart utility:
- Type list disk to list all disks attached to the machine:
- Type select disk [number] to select your flash drive:
- Type clean to remove any formatting from the selected disk:
- Type create partition primary:
- Type select partition 1 to select the only partition, which you now have on the flash drive:
- Type active to mark the partition as active:
- Type format fs=fat32 quick to format the disk in FAT32 (otherwise the drive will not be bootable):
- Type assign to assign a drive letter:
- Type exit to exit Windows DiskPart utility: