3 steps needed at laptop startup instead of 2 steps before

@mak provided the solution to this issue

see it there
https://tracker.pureos.net/T559

change GRUB_CMDLINE_LINUX_DEFAULT to
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash”

comment out GRUB_ENABLE_CRYPTODISK=y
#GRUB_ENABLE_CRYPTODISK=y

run
sudo update-grub

2 Likes