Hi-
My company recently mandated that my root filesystem had to be encrypted when using Ubuntu/Kubuntu.
So I re-installed with encryption enabled but when I updated all my packages and then added the backports-extra PPA to get to Plasma v5.27.11, it will not boot. It drops into busybox and never prompts with a password to decrypt the root/boot partition.
This appears to be reproducible by adding backports-extra as described here with the commands:
So after another reinstall, and then only adding the backport-extra PPA, instead of a full-upgrade I did a series (two actually) of the following:
After the first upgrade attempt it appears that the following encfs package marked to be autoremoved:
It's my understanding a full-upgrade does remove (what it thinks) are unnecessary packages, in which case, encfs would be removed, breaking encrypted root.
Why is encfs marked to be autoremoved?
Is this documented somewhere?
Is this a bug?
I searched for a relevant bug but did not see any references (but I will admit, my bug searching abilities are weak).
Bob
My company recently mandated that my root filesystem had to be encrypted when using Ubuntu/Kubuntu.
So I re-installed with encryption enabled but when I updated all my packages and then added the backports-extra PPA to get to Plasma v5.27.11, it will not boot. It drops into busybox and never prompts with a password to decrypt the root/boot partition.
This appears to be reproducible by adding backports-extra as described here with the commands:
Code:
sudo add-apt-repository ppa:kubuntu-ppa/backports-extra && sudo apt full-upgrade -y
Code:
sudo apt upgrades
Code:
$ sudo apt upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following package was automatically installed and is no longer required: encfs Use 'sudo apt autoremove' to remove it.
Why is encfs marked to be autoremoved?
Is this documented somewhere?
Is this a bug?
I searched for a relevant bug but did not see any references (but I will admit, my bug searching abilities are weak).
Bob
Comment