When booting to ubuntu (after having worked fine for months) it seems the mount to the efi partition fails as I get the following time out and end up in the emergency mode:
/dev/sda2: clean, 275944/77824000 files, 22615027/31127296 blocks[ TIME ] Timed out waiting for device-disk-by\x2duuid-2BA5\x2d608B.device.[DEPEND] Dependency failed for File System Check on /dev/disk/by-uuid-2BA5-608B.[DEPEND] Dependency failed for /boot/efi[DEPEND] Dependency failed for Local File Systems[ OK ] Reached target Login Prompts...You are in emergency mode. After logging in....
I checked the mounts using fstab and blkid.
fstab
contains the following uncommented lines (and the UUIDs are the same as in blkid):
UUID=cd05..... / ext4 errors=remount-ro 0 1UUID=2BA5-608B /boot/efi vfat umask=0077 0 1
blkid
shows:
/dev/sda1: UUID:"2BA5-608B" TYPE="vfat" PARTLABEL...../dev/sda2: UUID:"cd05......" TYPE="ext4" PARTUUID=...../dev/sdb1: PARTLABEL="Microsoft reserved partition" PARTUUID="..." /dev/sdb2: LAVEL="Data" UUID="4424...." TYPE="ntfs"and /dev/loop0 to 27
I tried changing secure boot to disabled and UEFI to legacy mode to no avail.
Hopefully someone more able than I am can give me some pointers to get back into Ubuntu!