Code: Select all
sudo dmesg | less
Code: Select all
kernel: random: crng init done
Code: Select all
sudo apt install haveged
sudo systemctl enable haveged
doomkin wrote: ↑Fri Aug 10, 2018 12:48 amAt boot, the kernel waits for mouse movements to initialize the random number generator.
Kernel messages on boot:The problem:Code: Select all
sudo dmesg | less
The solution:Code: Select all
kernel: random: crng init done
Code: Select all
sudo apt install haveged sudo systemctl enable haveged
Can you remember what you changed, and have you tried changing it back?i did modify my cmdline.txt before i reboot
Code: Select all
unknown-block(179, 2)
Code: Select all
initcall_debug=1
Code: Select all
crng init done
Code: Select all
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=27504eef-06 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait initcall_debug=1
Code: Select all
... root=/dev/mmcblk0p2 ...
doomkin wrote: ↑Fri Aug 10, 2018 12:48 amAt boot, the kernel waits for mouse movements to initialize the random number generator.
/quote]
Ugh! that seem a valid explanation: I am running headless and HAVE NO MOUSE NOR KEYBOARD.
Pluging a mouse releases the boot process. But that is'nt the purpose of a headless machine!
Installing haveged works!