FAILED: console keymap

Any idea? How to fix this problem. Out me every time startup or reboot ??

enter image description here

1

3 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-configuration

or

sudo dpkg-reconfigure console-setup

and provide suitable answers to the questions those commands ask to recreate a 'working' configuration.

2

I 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.service

I had the same problem on Debian Stretch, and this resolved it for me. The error did not recur on reboot.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like