For various reasons I had to reinstall my home desktop, this time using Gentoo Linux.
My desktop systems usually have their root-fs on an LVM2 volume. Alas, such a setup is not covered in the Gentoo Installation Guide. Here are the details:
Fact: root-on-LVM2 needs an initramfs to work.
Therefore:
You may need to set these things in your kernel config, too:
(These last things are what I did, without testing other options.)
If the initramfs complains about not finding your root-LV, check that there is an /etc/lvm/lvm.conf inside the initramfs. Else, pvscan/vgscan will scan no devices for PVs/VGs.