Os X Capitan Bootable Usb

  • Create Bootable USB for Mac OS X El Capitan with TransMac. How To Create Bootable Usb For Os X El Capitan Download. A new pop up box will appear, click on the three-dots, and then select the macOS X El Capitan.DMG file from Windows. Then click on OK. Since the file is huge so it will take quite time to complete. Anydesk free download for desktop. It may take about 20 to 30 mins or more.
  • 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.

Oct 11, 2015 Share. Posted November 18, 2015. Hello, I love your bootables versions of OS X, Yosemite was perfectly installed on my FusionDrive with UEFI. But I think I have a problem with the El Capitan version. With the Yosemite bootable USB untouched, Clover shows the good FusionDrive partition ' Macintosh HD'. The El Capitan DMG installer file, now available for download under the version of 10.11.6 for Mac OSX. Now the dmg file can be downloaded by any Mac device users. The Dmg file is known as the latest ISO regarding El Capitan operating system. When talking about the El Capitan OS X, this is the advanced OS, which has been released for the Mac. Create a bootable USB drive for macOS X versions including El Capitan, Yosemite, Mavericks, Sierra, High Sierra, Mojave, Catalina and Big Sur.

If you use pkgutil to expand the InstallMacOSX.pkg it opens to three items, the Distribution file, InstallMacOSX.pkg and Resources. You can alter the Distribution file to ignore the supported platform check, see below.


Creating the Install OS X El Capitan.app on a mac that came with a newer OS than El Capitan.


Download the InstallMacOSX.dmg from Section 4 of How To Upgrade To El Capitan

Double-click to open InstallMacOSX.dmg to Install MacOSX.pkg.

Drag InstallMacOSX.pkg to the Desktop.


Open Terminal, enter the text




A folder will be created on the Desktop after a while with the contents of the .pkg file.

In there you will see an item called Distribution, Control-click on that and select Open With

go to Other and select Text Edit.


When the file opens scroll down to the section that reads,



function isSupportedPlatform(){


type in at the end return true; so it now reads as,



function isSupportedPlatform(){return true;


Now click Save and close the document.


Go back to Terminal and enter the text,



press Return, after several minutes, be patient, (check to see if the prompt has returned to Terminal) a new package will be created on the Desktop.


When created double-click on that and an installation window will open where you will now convert the

new InstallElCapitan.pkg to the Install OS X El Capitan.app which will be placed in your Applications folder.


You can now create a bootable USB using the install app and createinstallmedia,



If you have the time I would be grateful if you could give this a trial, it works here on my mac, but I would like confirmation from yourself or any others reading this that the procedure works on macs that came with macOS Sierra or newer pre-installed. Oh and tell me if my description of the procedure is easy to follow and understand..



Jan 15, 2020 12:58 AM

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:

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.

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

Usb

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

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.

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

Os X El Capitan Bootable Usb

  • 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.

Bootable Usb Mac Os X El Capitan

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

Os X El Capitan Create Bootable 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. 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.