I have installed Ubuntu 18.04 LTS but it crashes at the start.
I suspect that I do not have a 1st partition /EFI
https://help.ubuntu.com/community/UEFI#Creating_an_EFI_System_Partition but these may not be uptodate?
I have tried to follow the instructions
Dual Boot Windows 10 and Linux Ubuntu on Separate Hard Drives
1st Partition / EFI
Select your target drive (in my case /dev/sdc)
Select "Make New Partition Table"
Partition the target drive as follows:
Size: 650 MB
Type for the new partition: Primary
Location for the new partition: Beginning of this space
Use as: EFI (this will be listed as /dev/sdc1 efi in the partitioning tool once you create it)
from my target drive /dev/sdd, but when I get to the use-as stage EFI is not listed. Is Reserved for BIOS the right option here?
The result of this was a screen full of systemy errors that I was unable to capture. I have now used gparted from the USB install to try to set up all 4 partitions, but have not found an option EPI System partition. Is my gparted too old? It appears to install OK.
On booting I am now rewarded with a single unresponsive winking cursor :-(
I have some camera screen shots but have yet to find how to add to this post.
/dev/sdd /dev/sdd1 16 MB /dev/sdd2 fat32 /dev/sdd3 ext4 /dev/sdd4 swap mount / 50 GB /dev/sdd5 ext4 mount /home
device for boost loader installation /dev/sdd2 (should this be /dev/sdd?)
/dev/ssd2 fath32 680 MB EFI /
Type for the new partition: Primary
should be
Type for the new partition: Boot
Also noted to use FAT32
Lastly there is a difference in doing this if your running 32 bit OS's vrs 64 bit OS's - If 32 bit the process is not as straight forward
– gingamann Dec 21 '18 at 12:14