Generating locales on boot failed
So I like BlendOS, really cool, but I needed to reboot. I practically dug my own grave right there. When it started to boot again, I saw:
[FAILED] Failed to start Generate locales using locale-gen.
and hangs there. How can I fix this? I’m thinking after some research that it’s the immutability and the filesystem is read-only, but how did it start for the first time then? Did it not execute that service?1 Reply
I could try using the rescue shell but I don’t know how because I don’t know the GRUB menu key.
Fixed it myself. Reinstalled the OS and disabled the service. Run
sudo systemctl disable locale-gen.service or without sudo if you are running as root.