jojopi,
You may be right:I'll try your suggestion...
TIA...
You may be right:
This is what I get:I think OP has run into a serious new bug in Raspberry Pi OS/Imager/firstboot/wizard where something is setting LC_ALL in /etc/default/locale. Once LC_ALL is set, it overrides all other settings, and it cannot be removed by normal means such as interactive raspi-config.
If cat /etc/default/locale includes any setting other than LANG, then run:
Code: Select all
sudo update-locale LC_ALL LANGUAGE
sudo reboot
Code:
~ $ cat /etc/default/locale # File generated by update-localeLANG=en_AU.UTF-8LANGUAGE=en_US.UTF-8LC_ALL=en_US.UTF-8
TIA...
Statistics: Posted by hfl — Sun Feb 16, 2025 10:21 am