24

I am trying to install ubuntu along side with windows 10, following the official instructions given at [install ubuntu 18.04] https://vitux.com/how-to-install-ubuntu-18-04-along-with-windows-10/.

Here are screen shots of storage management (I have shrunk the D disk for installing ubuntu): enter image description here the boot-up menu:

enter image description here and installation problem (NO EFI System Partition was Found): enter image description here

jingweimo
  • 343
  • 1
  • 2
  • 6

6 Answers6

35

yes that's correct, when you customize your own partitions like you have done here you should create a small partition just for efi. So go back and create a partition in a size of 256MB and select efi as mount point.

You can read more about recommended partitions here https://help.ubuntu.com/community/DiskSpace

Luxwarp
  • 545
  • 4
  • 9
5

Your first partition is FAT32 by format, but you must pick EFI System Partition in the "right click→use as…" Dialog. (which of course implies FAT32, but not the other way round)

enter image description here

Frank N
  • 1,430
5

For the benefit of other people who got the dire "No EFI System Partition was found" warning during a "Something else" Ubuntu installation, I'd like to mention that this message will come up for a system configured for "Legacy" booting. (I realize that this wasn't the poster of the question's problem.)

These days only older computers are configured for legacy (non-UEFI) booting, like my laptop built around 2011, which supports UEFI but is configured for legacy booting. But if you do have an older computer and you got the warning, I'd recommend that you abort the installation and check the "BIOS" to see how your system is configured to boot. If your system is configured to boot in legacy mode, then that's why you don't have an EFI system partition; you should be able to ignore the warning and proceed.

If your computer supports UEFI, then another option would be to create a UEFI system partition and tell the computer to boot in UEFI mode. But that might not be a good idea for a dual-boot system, because the boot loader for other OS (usually Windows) might be confused and not know how to boot. Personally, I wouldn't try to change the boot mode of a dual-boot (Ubuntu and Windows) system.

rclocher3
  • 789
1

My computer boots in legacy. I dual booted Linux mint and it displayed the same error. So I decided to take a risk and continue the installation and it was successful.

For older computers it is okay to ignore that and just move on.

TommyPeanuts
  • 1,147
0

I had the same issue. Try changing the size of the RAM allocation (SWAP). The size of this partition should be at least equal to the size of system RAM.

0

first of go into the hard disk drive's /boot/efi folder and rename the file grubx64.efi to mmx64.efi or other formats.

Reboot the machine and it should work.

This time when you are installing create a partition around 256MB and choose primary and EFI system partition. I hope this helps

tinlyx
  • 3,328