Reinstall El Capitan

When finished, OS X El Capitan will boot into a brand new clean install, running through the initial OS X setup process on the Mac as if the Mac was brand new. No files, no data, nothing will be on the Mac except for what comes with OS X El Capitan, that is what a clean install is for. Aug 26, 2021 El Capitan has a multi-step process to build an installer, and that path requires a second Mac and particularly a second Mac capable of running El Capitan. That’s discussed both in the Apple article, and in the other link. OS X 10.11 is at the edge of being able to make a secure network connection these days, too. I had an issue with El Capitan beta 3 which prevented Mail working. I noticed that if I checked via 'About' it did not even say El Capitan was the OS. I dexited therefore to reinstall adopting the method above.

Warning: Please follow these instructions at your own risk. I am not responsible for any damage or information loss that could result from following this guide. Also, note that installing OS X on PC is illegal. Please buy a real Mac if you're satisfied with your Hackintosh. This guide is for evaluation purposes only.

Requirements

  • An Intel-based PC with UEFI bios
  • A USB flash drive with at least 16GB capacity
  • A dedicated hard drive (SSD highly recommended)
  • A computer running OS X (10.9 or later) for preparing the installation USB flash drive

I chose to avoid the UniBeast installer (by Tonymacx86) because of its commercialized nature, as described here. Here is a vanilla guide to installing El Capitan on your PC!

Preparing the USB Installation Drive

First things first. We need to prepare a USB thumb drive that will contain the installation files as well as the bootloader and custom kexts for our specific Hackintosh build.

Download El Capitan from the Mac App Store

Head over to your existing OS X environment running 10.9 or later and open the Mac App Store.

Search for 'El Capitan' and click Download. The download is completely free if you're running OS X 10.9+.

Wait for the download to finish (this could take some time).

Format the USB Drive

Open Disk Utility in Applications/Utilities and locate your USB device. Make sure you've backed up anything important on that drive as it will be erased forever.

Select it, and then on the right, click the partition tab.

  1. Click Curent Layout and change it to 1 Partition.
  2. Set the Name to USB.
  3. Set the Format to Mac OS Extended (Journaled).
  4. Click Options and select GUID Partition Table.

Click Apply to format the drive.

Copy the Installation Files to the USB Drive

Now that we've downloaded the installation files from the Mac App Store and formatted our USB drive, let's copy the installation files to it.

Run the following command in the Terminal (Applications/Utilities):

The command will run a script inside the Install OS X El Capitan application that will copy the installation files to the USB drive.

How to reinstall el capitan on imac

This process takes about 15 minutes. Go out for a quick run, or a hamburger, or both. When you come back, it should have finished.

Installing a Bootloader

If you tried to boot from the USB drive as is after the previous step on a PC, it wouldn't work. We need a bootloader that makes it possible to boot OS X on x86 and x86_64 PCs.

There are 3 popular bootloaders to choose from.

  • Clover
  • Chameleon
  • Chimera

I went with Clover as it seems to be the most popular choice among other El Capitan installers, mostly for the following reasons:

Clover is an open-source EFI-based bootloader created on Apr 4, 2011. It has a totally different approach from Chameleon and Chimera. It can emulate the EFI portion present on real Macs and boot the OS from there instead of using the regular legacy BIOS approach used by Chameleon and Chimera. For many, Clover is considered the next-gen bootloader and soon it will become the only choice since BIOS in being replaced by UEFI in every new motherboard. One big feature of Clover is that iMessage, iCloud, the Mac App Store works along with Find My Mac, Back To My Mac and FileVault since Clover can use the EFI partition. (Read more)

Install Clover on Your USB Drive

Installing Clover on your USB drive is relatively easy. It involves running an installation wizard and selecting some options.

Download the latest Clover installer from here.

  1. Run the installer.
  2. Click Continue twice.
  3. Click Change Install Location and set it to your formatted USB drive.
  4. Click Customize and check the following options:
    • [x] Install for UEFI booting only
    • [x] Install Clover in the ESP
    • [ ] Drivers64UEFI
      • [x] OsxAptioFixDrv-64 - fixes memory map created by AMI Aptio EFI. Booting OS X is impossible otherwise.
  1. Click Install and wait for the installation to finish. It shouldn't take more than a minute.
