Display manager doesn't start after newest Manjaro update

You better get your system running again first and after that
you can try that.

TPM in general can also store encrypted keys for encrypted partitions. If you don’t have a encrypted partition, which supports TPM and is enabled with that feature… should be no problem then.

Fast boot is 100% safe to disable.

Well, you might saw the result already with your Manjaro Boot stick… it refused to Boot when the Bootfiles not certified.

I don’t have a good feeling to use a Microsoft Feature that is in control from this company and gives green light to access the bootfiles and allows your OS to boot or refuse it… doesn’t sound shady?

Atleast, if you still use Linux Mint on your Laptop… maybe it doesn’t matter. Its up to you.

Here just a little Hint:

@Dumnoob

You should look in the Announcements Stable Topic from time to time, this info in Known issue and solution is 4month old.

Good guide to disable plymouth:

But the bloody noob tutorial with no step cutting out you get only from me:

First command to use nano editor (when you dont have used Timeshift yet, you need to do this in TTY and log in and then…):

sudo nano /etc/default/grub

Look for that line and only remove the word splash :

GRUB_CMDLINE_LINUX_DEFAULT=

With crtl+O and enter (you save the file) and exit with crtl+x

And after you done just this command:

sudo grub-mkconfig -o /boot/grub/grub.cfg

After a restart you see the result.

1 Like