Site icon ChrisWrites.com

How to reinstall MacOS without a Recovery partition

If you’re experiencing problems with macOS, then sometimes you may have no choice but to cut your losses and reinstall the operating system from scratch, via its Recovery partition.

But what if you discover that your Mac doesn’t have a Recovery partition?

Don’t panic! In this article, I’ll share all the workarounds available, if you’ve tried pressing the “Command+R” shortcut, and absolutely nothing is happening.

Are your really missing a Recovery partition?

The first step, is to verify that your Mac is definitely lacking a Recovery partition. You can perform this check, using the Terminal application:

diskutil list

The Terminal will now display a list of all your drives and partitions. If this list doesn’t contain either Apple_Boot Recovery HD or APFS Volume Recovery, then it means your Mac doesn’t have a recovery partition.

If your Mac is missing a Recovery partition, then you may be able to restore it, by resetting your PRAM.

To reset the PRAM, restart your Mac while holding down the ‘Command+Option+P+R’ keys until you hear macOS’ distinctive startup chimes for a second time. Once your Mac has booted, try re-running the ‘diskutil list’ Terminal command, to see whether this has resolved your issue.

If resetting the PRAM doesn’t work, then there’s several ways that you can reinstall a fresh copy of macOS, without a Recovery partition.

Don’t forget your Time Machine backup!

Before you start, you should create a full Time Machine backup, so you can restore all of your files, folders and apps once you’ve installed a fresh copy of macOS.

To create a Time Machine backup:

Boot into Internet Recovery

If you don’t have a Recovery partition, then you can always install macOS via its Internet Recovery feature. Just be aware that Internet Recovery only works with networks that use WEP and WPA security, which can be an issue if you’re using a proxy network or PPPoE.

To boot into Internet Recovery:

Create a bootable installer

If your Mac is refusing to boot into Internet Recovery, then your only option is to create a bootable installer from a flash drive.

First, you’ll need an installer for the version of macOS that you want to restore. Assuming that you previously downloaded this version of macOS from the App Store, you can easily re-download the necessary files:

Find the version of macOS that you want to install, and then click its accompanying ‘Install’ button. This will download the installer to your Mac’s ‘Applications’ folder.

Once you have the necessary installer, it’s time to transform your USB drive into a bootable installer. Note that this completely erases the USB flash drive, so make sure you backup any files that you want to hold onto!

At this point, you need to enter a single Terminal command, which will vary depending on your version of macOS.

High Sierra

sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/untitled –applicationpath /Applications/Install\ macOS\ High\ Sierra.app

Sierra

sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/untitled –applicationpath /Applications/Install\ macOS\ Sierra.app

El Capitan

sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia –volume /Volumes/untitled –applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app

Yosemite

sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia –volume /Volumes/untitled –applicationpath /Applications/Install\ OS\ X\ Yosemite.app

Mavericks

sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia –volume /Volumes/untitled –applicationpath /Applications/Install\ OS\ X\ Mavericks.app

Your Mac will wipe the flash drive and copy the installer, at which point you’ll have created a bootable installer.

Install macOS from the bootable installer

To use your bootable installer:

MacOS will now be installed on your hard drive from the bootable installer. Once it’s finished you’ll have a new installation of macOS – and a new Recovery partition!

Exit mobile version