dual boot no efi system partition was found

I am trying to install ubuntu along side with windows 10, following the official instructions given at [install ubuntu 18.04] .

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

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

1

4 Answers

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

4

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

2

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.

1

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like