Hello everyone,

actually adding "1" to the boot parameter should make any Linux system boot into Runlevel 1 (Single-User-/Rescue-Mode). I'm renting a VPS and my hoster offers a Kali Linux image one can mount and boot from. For some reasons I wanted to boot into Runlevel 1, but this didn't work, and the according error message "the root account is locked", followed by "Error getting authority" looks quite strange to me:

kali_1.jpg

Kali just boots into the default runlevel (multi-user + GUI), where I noticed the next strange thing after having entered "who":

kali_2.jpg

Obviously six root users are logged in besides my own login. I wanted to find some explanation for this, so I took a look at the journal:

kali_3.jpg

It shows how multiple root sessions were opened, which took place before the GUI started up.


The kernel messages during early boot, especially the messages related to memory mapping, ACPI and PCI interrupting look somehow suspicious to me:

http://pasteboard.co/JSDmyABCS.png

http://pasteboard.co/JSE1oxRdw.png


Finally this is my /var/log/auth.log:

http://pasteboard.co/JSz724GZe.png


This behavior could not be considered as being normal, isn't it? Any ideas on this?


Kind regards and thanks in advance