Any idea? How to fix this problem. Out me every time startup or reboot ??
13 Answers
You should run systemctl status console-setup.service as per suggestion to have a look at the problem.
You may need to execute
sudo dpkg-reconfigure keyboard-configurationor
sudo dpkg-reconfigure console-setupand provide suitable answers to the questions those commands ask to recreate a 'working' configuration.
2I used the command: sudo systemctl enable console-setup
The next time the system started. There was no red message: "Failed to start console ..."
As suggested here, you can try:
sudo systemctl restart console-setup.serviceI had the same problem on Debian Stretch, and this resolved it for me. The error did not recur on reboot.