I am running into an issue where on boot, I need to do a CTRL-D to get the boot process to finish. Error is around the service haveged and failing of the Entropy Daemon. I am having issues finding any good info on this service and error. Here is what comes up when I get the status:

root@RPi4-kali:/var/log# systemctl status haveged.service
* haveged.service - Entropy Daemon based on the HAVEGE algorithm
Loaded: loaded (/lib/systemd/system/haveged.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Thu 2020-12-31 09:12:42 CST; 173ms ago
Docs: man:haveged(8)
http://www.issihosts.com/haveged/
Process: 14127 ExecStart=/usr/sbin/haveged --Foreground --verbose=1 $DAEMON_ARGS (code=killed, signal=SYS)
Main PID: 14127 (code=killed, signal=SYS)

Dec 31 09:12:42 RPi4-kali systemd[1]: haveged.service: Scheduled restart job, restart counter is at 5.
Dec 31 09:12:42 RPi4-kali systemd[1]: Stopped Entropy Daemon based on the HAVEGE algorithm.
Dec 31 09:12:42 RPi4-kali systemd[1]: haveged.service: Start request repeated too quickly.
Dec 31 09:12:42 RPi4-kali systemd[1]: haveged.service: Failed with result 'signal'.
Dec 31 09:12:42 RPi4-kali systemd[1]: Failed to start Entropy Daemon based on the HAVEGE algorithm.

Any assistance appreciated.

Michael Krogstad