I decided rather than wait for failure, ask questions I have along the way!
I may be getting hung up with the configuration to /etc/default/grub. Here is what I have so far:
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet cryptdevice=UUID=443f158f-8728-434b-98a1-bcc0e9d3e1a0:sda2.luks root=/dev/mapper/sda2.luks"
# Uncomment to enable booting from LUKS encrypted devices
GRUB_ENABLE_CRYPTODISK=y
Am I properly updating this line with the output shown below? Should there be anything listed for swapfile or boot which is in the encrypted / partition.
lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0
squash
sda
|-sda1
| vfat 9B43-8B9D 511M 0% /boot/efi
`-sda2
| crypto 443f158f-8728-434b-98a1-bcc0e9d3e1a0
`-sda2.luks
ext4 f9b89582-6d03-4cd1-913b-4bb1ce4dd544 7.9G 42%
swapon --show
NAME TYPE SIZE USED PRIO
/swapfile file 4G 110M -2/
Also, am I pointing to the correct path for grub-mkconfig based off of my partitioning?
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=grub
grub-mkconfig -o /boot/grub/grub.cfg
Last, I am using dinit init system. Do I need to enable any additional services to start for the system to boot?
ls /etc/dinit.d/
NetworkManager config dbus-pre logind tty2 tty4 tty6
boot.d dbus elogind tty1 tty3 tty5
ls /etc/dinit.d/boot.d/
logind