Failed to mount EFI, and an option to either enter root password or CTL-D.
Is there a way to solve this without usb stick ?
This happened after system upgrade
Kernel upgrade
I finally found a usb and I chroot
I tried following this solution
but I couldnt because my /efi is empty
I dont know what to do
I have an empty partition should I just move my home file there and
format this one ?
Blockquote
# sudo reinstall-kernels
/usr/bin/reinstall-kernels: line 10: /dev/fd/63: No such file or directory
# cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=47c38028-882f-4acd-baa0-f85d06c51118 / ext4 noatime 0 1
#UUID=a627c02d-37d8-48ee-b2c1-94b4bb20a4e4 /home ext4 noatime 0 2
UUID=78F9-2FC5 /efi vfat fmask=0137,dmask=0027 0 2
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
You need to mount your EFI partition either before or after you chroot.