Going through install process for Gentoo with LUKS/LVM, first by following Sakaki's EFI Install Guide then MoJo's 'Encrypted Gentoo Linux Install Tutorial | LVM - LUKS - Plymouth' on youtube.
At reboot, I get warning, in my previous post I understood i do not need to worry about it but here he it is anyway.
Code: Select all
WARNING: Failed to connect to lvmtad. Falling back to device scanning
Enter passphrase for /dev/sda3
Code: Select all
device-mapper: reload ioctl on failed: invalid argument.
/etc/fstab
Code: Select all
/dev/sda2 /boot ext2 noatime 0 2
/dev/mapper/gentoo-root / ext4 defaults,rw,relatime,data=ordered 0 1
/dev/mapper/gentoo-home /home ext4 rw,relatime,data=ordered 0 2
/dev/mapper/gentoo-swap none swap defaults 0 0
Code: Select all
GRUB_PRELOAD_MODULES=lvm
GRUB_ENABLE_CRYPTODISK=y
GRUB_DEVICE=/dev/ram0
GRUB_CMDLINE_LINUX="crypt_root=/dev/sda3 real_root=/dev/mapper/gentoo-root rootfstype=ext4 dolvm quiet splash"

