Debian Locales Error During Boot
If you are receiving locale errors like file not found, during boot, you can repair your system with the following:
sudo /usr/sbin/locale-gen
If this command does not work properly you should first re-install the appropriate files:
sudo apt-get install --reinstall debconf
Then re-run:
sudo /usr/sbin/locale-gen





