Host is down

Hacking Enthusiast

New Member
Joined
Aug 6, 2024
Messages
1
Reaction score
0
Credits
13
Hey guys, I am new to Kali Linux. Can anyone help me to solve this problem?
I am using Kali on an unrooted device.

"System has not been booted with systemd as init system (PID 1). Can't operate.

Failed to connect to bus: host is down

System has not been booted with systemd as init system (PID 1). Can't operate.

Failed to connect to bus: host
1000163342.jpg
is down"
 


I am using Kali on an unrooted device.
Hi, welcome to forums, it would help if tell us more about this device and specifically how did you install Kali? which ISO did you use?

In Kali run the following and share output:
Bash:
sudo apt update
sudo apt install inxi
inxi -Fxz

Problem is that you're running software on Kali which depends on systemd
 
Last edited:
it says root@localhost so why did you use sudo beef-xss you are already root you do not need sudo

you need to manually install the missing GeoIP Database - https://github.com/beefproject/beef/wiki/Geolocation

also are you running WSL some versions does not support systemd some you have to enable it
How to know which init system you are using
ps -p 1 -o comm=
It should show init or sysv (or something like that) in the output
 
Last edited:


Latest posts

Top