Error encountered during GRUB initialization on Surface Pro 3 installation.
Error encountered during GRUB initialization on Surface Pro 3 installation.
We need more details. How does your partition scheme look like? Do you have any other systems installed on that device? Assuming it's a single OS installation you need to have a UEFI partition at the beginning of your drive of about 512MB. Choose the right mountpoint (should be /boot/efi) and then check the box for your GRUB boot loader to be installed as well.
The root area is where the operating system becomes active. /boot/efi serves as a storage location. Your EFI partition holds BIOS configurations, updates, and firmware. The root directory contains your user files like /home. Mines split from my main root to avoid using an excessively large partition. For you, use /dev/sda1 with EXT4, 150GB, and /dev/sda2 with FAT32, containing /boot/efi and 800MB.
It seems you're encountering an issue but aren't sure where to start. You might want to review basic Linux concepts or consult official documentation for partitioning guidance.