Hi,
when I reboot or poweroff my system it hangs for about a minute before finally shutting down.
Dring that time, I see a black screen and I can type characters. It's not a shell though, it just displays the things I type. For keys like DEL
it outputs some control sequences like ^[[4~
.
I can switch to another virtual Terminal with ctr+alt+f2, but this only displays _
in the upper left corner, I can't login or anything.
This is how it looks like:
To provide only the relevant journal output, I executed the following:
echo 'PREBOOTFLAG' | systemd-cat && reboot
You can see the journal from that point on here: https://pastebin.com/u6yU0Z8s
The journal is only two more seconds long, but in reality the system took about another minute to finally shutdown / reboot.
I tried acpi=force reboot=acpi
as kernel options, but that didn't change anything.
What could be the problem? Can I provide more info that may help with the analysis?
Any hints are greatly appreciated!
I'm running this Manjaro version:
$ cat /etc/lsb-release
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=18.1.0
DISTRIB_CODENAME=Juhraya
DISTRIB_DESCRIPTION="Manjaro Linux"
Thank you!