Install El Capitan Usb

  1. Create Bootable Usb El Capitan
  2. Install El Capitan From Usb
  3. Install El Capitan Usb Creator

Bootable USB Stick - macOS X El Capitan 10.11 - Full OS Install, Reinstall, Recovery and Upgrade SANDISK USB FLASH DRIVE 2.0/3.1 - 16GB - 5 years warranty Latest certificate (expires These USBs are NOT produced by Apple. Installing or upgrading your software from an USB is a quick process and can take 10-15 minutes to complete. I need to dmg file to write usb with transmac bot when i bought max os x el capitan’ send me a dvd 9,in dvd9 a file with rdr format and a program to write rdr files.in rdr file a part with clover ver 2.3k and install el capitan partition.i write in 16gb usb and connect it in back panel of pc in usb 2.0 work and i go to clover and set boot. All you need is an 8 GB (minimum) USB thumb drive, a USB, FireWire, or Thunderbolt drive or an SD-Card; the OS X 10.11 El Capitan Installer from the App Store (once the download is complete the installer file will appear in the Applications folder — do not move it); and the DiskMaker X installer. It should be noted that DiskMaker X erases the. All you need to perform the installation is a spare 8GB or larger USB thumb drive, an external drive to back up all your data to (if you have any), and a copy of OS X 10.11 El Capitan. OS X 10.11 El Capitan can be downloaded from the Mac App Store.

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):

Download

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

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.

Capitan

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.

Click Erase to format the drive.

Create Bootable Usb El Capitan

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!

Introduction

Apple officially released OS X 10.11 El Capitan operating system in September 2015 as an update through Apple App Store. This actualization will update core of your system and preserve your user data.

To create bootable USB installer for Mac to Install Mac OS X El Capitan on Windows, on Mac or VirtualBox, you have to create bootable USB flash drive. Let’s get started on how to do it. First, you have to download TransMac software for Windows and install it on your computer. But to install or reinstall a recent version of OS X, you must either download a non-bootable installer from the Mac App Store or (via OS X’s invisible, bootable recovery partition) download 6GB.

However, if you want to have a clean installation of El Capitan on your Mac you will need to create a special installation USB drive and in this article we will show you how.

Four ways how to create El Capitan USB installation flash drive:

Preparation - get OS X El Capitan installer and USB flash drive

Download El Capitan installer (Install OS X El Capitan.app in Applications folder) available in Mac App Store.

Prepare a flash drive with OS X Disk Utility. Format it with GUID Partition Table and name it as Untitled. The minimal capacity of flash drive must be 8 GB.

How to create El Capitan installation USB drive with createinstallmedia tool

The createinstallmedia is a command line tool distributed with OS X installer.

When you have prepared your USB flash drive and El Capitan installer is downloaded from App Store ► open Terminal and type command:

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

In our case 'Untitled' is the name of USB flash drive! Replace 'Untilled' by name of your flash drive.
Wait a few minutes and your El Capitan installation USB drive will be prepared.

Bootable Usb Mac Os Sierra

To install OS X El Capitan ► restart computer ► hold the Option key and select Installation USB drive from the menu.

How to create El Capitan USB installation with Terminal commands

When your USB flash drive is ready and El Capitan installer downloaded from App Store ► Open Terminal and type the following sequence of commands:

sudo hdiutil attach /Applications/Install OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmg

sudo asr restore -source /Volumes/OS X Install ESD/BaseSystem.dmg -target /Volumes/Untitled -erase -format HFS+

sudo rm /Volumes/OS X Base System/System/Installation/Packages

sudo cp -a /Volumes/OS X Install ESD/Packages /Volumes/OS X Base System/System/Installation/Packages

sudo cp -a /Volumes/OS X Install ESD/BaseSystem.chunklist /Volumes/OS X Base System

sudo cp -a /Volumes/OS X Install ESD/BaseSystem.chunklist /Volumes/OS X Base System

sudo cp -a /Volumes/OS X Install ESD/BaseSystem.dmg /Volumes/OS X Base System

hdiutil detach /Volumes/OS X Install ESD

Now wait until your bootable installation flash drive with OS X 10.11 El Capitan is made.

To install OS X El Capitan ► restart computer ► hold the Option key and select Installation USB drive from the menu.

How to create El Capitan USB installation with Disk Utility and Finder

When your USB flash drive is ready and El Capitan installer downloaded from App Store ► Open Terminal and type:

Install El Capitan Usb

Create Bootable Usb Os X

defaults write com.apple.finder AppleShowAllFiles 1 && killall Finder

This command allows you to view hidden files in Finder.

Now Open Finder ► Applications ► Install OS X El Capitan.app ► right click ► Select Show Package Contents option.

Install El Capitan From Usb

Navigate to Contents/SharedSupport ► Mount InstallESD.dmg file

Open OS X Install ESD archive in Finder and mount BaseSystem.dmg archive

Connect USB drive and open Disk Utility (/Applications/Utilities)

