Stuck in macOS Recovery with a language you don’t speak? Here’s what you can do to fix this

consent.ads.queue.push(function(){
try {
IDG.GPT.addDisplayedAd(“gpt-superstitial”, “true”);
$(‘#gpt-superstitial’).responsiveAd({screenSize:’971 1115′, scriptTags: []});
IDG.GPT.log(“Creating ad: gpt-superstitial [971 1115]”);
}
catch (exception) {
console.log(“Error with IDG.GPT: ” + exception);
}
});
You don’t have to speak Chinese, Russian, Spanish, or other languages to fix this problem.
Apple
“);
});
try {
$(“div.lazyload_blox_ad”).lazyLoadAd({
threshold : 0, // You can set threshold on how close to the edge ad should come before it is loaded. Default is 0 (when it is visible).
forceLoad : false, // Ad is loaded even if not visible. Default is false.
onLoad : false, // Callback function on call ad loading
onComplete : false, // Callback function when load is loaded
timeout : 1500, // Timeout ad load
debug : false, // For debug use : draw colors border depends on load status
xray : false // For debug use : display a complete page view with ad placements
}) ;
}
catch (exception){
console.log(“error loading lazyload_ad ” + exception);
}
});
When you start up a Mac while holding down Command-R on the keyboard, the Mac boots into macOS Recovery. In this mode, you can run Disk Utility, access the command-line Terminal app, and reinstall the operating system. But what do you do if you restart your Mac into Recovery mode and a language appears other than one you know?
This doesn’t seem to happen at random, but it can occur when you’ve purchased a computer from someone who installed the system using another language, which can remain in place in the Recovery partition, a separately organized part of your startup drive.
Fortunately, there are a few ways to resolve this.
- Choose the third menu from the left, which is labeled File when in English, and pick the first option, which is labeled Change Language in English. You should be able to select the language you want.
- Launch Terminal, which is in the fifth menu from the left, labeled Utilities in English. The apps have icons next to them, and Terminal is a little rectangle with a prompt in it. After Terminal launches, type
sudo languagesetup
and press Return. You can then select the language to use. - If you have a Keyboard menu at the far right of the screen, you can select the one with a tiny U.S. flag to switch to English.
- If all else fails, you can reinstall macOS by restarting your Mac and then holding down Command-Option-R. This will re-download installation files and prompt you for a language choice, while also upgrading the Recovery partition. It won’t overwrite your hard drive, but installs in place the latest version of macOS that works on your computer.
This Mac 911 article is in response to a question submitted by Macworld reader Curtis.
Ask Mac 911
We’ve compiled a list of the questions we get asked most frequently along with answers and links to columns: read our super FAQ to see if your question is covered. If not, we’re always looking for new problems to solve! Email yours to mac911@macworld.com including screen captures as appropriate, and whether you want your full name used. Every question won’t be answered, we don’t reply to email, and we cannot provide direct troubleshooting advice.