


If it does not support UEFI, Grub2 will report an error: grub-install.exe: error: F: doesn’t look like an EFI partition. Grub-install.exe -boot-directory= G:\ -efi-directory= G: -removable -target=i386-efiįor UEFI, you need to specify a drive of the FAT32 partition at the –efi-directory parameter. Install Grub2 for UEFI 32-bit (i386-efi):.Grub-install.exe -boot-directory= G:\ -efi-directory= G: -removable -target=x86_64-efi Install Grub2 for UEFI 64-bit (x86_64-efi):.G: is the drive of one of the partitions of the hard disk above.Number 2 in the above command is the number of the hard disk that we checked in step 2.Grub-install.exe -boot-directory= G:\ -target=i386-pc //./PHYSICALDRIVE 2 If you want to boot Grub2 in UEFI mode, you need to create a partition formatted as FAT32. Grub2 for Windows supports installation and boot on three platforms: i386-pc, x86_64-efi and i386-efi.In Disk Management is Disk 2, we will remember number 2 here. Run diskmgmt.msc to open Disk Management. Check the number of hard disk you will install, be it USB or HDD.Run Command Prompt under Admin and go to the grub-2.02-for-windows directory that you extracted above.
