How to boot without entering password for separate encrypted home drive?

I followed the guide for avoiding typing the password twice during boot. But I’m still getting asked to type the password for my home drive? So I tried to edit my crypttab file, albeit I don’t understand it fully. My crpyttab is like this:

cr_root  UUID=4edba3ca-5b44-462e-aa1a-3910ebacd353  /.root.key  x-initrd.attach
cr_home  UUID=460a7f65-00cd-4e38-89d1-19cbd00e741b  none 

So what did I do wrong and how do I correct it?

Do cr_root and cr_home use different passwords?

No they have the same password

OK, your setup does not use passphrases at all, so it is irrelevant.

Just generate additional key for cr_home, store it somewhere (e.g. /.home.key) and add to /etc/crypttab. Follow the same unknown guide you followed except you do not need to add the key for cr_home to initrd because it will be unlocked after initrd is finished.