PDA

View Full Version : Reboot problem + timezone reset after miraculous reboot



2020-01-12, 21:58
Good evening,


My issue is the following :


I can change the time without problem on restart with kalipi-config and ntpdate but before installing the kali-linux-all pack.


But as soon as I install the kali-linux-all pack and change the time after installing it.


Well there I can no longer restart kali linux, it freezes at startup after the command line "random cng init done"

https://www.zupimages.net/up/20/02/j8q2.jpg


And even when I manage to restart as best I can and the time to change


I don't understand why the pack changes the time when I had set it correctly.


After a miraculous reboot the time returned to February 14, 2019 and the date and time language in the upper right became bizarre.


I'm totally overwhelmed and I've been looking for a solution for days.


Thank you


A +

jeremyiron
2020-01-13, 18:30
Try this for address boot problem,,,

apt-get install haveged
systemctl enable haveged
reboot

I guess this is a problem related with random number generation...


And I think you can set timezone with "timedatectl" command.

timedatectl show (this command prints your current timezone setting)
timedatectl list-timezones (you can list timezones to search your actual timezone)
timedatectl set-timezone Zone (you can change to new 'Zone')

2020-01-13, 20:46
Good evening,

The havegen did not improve the start, it's always a bit of a hassle.

Here is the screenshot of kali-linux after making the above commands:

3805

Thank you

A +


Try this for address boot problem,,,

apt-get install haveged
systemctl enable haveged
reboot

I guess this is a problem related with random number generation...


And I think you can set timezone with "timedatectl" command.

timedatectl show (this command prints your current timezone setting)
timedatectl list-timezones (you can list timezones to search your actual timezone)
timedatectl set-timezone Zone (you can change to new 'Zone')

2020-01-14, 14:57
Hello,
I executed the "timedatectl" commands and after having laboriously restarted, the time returned to February 14, 2019.