Getting a system crash and an error message related to systemd:
“uninitialezed urandom read”. This problem results in a RSOD (Red Screen of Death) and
a crash. It appears to be related to the generation of sufficient entropy for the Random Number Generator.
Basically the kernel signals that the in-kernel CRNG was not yet fully initialized with sufficient entropy, as
according to the following article:
Is it possible to change the binary used to generate entropy as stated in the following article?
Use some other pseudo-random number generators, such as haveged
[3], to increase the entropy in the pool.