Copy Essential Kexts to the USB Drive

Next, we'll need to copy some kexts (kernal extensions, similar to drivers on Windows) to the USB drive.

  • FakeSMC.kext - open source SMC device driver/emulator developed by netkas. Tricks OS X into thinking it's installed on Apple hardware. Absolutely required for Hackintosh installation.
  • NullCPUPowerManagement.kext - disables AppleIntelCPUPowerManagement.kext which may cause kernel panics when you try to boot from the USB drive. It's optional, copy it only if you get an AppleIntelCPUPowerManagement-related kernel panic.
  • ApplePS2Controller.kext and AppleACPIPS2Nub.kext - adds support for PS2 devices (such as PS2 keyboard/mouse). They're optional, copy them only if you still use PS2 devices.

Download these files from here and copy them to the EFI mounted volume at /EFI/Clover/kexts/10.11/.

Now that the installation USB drive is ready, let's install OS X El Capitan!

Boot from the USB Drive

Restart your computer and boot from the USB drive (Press Esc/F8/Del to access the boot selection menu).

Use the arrow keys to select Boot OS X Install from Install OS X El Capitan (It should be selected by default). Press the spacebar and select Boot Mac OS X in verbose mode. Verbose mode means that you'll be able to see exactly what's going on under the hood as OS X attempts to boot up its installer. You'll be able to see the exact error message if booting fails.

