lvmetad is not active yet; using direct activation during sysinit [duplicate]

Solution 1:

I managed to resolve this for my machines by adjusting the grub configuration like so:

In /etc/default/grub, change:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to 
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"

Then add this line:

GRUB_TERMINAL_INPUT="console serial"

Run sudo update-grub and reboot for the changes to take effect.