IME, If you have an EFI partition somewhere, the installer "finds" it and attempts an GRUB-EFI install. If you install to a totally non-EFI system, it doesn't.
As to the GPT vs. MBR partitioning scheme, GRUB (aka GRUB-PC and GRUB2, the GRUB we're using here); GPT partitioning does not provide a space for non-EFI GRUB to install on a disk. So GRUB looks for a small slice for itself. As my how-to on this topic explains, you can use the space from sector 34 to sector 2047 as this area is not used by GPT nor is it used during normal partitioning because the modern partitioning tools start partitions at sector 2048 by default to provide proper partition alignment. If you have an EFI partition, GRUB finds that space and uses it. BTW, you can also wedge the EFI partition in the same unused space.
A GRUB partition is of type EF02 and is left unformatted. An EFI partition is of type EF00 and is formatted FAT32.
As to the GPT vs. MBR partitioning scheme, GRUB (aka GRUB-PC and GRUB2, the GRUB we're using here); GPT partitioning does not provide a space for non-EFI GRUB to install on a disk. So GRUB looks for a small slice for itself. As my how-to on this topic explains, you can use the space from sector 34 to sector 2047 as this area is not used by GPT nor is it used during normal partitioning because the modern partitioning tools start partitions at sector 2048 by default to provide proper partition alignment. If you have an EFI partition, GRUB finds that space and uses it. BTW, you can also wedge the EFI partition in the same unused space.
A GRUB partition is of type EF02 and is left unformatted. An EFI partition is of type EF00 and is formatted FAT32.
Comment