Fix Garbled Chinese Characters in GRUB Interface - Ubuntu & Linux
If your GRUB interface is garbled in Chinese, it could be due to a language setting issue. Here are a few possible solutions you can try: \n\n1. Change the language setting in GRUB configuration:\n - Open a terminal and run the command: sudo nano /etc/default/grub\n - Look for the line containing GRUB_CMDLINE_LINUX_DEFAULT and add LANG=en_US.UTF-8 at the end. It should look like this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash LANG=en_US.UTF-8"\n - Save the file and exit the text editor.\n - Update GRUB by running: sudo update-grub\n\n2. Reinstall GRUB language files:\n - Open a terminal and run the command: sudo apt-get install --reinstall grub-common\n - Follow the prompts to complete the reinstallation.\n\n3. Reset GRUB configuration:\n - Open a terminal and run the command: sudo grub-mkconfig -o /boot/grub/grub.cfg\n - This command regenerates the GRUB configuration file.\n\nAfter trying these solutions, reboot your system to see if the GRUB interface language is displayed correctly in English.
原文地址: https://www.cveoy.top/t/topic/pM79 著作权归作者所有。请勿转载和采集!