Difference between revisions of "UEFI - Install Guide"

m
UEFI spec only allows FAT16 for removable storage
imported>Aaditya
imported>Ataraxy
m (UEFI spec only allows FAT16 for removable storage)
(One intermediate revision by one other user not shown)
Line 79: Line 79:
* 11. When you are done, go to ''5. Install bootloader.'' Choose EFI_x86_64 > GRUB (2) UEFI x86_64,  ''DON'T select BIOS GRUB.''
* 11. When you are done, go to ''5. Install bootloader.'' Choose EFI_x86_64 > GRUB (2) UEFI x86_64,  ''DON'T select BIOS GRUB.''


* 11.1 It will ask to format the EFI Partition you created earlier as FAT32.
* 11.1 It will ask to format the EFI Partition you created earlier as FAT32, yes can be chosen.
{{Note|Formatting not required if reusing previous EFI partition.}}
{{Note|Formatting not required if reusing previous EFI partition.}}


Line 98: Line 98:




1.) You would need to create an ''ESP (EFI System Partition)''.
1) You would need to create an ''ESP (EFI System Partition)''.


Its basically a fat32 partition which has the .efi files for booting.
It is a FAT32 partition which has the .efi files for booting, which you can create using Gparted or gdisk. (Size 200-512 MiB).
 
You can create the partition using Gparted (type- fat32 or fat16 and size around 512 mb).


You would also need to install/check whether following packages are present-
You would also need to install/check whether following packages are present-
Line 113: Line 111:




2.) Create the ''/boot/efi'' directory
2) Create the ''/boot/efi'' directory
  sudo mkdir /boot/efi
  sudo mkdir /boot/efi


Anonymous user