I've just installed Ubuntu 20.04 on my machine, choosing the option to Erase disk and install ubuntu with the advanced option Use LVM with the new Ubuntu installation with encryption. Installation went fine but now when I boot I'm greeted by the GRUB console.
Only way to login is to enter the exit
command in the GRUB console.
I'm then prompted with the message : Please unlock disk sda6_crypt
, upon entering the password the login screen opens up and all is fine.
My question is : is there no way to bypass this step and go straight for the login screen without entering the GRUB console and having to insert the disk cryptography secret everytime?
exit
to get past this screen. If the only OS is Ubuntu, GRUB shouldn't be shown at all. But yes, for full disk encryption, the decryption password must be entered on the prompt:Please unlock disk sdx#_crypt
– Nmath Oct 22 '20 at 05:26exit
at GNU GRUB grub> prompt (/boot/ is encrypted so it can't be read so you to get past thegrub
screen with exit; as FDE (full disk encryption) means boot is encrypted so without key /boot/ can't be read and grub can't possibly show. In fact anexit
on my groovy screen you showed caused a reboot (& jump into uEFI settings for box). I've been told Lubuntu is slightly different, but I don't have enough knowledge to assist, nor an encrypted non-Lubuntu – guiverc Oct 22 '20 at 06:14