I am using Dell XPS 13 with Ubuntu 16.04 installed and no Windows or any other operating installed; and I cannot boot into the operating system.
Here's what happed till now: After updating OS and System Updates from Gnome Software Updates, the computer restarted and ran the Dell SupportAssist after that it showed an error: No bootable devices found. I restarted the system and found the blue screen showing the SHIM UEFI Key Management with a 10-second countdown on the left bottom, and asking to enter any key to perform MDK Management.
After the countdown ends, it again shows the No bootable devices found error and aks to shutdown. My computer is on UEFI boot with SecureBoot disabled.
For the same kind of problem, I looked up on this page: can't boot due to Shim UEFI key management tool
And I tried following command through Ubuntu Live USB:
sudo dosfsck /dev/nvme0n1
To which, the output was :
fsck.fat 3.0.28 (2015-05-16)
Logical sector size is zero.
After that I rebooted and found that the error still existed.
My partition is LUKS encrypted and is called nvme0n1p3 on the nvme0n1 disk. Now, I am trying to reinstall grub2, but cannot because the encrypted parition.
How can I resolve this problem and return back to my normal settings and system? Also if I have to reinstall grub2, how do I do so with my partition encrypted?