My disk layout is like this:
- Encrypted partition for
/
- Encrypted partition for
/home
- Unencrypted partition for
/boot
I set this up last time I did a complete reinstall (incl. wiped disk) of Ubuntu a while ago. Now, after upgrading to latest Ubuntu, some things were broken and I decided to reinstall again from scratch. But, as I have a separate partition for /home
and another partition for /
, which are both already encrypted, I'd like to reuse these, instead of starting all over. Especially to save the time it takes to back up my /home
and restore it again after fresh install.
Before going through the installer, I unlock the 2 encrypted partitions. This allows me to select these for /
and /home
for the new installation. I do this pre-install unlocking because I am not able to unlock the partitions from the installer UI.
Everything seems to install fine.
But when I reboot into the system, I never get the unlock prompt. The 5 dot boot splash is just there for a while, and then it drops to an (initramfs)
prompt.
What do I do to get the unlock prompt at boot? Can I change some settings in a file somewhere in my /boot
partition? Do I need to do something different during the install? I don't mind doing another reinstall (as it doesn't take a lot of time, yay!). I just don't want to have to do the backup/restore of /home
(as it takes a lot of time, boo!).
dev
,sys
, andproc
to/boot
instead of/
. When I changed this, everything worked fine for me. Shoud you agree that this is a mistake, please [edit] your answer accordingly. (CC @decibyte) – Wrzlprmft Mar 16 '17 at 11:59