Select the USB drive from the list of disks, select Restore tab and pick Select OS X Base System archive as a source and USB flash drive as the destination. When ready click on Restore button.

After the Restore process is finished, open Finder ► open USB drive (OS X Base System) ► go to the System/Installation folder and select Packages file and delete it.

Open OS X Install ESD volume in Finder, select Packages folder and copy them to System/Installation folder on USB drive.

Also copy BaseSystem.chunklist and BaseSystem.dmg files from InstallESD.dmg volume to root of USB flash drive (OS X Base System).

Now your El Capitan installation USB drive is prepared and ready for use.

To install OS X El Capitan ► restart computer ► hold the Option key and select Installation USB drive from the menu.

How to create El Capitan USB installation disk with DiskMaker X

DiskMaker X tool is Wizard like tool that allows you create OS X installation disk. Download DiskMaker X to your Mac and copy it to Applications folder.

When you have prepared your USB flash drive and El Capitan installer is downloaded from App Store ► open DiskMaker X.

Select version of OS X (in our case El Capitan)

Select copy of OS X installation app

Select USB drive that will be used for USB installation Csgo xoracle hack for mac.

And wait a few minutes till the the DiskMaker X finish creating process.

To install OS X El Capitan ► restart computer ► hold the Option key and select Installation USB drive from the menu.

In this article, I will show you How to create Bootable USB for Mac OS El Capitan on Windows using Transmac.Bliss font family free download mac. Therefore, you can create bootable USB for your Mac using Transmac on windows 10/7/8/8.1 here you will learn the easiest method of creating bootable USB. As you know that Mac OS EL Capitan is the newest version among Mac. In here just follow my steps to create a bootable USB installer for your Mac. is the twelfth major of the Mac operating system. Therefore, it has outstanding features that the previous version of Mac doesn’t have that. It is better now that we should create a bootable USB installer drive to install Mac OS.

You all have the information about “Transmac” software about its function that how it works, or how to download “TransMac” and how to install that on your Windows PC? However, you need the following requirements to create a great bootable USB installer for Mac OS El Capitan.

Install El Capitan Usb Creator

Why we use TransMac to Create bootable USB for mac os el Capitan?

TransMac is a simple application to open hard drives disk, Flash drives, CD/DVD high-density floppy disk on Windows 10/7/8/8.1 or lower version of other Windows. to use this application you just need to insert the drive you need, and one of the great function is this that it will automatically read the drives, TransMac is a great tool that you can access the Mac file on Windows operating system using TransMac.

TransMac Features

  • You are allowed to use the TransMac for 15 days trial, and after that, if you want to use that more then 15 days then you need to purchase that. All the features are the same for Mac.
  • The system requirements are you need Windows 10/7/8/8.1 or Windows Vista and XP.
  • The users can buy TransMac for $59.00 with the license.
  • Apple files system (APFS) are only supported.
  • Open Mac APFS/HFS/HFS+ format disk drives, flash drives, CD/DVD/Blu-ray media, HD floppies, dmg, dmg part, sparse bundle, and sparseimage files.
  • Copy files to Mac and image file
  • Format HFS to Mac
  • Save and restore image files to disk and USB flash.
  • Create, compress image files for Mac
  • Burn your ISO file and dmg file directly to CD/DVD Blu-ray.
  • View the partition layout

Now Create bootable USB for Mac OS El Capitan on Windows

Download Mac Os X El Capitan Bootable Usb Windows 10

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.

Step #1. Before going to create a bootable USB for Mac OS El Capitan you need to download TransMac. Therefore, you can download TransMac from the given link. After that, you are download TransMac now install that on your computer, the installation process is too much easy everyone can install that on their PC/Computer with a simple procedure. Just click on the setup file and with some click, the installation will finish. After that, Launch TransMac when TransMac is launched you will see the list of Flash drives or local disk. Then Right-click on that flash you want to create bootable USB for Mac OS El Capitan then select Restore with Disk Image.

Restore with the Disk image

Step #2. Now a warning message will pop-up after you select Restore with Disk Image, and in this step, select Yes.

Step #3. After that, you clicked on yes now a dialogue box will come just click on that and browse for VMDK file and select the file and click Open.

Mac Os Bootable Usb Windows

select Mac OS EL Capitan VMDK file

Step #4. After that, you clicked on Open in here your file will be ready to copy on USB drive click on “OK”.

Copying your File VMDK file to USB

Download Mac Os X El Capitan Bootable Usb 3.0

Step #5. After that, you clicked OK now in this step, your Mac OS EL Capitan VMDK file will copy to your USB drive. Have patience and wait for some minutes that should copy your file.

Copying Mac OS EL Capitan File to USB

Conclusion

Install Mac Os From Bootable Usb

That’s all about it,Now you are totally done with creating the USB drive. Therefore, if you faced any problem regarding this you can comment on below comment box and share your ideas. How to crack the case interview free download. Furthermore, we will discuss that and don’t forget to subscribe our website with your email address and have a notification about our latest post.