Press Enter and cross your fingers. Clover will now boot the installer from your USB drive. This could take some time, in my case, it takes around 5 minutes (Don't worry -- the startup time is around 5 seconds after installing on an SSD).

Did it fail?

It's more than likely that the boot will fail. Don't panic (ha-ha), as kernel panics usually mean that you forgot to copy an essential kext to the EFI partition. Look up the exact error you're getting before the boot log comes to an end and search Google for a solution.

Once you find an additional kext that your system needs, you'd attempt to copy it to the EFI volume, only to discover that it's gone! Not to worry, it's just unmounted and hidden. Follow this guide to mount the hidden partition, and then, follow the Copy Essential Kexts section above to copy it to the USB drive's EFI partition.

Format the Target Hard Drive

Once the installation wizard boots, the next step is to prepare the hard drive that you want to install OS X on.

Click Continue, followed by Disk Utility.

Select the target drive to install to (not the USB drive!) and click the Erase button. Make sure to back up anything important on that drive, as it will be deleted forever.

  1. Set the Name to El Capitan.
  2. Set the Format to OS X Extended (Journaled).
  3. Set the Scheme to GUID Partition Map.
Reinstall

Click Erase to format the drive.

Install OS X to the Target Drive

Exit the Disk Utility and click Install OS X.

Click Show All Disks and select the drive you just formatted to install OS X on it. Finally, click Install.

The process takes about 25 minutes. Be patient. For me, it hung at the end ('1 second remaining') for around 5 minutes. Don't be tempted to reset or cancel the installation.

When that's done, the system will reboot. Make sure to boot from the USB device again, and select Boot OS X Install from Install OS X El Capitan once again, in verbose mode. The installation is a two-part process that continues once you re-boot into the USB drive.

Finally, after about 25 more minutes, OS X El Capitan should be successfully installed on the target drive.

Boot into El Capitan via the USB Device

After the second reboot, boot from the USB device once again, but this time, select Boot OS X from El Capitan, and select verbose mode.

Press Enter and cross your fingers again. If all goes well, you'll be presented with the setup wizard:

Take a minute to set up your new Hackintosh. Once you're done, there are a few things you need to do to finish off the installation.

Reinstall Clover on the Hackintosh Drive

In the previous step, we used Clover on our USB drive to boot our Hackintosh. This is fine, but most of us aren't going to keep that USB drive plugged in forever. Let's make it possible to boot El Capitan independently by reinstalling Clover on it.

Go back up to the Install Clover on Your USB Drive section and follow the steps again, but this time, select your El Capitan volume instead of the USB drive.

Once again, copy the essential kexts to the EFI partition that shows up after installing Clover.

Finally, make sure to add Clover EFI boot options which is possible by pressing Clover Boot Options in the Clover boot window (if there are 2 boot options -- find the one for your SATA drive). I literally spent 3 hours figuring out why Clover would not boot when I disconnected the USB drive before I figured out that I need to manually add the EFI boot options.

Now you'll be able to boot directly from the El Capitan hard drive, as it should be!

Audio and Networking

If you're lucky, audio and networking will work right out of the box. If not, you're on your own from here. You'll need to research your exact hardware (by using System Information in Applications/Utilities) and searching Google to find the right kext or installer to make it work on El Capitan.

Clover Themes

The default Clover theme is pretty ugly (no offense). Check out this theme database to improve Clover's appearance.

This is YosemiteLogin by xenatt:

Enjoy!

That's it! Enjoy your new Hackintosh, and if you absolutely love it, consider buying a Mac!

I might ask if anyone knows how I can run the installer manually - from the command line I can cd to /Volumes and see my main hard drive and the downloaded dmg file 'Install OS X El Capitan'. If I could run the installer from the downloaded file, I'd saver about 2 hours for these tests and not download that installer file over and over. Windows Mac; Windows 7 and newer, including Windows 10: Mac OS X El Capitan and newer, including macOS Mojave (Catalina users see warning below): If using MathType with Pages (et.al.) on macOS 10.14 Mojave, please make sure that you are using Pages 7.3, Keynote 8.3, and Numbers 5.3 or later.

Reinstalling an operating system can be a frustrating and time-consuming process. Mac OS X El Capitan. Yosemite just got bigger. In order to transmit multicast flows from Dante Virtual Soundcard on OS X 10.11 (El Capitan), the IP address of the Ethernet port must be set to static, and/or the Wi-Fi port must be turned on. Dante Virtual Soundcard does not detect my network interface. Lifewire / Luyi Wang Performing a clean install of Windows 7 is also usually a better idea than upgrading from an older version of Windows.Since a clean install is a true start over from scratch, you don't risk inheriting any buggy situations from your previous installation.

Please note: There is another version of MathType, intended for 'web' applications such as blogs, LMSs, and other web apps and websites. For the integrations of MathType, please see our documentation on MathType Integrations and MathType Apps.

What you'll find on this page:

  • Requirements. What operating system and version of MS Office is required?
  • Installation. Description of the installation process.
  • Evaluation mode. Running the 30-day MathType trial.
  • Activate the product. Unlocking MathType for full use beyond the trial period.
  • If your license expires. What are your options after your MathType license expires?
  • MathType setup dialog. Dialogs you'll see during installation.
  • Installing over an older version. Upgrading MathType.
  • Checking for the latest version. Making sure you're using the latest release.

System Requirements

WindowsMac
Windows 7 and newer, including Windows 10Mac OS X El Capitan and newer, including macOS Mojave (Catalina users see warning below)
If using MathType with Pages (et.al.) on macOS 10.14 Mojave, please make sure that you are using Pages 7.3, Keynote 8.3, and Numbers 5.3 or later. If not, please update to these versions.
If using MathType with Microsoft Office it must be
Office 2007 or newer, including Office 2019 and Office 365Office 2011 or newer (version 15.39 or newer), including Office 2019 and Office 365. For Office 2011, please see our warning about MathType and Office 2011
MathType with macOS 10.15 Catalina: Please see our information page for using MathType with Catalina.

Installation


To install MathType, exit MathType, Microsoft Word, PowerPoint, and Outlook, then run the MathType Setup Program by double-clicking the file you downloaded. This file will be named MathType-mac-en.pkg for Mac and MathType-win-<lang>.exe for Windows, where <lang> is the 2-letter code for the language you downloaded.

To complete the installation, follow the instructions in MathType Setup dialogs.

If you are an IT staffer and need to install MathType on a network drive or need instructions for silent installation, please see our Network Administrators Manual.

Evaluation mode

You can Evaluate MathType for 30 days by choosing that option after installation. The full version of MathType will be installed, and you will enjoy the same functionality as the unlocked version.

When you open MathType during the trial period, a dialog will appear showing the number of days remaining in your trial:

You may also manually check the number of days remaining, by going to MathType's Help menu (only in MathType itself, not on the MathType tab in Word) and clicking About:

You can unlock MathType at any time with a valid product key, without reinstalling.

Activate the product

You may activate MathType either from the MathType window itself, or from the MathType tab in Word. After installation, when you first open MathType you will have the opportunity to enter your product key if you have purchased one, or to begin a 30-day trial if you don't have a product key:

Activating during the evaluation period

If you are evaluating the product and later want to activate it with a purchased product key, choose the Unlock/Register MathType command on MathType's Help menu (not on the MathType tab in Word, but in MathType itself) and enter the product key into the dialog that opens.

The product key is on the payment confirmation web page and also in the order confirmation email you received.

  • Once you've obtained a product key, enter your information.
  • In order to receive free technical support and important notices, register your copy of MathType by entering your email and ensuring the check box that allows the installer to send your information to WIRIS is selected.


To activate from Word: After clicking the Unlock/Register MathType command in Word, you will arrive here on this documentation page. To actually unlock and/or register MathType, go back to the MathType tab in Word and click Inline to open MathType. Then in MathType's Help menu, click Unlock/Register. Choosing that command from MathType itself rather than from Word will allow you to proceed as described below.

Reinstall El Capitan

Expired MathType trial

Once the evaluation period has expired, most MathType functions are deactivated. When you open MathType, you will get this notice:

If you choose to Continue in deactivated mode, your options are limited:

  • One thing you cannot do in deactivated mode is edit the equation.
  • One thing you can do is to open MathType's Cut and Copy Preferences and choose a text format (LaTeX or MathML). You may copy the equation in one of those formats and paste it elsewhere. The reason this feature remains enabled is it allows you to continue using your equations elsewhere, perhaps in a WordPress web page or blog, or in an LMS such as Canvas or D2L.
  • If you're in Word, you may convert the equation to a Word equation. When you double-click an equation in the document, you'll see this dialog: If you click Cancel, you're returned to the document and nothing is changed. If you click Yes, MathType will convert the equation into an OMML (i.e., MS Office) equation, allowing you to continue using your equation and editing it if you need to. If you click No and 'Continue in deactivated mode', you'll see the equation opened in MathType, but with no toolbars:Proceed as described in the second bullet above.

If your license expires

You'll find more information about this subject on the Using MathType page, but if your MathType license expires it will behave as if it were an expired 30-day trial. You can re-activate MathType by purchasing a new product key from the Wiris Store.

MathType setup dialog

This dialog allows you to either install MathType or remove an existing MathType installation. If you're installing for the first time the Remove button will be disabled.

Install

Capitan

Click this option to install MathType to the folder shown in the Destination Folder box.

Destination Folder

Use this area to change the folder on your hard disk where Setup will install most of MathType's files. Use the Browse button to navigate to a folder. Setup will also install fonts and system files into appropriate system folders on your hard disk.

Click OK to begin the installation process. Click Exit to terminate Setup and abort the installation.

Remove

Click this option to remove MathType from the folder shown in the Remove MathType from box.

Remove MathType from

Use this box to choose which folder on your hard disk Setup will remove MathType from. Use the Browse button to navigate to a folder. Details on the files installed by Setup are included in the MathType Administrator's Manual available in the support section of the Wiris website.

Click OK to begin the removal process. Click Exit to close Setup and abort the removal.

Installing over an older version

MathType 5/6.x and MathType 7 cannot be installed simultaneously, and MathType 7's installation process removes MathType 5/6.x. You'll still be able to exchange documents containing MathType 5/6.x equations as the equations are fully compatible.

How To Reinstall El Capitan Os X

If you're currently using an earlier version (3.x or before) you have the option of overwriting it or installing MathType 7 into another folder. The decision as to whether or not to replace your old version of MathType with a new one is one you should consider carefully.

Overwriting an old version of MathType

If you choose to overwrite the older version of MathType, any equations you created with the old version will be automatically updated to the new version of MathType whenever you edit them. Normally, this is what you want as it lets you use the features of the new version of MathType when editing your equations.

If you send documents containing equations to your friends and associates, converting equations to the new version is not a problem unless:

  • They need to edit the equations (viewing and printing are not a problem), and
  • They do not have the new version of MathType and are not willing to upgrade.

If both of the above are true, leave the old version of MathType installed. This way, when you edit old equations the old version of MathType will be invoked. When you create new equations, you will have your choice of using the old or new version of MathType.

Removing the application

To remove MathType, do one of the following:

Windows:

  • Choose Remove MathType from the MathType 7 sub-menu of the Windows Start menu or,
  • Choose Control Panel from the Windows Start menu, then Add/Remove Programs (or Programs and Features or Apps and Features), then choose MathType 7 from the list of removable applications.

Mac:

  • In a Finder window, go to Applications/MathType and run the Uninstall MathType application.

This will run MathType Setup with the Remove option pre-selected. Follow the instructions presented in Setup's dialogs.

Checking for the latest version

MathType supports both automatic and manual checking to find out if a newer version of MathType is available. The checks access the latest MathType version information via your Internet connection. After checking the version, a dialog will be displayed letting you know the results of the comparison.

MathType will normally perform this check once a month. If you want to check more often, manually choose the Check for Latest Version Now… command whenever you want to check for a newer version. This command is in MathType's Help menu, under MathType on the Web. Note this is not on the MathType tab in Word; it is in MathType itself.

If there isn't a newer version of MathType available, the version check may occasionally display information about other Wiris products that have been released. If you'd prefer not to see these, either click the Don't show me this again checkbox in the message, or uncheck the Show Tips command on the MathType on the Web sub-menu of the Help menu. Note this is not on the MathType tab in Word; it is in MathType itself. Screen shot below is from Windows, but it's the same in Mac.

Reinstalling macOS is usually the last option when fixing an error on Mac. Installing a fresh copy of the Mac operating system should resolve all problems that your computer is experiencing, even those that are normally difficult to get rid of.

El Capitan Won't Install

You can re-install macOS via the Recovery menu, which can be accessed by holding down Command + R during startup. You can choose to re-install using a bootable USB drive or using Internet Recovery. Most users prefer the latter because it is faster and more convenient.

However, Internet Recovery is not always a good option, especially if your internet connection is not stable. One of the issues that could occur is error code -2003f. Some Mac users reported trying to reinstall macOS Sierra, but error code -2003f appeared, causing the installation to fail. This error can also happen when re-installing other versions of macOS.

What Is Error Code -2003f?

Error code -2003f happens when users try to re-install macOS using Internet Recovery after reformatting the drive. The error may cause your Mac to freeze and the installation of the operating system to fail. Aside from an unresponsive machine, you might also see a spinning globe or a blank screen that means the reinstallation process got stuck. You might even lose all access to your computer because of the bug.

Some users who were trying to install macOS Sierra but got error code -2003f reported seeing a flashing folder with a question mark before the error appeared. The flashing folder with a question mark means that your Mac cannot find its system software, making it impossible to proceed with the installation.

What Causes Error Code -2003f?

Poor internet connection is the leading cause of this error. Negative error codes in this range are usually associated with Wi-Fi problems. This means that your internet connection is not sufficient to successfully complete the process. The error often happens when you’re doing internet recovery over Wi-Fi connection.

Aside from poor unstable internet connection, other factors that could lead to error code -2003f include virus infection, hard disk errors, and incomplete installation of macOS. We’ve listed here several ways to resolve this problem and get rid of this error code.

How to Fix Error Code -2003f

Fixing error code -2003f is simple, especially once you’ve narrowed down the real cause of the problem. Getting rid of the junk files on your Mac with the help of Outbyte MacRepair can help rule out other factors that might be causing the error. Scan your Mac with your antivirus software as well before doing any troubleshooting to make sure that viruses are not wreaking havoc on your computer.

Once you’ve completed these steps, you can then proceed with the fixes below.

Fix #1: Switch to Wired Connection.

Since the main reason behind this error is a poor internet connection, switching to wired connection should be your first course of action. Disconnect your Wi-Fi connection first, then restart your router. Next, use an ethernet cable to connect your Mac to your router, then try running Internet Recovery again to see if the error has been fixed.

Fix #2: Reset PRAM and NVRAM.

Another way to fix error code -2003f is to reset the Parameter RAM (PRAM) or Non-Volatile RAM (NVRAM). NVRAM, which is the modern version of PRAM, stores system settings, including serial port configuration and definition.

To reset your Mac’s PRAM/NVRAM, follow the steps below:

  1. Restart your Mac.
  2. When you hear the startup sound, hold down Command + Option + P + R immediately.
  3. Hold this combination for 20 seconds, then let go to continue booting up.
  4. If you have an older version of Mac, keep holding the keys until you hear the second startup sound.

Try reinstalling via Internet Recovery again to see if you can complete the process successfully.

Reinstall El Capitan Temporarily Unavailable

Fix #3: Run Disk Utility.

Install Mac Os El Capitan

A damaged or defective hard drive can cause several problems for your Mac, including error code -2003f. You can use macOS’ built-in disk utility to repair a damaged or defective hard drive.

Follow these instructions to run the disk tool to restore your drive:

  1. Launch macOS Utilities by restarting your Mac and holding down Command + R.
  2. Release the keys when the macOS Recovery page loads.
  3. Click on Disk Utility from the options, then hit Continue.
  4. Click View, then Show All Devices.
  5. Choose your installation disk from the sidebar.
  6. Click the First Aid Button >Run.
  7. Follow the on-screen instructions to repair the disk.

Once the hard drive has been repaired, check if you are able to re-install macOS without encountering error code -2003f.

Fix #4: Use a Bootable USB Installer

Install El Capitan On Mac

Reinstall El Capitan Without Losing Data

If reinstalling via Internet Recovery doesn’t work, you can use a bootable installer instead to install the Mac operating system. This allows you to install macOS even with poor internet connection.

To create your bootable installer, follow the steps below:

Reinstall El Capitan

  1. Download your preferred macOS. For macOS Mojave, you can get it directly from the App Store.
  2. For older versions of macOS, check the Purchased tab of your App Store and download the installer from there.
  3. When the installer loads after downloading, quit it immediately.
  4. Find the installer file in your Applications folder. It should be named Install <macOS version>.
  5. Connect the USB device or external hard drive you are going to use as the bootable media to your Mac. Make sure it has at least 12GB of free space and is formatted as Mac OS Extended.
  6. Launch Terminal from the Utilities folder.
  7. Type in the command that corresponds to the macOS version you want to install:
    • Mojave: sudo /Applications/Install macOS Mojave.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume
    • High Sierra: sudo /Applications/Install macOS High Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume
    • Sierra: sudo /Applications/Install macOS Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install macOS Sierra.app
    • El Capitan:sudo /Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install OS X El Capitan.app
  8. Hit Enter to execute the command.
  9. Type in your account name and password to proceed.
  10. Press Y to erase the volume.
  11. Wait for the process to be completed, then eject the volume afterwards.

To use the bootable installer to reinstall macOS, edit your startup preferences using Startup Manager and choose your USB or hard drive as the startup disk. Your computer will then start up to macOS Recovery. Just click the Install macOS button and follow the on-screen instructions from there.

Summary

Getting error code -2003f while reinstalling macOS via Internet Recovery can be irritating because it compounds whatever problem you are experiencing instead of fixing it. Fortunately, the methods above should help resolve this error and allow you to finish the installation process successfully.

Reinstall El Capitan On Imac

If you’re running into errors and your system is suspiciously slow, your computer needs some maintenance work. Download Outbyte PC Repair for Windows, Outbyte Antivirus for Windows, or Outbyte MacRepair for macOS to resolve common computer performance issues. Fix computer troubles by downloading the compatible tool for your device.
See more information about Outbyte and uninstall instructions. Please review EULA and Privacy Policy.