Topic: Booting partition with cryptsetup
When setting up normally, I make 3 partitions, 1 bootable for efi, 1swap and the rest for root.
Currently, I'm installing hyperbola with cryptsetup following the guide in wiki. I'm unable to understand setup of grub since there is no booting partition which I normally mount at /boot/efi.
Edit configuration in /etc/default/grub, remembering to use UUID when pointing to mbr/gpt partition. Use blkid to get list of devices with their respective UUIDs
I don't know what to edit in /etc/default/grub . Please also explain UUID pointing to gpt partition too.
When I generate grub-mkconfig -o /boot/grub/grub.cfg
I also get a warning
Failed to connect to lvmetad. Falling back to device scanning.
What does that mean. Is it problematic?