I can't shutdown or reboot my computer without long-pressing the power button

I would advise you to uninstall plymouth, remove any reference to it in your /etc/mkinitcpio.conf, and then rebuild your initramfs with… :point_down:

sudo mkinitcpio.conf -P

Also edit your /etc/default/grub and remove the word “splash” from the line starting with “GRUB_CMDLINE_LINUX_DEFAULT=”, and then run… :point_down:

sudo update-grub
2 Likes