Friday, June 12, 2015

How to Make a Bootable OS X El Capitan Beta USB Installer Drive http://revealedtech.com/tips-solution/how-to-make-a-bootable-os-x-el-capitan-beta-usb-installer-drive/



OS X El Capitan Boot Install drive

Making a bootable OS X El Capitan installer drive for Mac


Many Mac users interested in running OS X El Capitan may wish to have a bootable install drive of the new operating system. We’re going to demonstrate how to do this with a USB flash drive, but technically you can create a boot installer out of just about any USB device which has sufficient space. The process of creating the boot installer for OS X 10.11 is easy enough, though users should have some experience and comfort with the command line before attempting to do so.







The basic requirements to make a bootable OS X El Capitan install drive are as follows:


  • An 8GB or larger USB Flash Drive, this will be formatted and turn into the OS X El Capitan bootable installer

  • The OS X El Capitan installer application, this can be downloaded from Apple (currently dev beta 1)

Naturally, you’ll also need a OS X 10.11 compatible Mac for the destination. Beyond that, we’re going to assume you have an appropriately sized USB drive ready, and the “Install OS X 10.11″ application file residing in the /Applications/ folder of OS X, which is where it downloads to by default.


OS X El Capitan install USB flash drive


Make an OS X El Capitan Beta Bootable Installer Drive


  1. Connect the USB drive to the Mac and launch Disk Utility, then select the USB drive from the left side menu and go to the “Erase” tab

  2. Format the USB flash drive as “Mac OS Extended (Journaled)” and choose Erase to confirm the process – this formats the USB drive which will become the installer, be absolutely certain you have selected the right volume or you will lose data

  3. Now go to the “Partition” tab and change the partition layout to “1 Partition”, then change the name of the partition to “ElCapInstaller” or another name of your choosing

  4. Click on “Options” and select “GUID Partition Table”, and click “OK”, followed by “Apply”, then quit out of Disk Utility

  5. Launch the Terminal application and paste the following string into the command line, if you changed the installer name “ElCapInstaller” to something else, be sure to adjust that in the syntax:

  6. sudo /Applications/Install\ OS\ X\ 10.11\ Developer\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/ElCapInstaller --applicationpath /Applications/Install\ OS\ X\ 10.11\ Developer\ Beta.app --nointeraction


  7. Hit the Return key and enter the admin password when requested (this is necessary to use sudo), you’ll then see numerous progress indicators as the process completes, it will be finished when the last messages is “Done.”

  8. “Erasing Disk: 0%… 10%… 20%… 30%…100%…

    Copying installer files to disk…

    Copy complete.

    Making disk bootable…

    Copying boot files…

    Copy complete.

    Done.”


  9. When completed, the USB bootable installer will be created and you have an OS X El Capitan installer drive, exit out of Terminal and you’re ready to go

You can boot from the drive by holding down the Option key and selecting “Install OS X El Capitan” from the boot volume menu.


OS X El Capitan 10.11 Boot Install drive


If you’re going to install OS X El Capitan beta, you should do so safely on a secondary partition, if not a secondary Mac. Beta system software is often unstable and is not intended for primary use outside of development environments.


By the way, you may notice that drive creation command looks familiar, and that’s because it’s basically the same ‘createinstallmedia’ function that allowed for the creation of an OS X Yosemite boot install drive too,with the primary difference being the application path to the installer file, and of course, the version of OS X itself.


Unless something changes, this command will almost certainly work to make a boot installer with future versions of the OS X El Capitan installer app as well, just keep in mind the file name of the installer will change for the public beta, and final version, versus the existing developer betas.




Source Article from http://feedproxy.google.com/~r/osxdaily/~3/qTvZL-0RM7U/ http://revealedtech.com/wp-content/uploads/2015/06/os-x-el-capitan-boot-install-drive-610x476.jpg
How to Make a Bootable OS X El Capitan Beta USB Installer Drive

No comments:

Post a Comment