Bootable El Capitan Usb Windows

In this tutorial and video walkthrough, I’ll show you how to create a bootable USB drive for OS X El Capitan in just a few easy steps Note: your USB flash drive must be at least 8GB in size. Ensure that there’s nothing on the drive that you wish to keep, as this process will completely erase the drive including any volumes. Now Create bootable USB for Mac OS El Capitan on Windows. Now it is the time to create a bootable USB installer using TransMac, To install Mac OS El Capitan on VirtualBox on Windows 10 you need a Bootable USB here you will learn the steps of creating a bootable USB installer for Mac OS El Capitan on Windows.

Macbooks or iMacs hardly require reinstallation of their Mac OS, but when they do then it’s a fairly difficult process especially if your secondary computer is Windows. Reinstalling Mac OS is a time-consuming process and requires a lot of patience that’s why recommend doing this process in your free time or weekends.

Usb

To get started with you require a USB drive with at least 8GB storage (16GB recommended). Then you need a working Mac OS ISO or DMG Installation Image. You can download it from the Apps Store or you can find Mac OS Image at ISORIVER.

There are 2 Methods to Create a Bootable USB drive of Mac OS on your Windows PC.

Method 1: Using TransMac

  1. Download TransMac’s latest version for Windows from this link.
  2. Connect your USB drive
  3. Right Click on your USB drive option in TransMac and select Format Disk for Mac
  4. After that, right-click the USB Drive and select Restore with Disk Image
  5. Point to your Mac OS .dmg or .iso file by clicking the add button.
  6. After that TransMac will create bootable Mac OS USB within few minutes.
  7. Then you can insert it into your Mac, hold down the option key while turn on and boot your system with this USB.

Method 2: Using PowerISO

Another disk image utility that you can use is PowerISO. It can be used for burning both ISO files and DMG files to USB to create a bootable drive. Follow the steps below to Create a Bootable Mac OS USB on Windows PC.

Step 1: Firstly Download PowerISO and install it in your Windows PC. Launch the app and insert a USB drive into your computer.

Step 2: Import the DMG / ISO file directly by clicking on ‘Burn’ in the toolbar.

Step 3: In the Burn window, select the DMG / ISO file from the Source File section.

Bootable El Capitan Usb Windows

Step 4: You can modify the settings to adjust burn speed. The default will be set to the maximum, so you can reduce that.

Step 5: You can choose to finalize the disk and verify it. Any errors in the bootable USB will show up at that point.

Step 6: Now click on “Burn” and wait for the progress bar to reach 100%.

After the successful creation of Bootable Mac OS USB, boot your Macbook from this USB drive by clicking the option button during bootup and select this USB drive.

Watch this Video Tutorial

El Capitan Bootable Usb Windows

That’s it for the tutorial If you face any issues or had any query then please let us know in the comment section below. You can also send us an email via the contact us page for personalized support.

Are you trying to make a bootable installer? Do you have the El Capitan installer downloaded from the App Store? You cannot make a bootable DVD but you can make a bootable flash drive.


Bootable USB Installers for OS X Mavericks, Yosemite, El Capitan, and Sierra

Bootable El Capitan Usb Windows 8


First, review this introductory article: Create a bootable installer for macOS. Second, see this How To outline for creating a bootable El Capitan installer. Simply replace the Terminal command with the one from the preceding article by copying it into the Terminal window. You will need an 8GB or larger USB flash drive that has been partitioned and formatted for use with OS X.


Drive Partition and Format

  1. Open Disk Utility in the Utilities' folder.
  2. After Disk Utility loads select the drive (out-dented entry with the mfg.'s ID and size) from the side list.
  3. Click on the Erase tab in the Disk Utility toolbar. Name the drive, 'MyVolume'. <---- IMPORTANT!
  4. In the drop down panel set the partition scheme to GUID. Set the Format type to Mac OS Extended (Journaled.)
  5. Click on the Apply button and wait for the Done button to activate. When it does click on it.
  6. Quit Disk Utility.


Create Installer

Open the Terminal in the Utilities' folder. Choose the appropriate command line (in red) depending upon what OS X installer you want. Paste that entire command line from below at the Terminal's prompt:


Command for macOS High Sierra:

sudo /Applications/Install macOS High Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install macOS High Sierra.app

Command for macOS Sierra:

sudo /Applications/Install macOS Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install macOS Sierra.app

Command for El Capitan:

sudo /Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install OS X El Capitan.app

Command for Yosemite:

sudo /Applications/Install OS X Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install OS X Yosemite.app

Command for Mavericks:

sudo /Applications/Install OS X Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install OS X Mavericks.app


Press RETURN. You will be asked for your admin password. It will not echo to the Terminal window. Then press RETURN again. Wait for the return of the Terminal prompt signifying the process has completed. It takes quite some time to finish. Be patient.

Mar 3, 2018 7:47 PM