Create Bootable Usb Mavericks

  1. Create Bootable Usb Mavericks Installer
  2. Create Bootable Usb Mavericks Mac
  3. Create Bootable Usb Mavericks Download
  4. Create Bootable Usb Mac Disk Utility Mavericks
  5. Create Bootable Usb Mavericks Windows 10

This article has now been superseded by our Bootable Yosemite USB Guide

Apple no longer supply a bootable USB Flash Drive for their newest OSX Mavericks operating system, just as they did with Mountain Lion.Using this tutorial yo. Make Bootable Mavericks Usb From Dmg; Diskmaker X; Jun 11, 2013 How to: Create a bootable installation for OS X Mavericks 10.9 and above June 11, 2013 marek 33 Comments UPDATE: With the release version of OS X Mavericks there is now a much easier way to create a bootable installer. In this guide I will create bootable USB installer using latest MyHack 3.3.1. Process is quite the same like in the older versions of Myhack, the only thing diferent now is an option to create latest 10.9 Mavericks. Attach the USB drive to the Mac and launch Disk Utility Choose the USB drive from the left side menu, click the “Partition” tab, select “1 Partition” from the drop down menu, and then click the “Options” button to select “GUID” as the partition type, click “OK” then click “Apply”. Use Terminal to create a bootable installer. Another way to create a bootable installer for macOS is to use Terminal. Make sure that you have the installation files on your Mac before trying this step out. How to make a bootable USB on Mac: Open Terminal by following Applications → Utilities → Terminal. Connect the USB drive to your Mac.

There are many ways that you can create a bootable Mavericks USB Drive but this seems to me the far easiest way to do so. In this article I will assume that you already have a reasonable grasp of the OSX system and cut out the lengthy text:

1. Download Mavericks

Create Bootable Usb Mavericks

Mavericks can be downloaded directly from Apple here (make sure you leave the file in the default download location)

2. Prepare a USB Flash Drive (Must be 8Gb or larger)

  • Plug the USB Drive in to your Mac and open “Disk Utility” (found under applications / utilities in finder)
  • Select the USB Drive
  • Select the Erase tab
  • Ensure that the format is Mac OS Extended (Journaled)

IMPORTANT – Leave the name as “Untitled”. If you change this the next step won’t work

3. Create the Bootable Mavericks USB Drive

Usb

Open up Terminal (found in applications)

Type this in:

sudo /Applications/Install OS X Mavericks.app/Contents/Resources/createinstallmedia –volume /Volumes/Untitled –applicationpath /Applications/Install OS X Mavericks.app –nointeraction

Create Bootable Usb Mavericks Installer

Create Bootable Usb Mavericks

Wait for the process to complete. Done.

4. Boot from the Mavericks USB Drive

Restart your computer and hold down “Option”. You can now select the USB Drive you just created.

This article has now been superseded by our Bootable Yosemite USB Guide

[Total: 6 Average: 4.2]

When Apple released OS X 10.7 two years ago, it stopped selling operating system DVDs in its stores, stopped shipping recovery disks with new Macs, and switched to downloadable installers for OS X upgrades. These download-only installers have actually worked pretty well—I’ve never had an issue downloading the software from the Mac App Store or restoring a Mac using the Internet Recovery feature when something went south. That said, it’s still nice to have an install disk handy for those cases when you don’t have a connection, when your connection is slow, or when you just have a whole bunch of Macs and don’t want to have to download the installer on each and every one of them.

The good news is, as with Lion and Mountain Lion, it’s possible to create a local USB installer for Mavericks. The bad news is that it wasn’t as simple as it was before—Apple has changed the way the installer works, and making an install disk manually is more difficult than it used to be. Before we get started, here’s what you’ll need:

  • An 8GB or larger USB flash drive, or an 8GB or larger partition on some other kind of external drive.
  • The OS X 10.9 Mavericks installer from the Mac App Store in your Applications folder. The installer will delete itself when you install the operating system, but it can be re-downloaded if necessary.
  • The latest version of Diskmaker X app, available here. This app is free to download, but the creator accepts donations if you want to support his efforts.
  • An administrator account on the Mac you're using to create the disk.
Advertisement

The easy way

Once you've obtained all of the necessary materials, install the Diskmaker X app to your Applications folder. The app can currently make installers for OS X 10.7, 10.8, and 10.9, but we're only interested in Mavericks today.

Diskmaker X has actually been around since the days of OS X 10.7 (it was previously known as Lion Diskmaker), but it's more important now because Apple has made alterations to the installer that prevent the old Disk Utility method from working. It's still possible to create a disk manually using a Terminal command (which we'll go into momentarily), but Diskmaker X presents an easy GUI-based way to do it that is less intimidating to most people. One note of caution: Diskmaker X no longer supports creating OS X install DVDs. This isn't going to be a problem for any Mac that can actually install Mavericks, but if you'd rather use a disc than a USB drive, you're apparently out of luck.

Create bootable usb from iso mac mavericks

Anyway, select OS X 10.9 in Diskmaker X, and the app should automatically find the copy you've downloaded to your Applications folder, but clicking 'Use another copy' will let you browse the drive if you happen to have moved it. It will then ask you where you want to copy the files—click 'An 8GB USB thumb drive' if you have a single drive to use, or 'Another kind of disk' to use a partition on a larger drive or some other kind of external drive. Choose your disk (or partition) from the list that appears, verify that you'd like to have the disk (or partition) erased, and then wait for the files to copy over. The process is outlined in screenshots below.

Advertisement

Create Bootable Usb Mavericks Mac

The only-slightly-less-easy way

If you don't want to use Diskmaker X for some reason, poster tywebb13 on the MacRumors forums has your hookup. Assuming that you have the OS X Mavericks installer in your Applications folder, and you have a Mac OS X Extended (Journaled)-formatted volume named 'Untitled' mounted on the system, you can create a Mavericks install drive by typing the following command into the Terminal.

Create Bootable Usb Mavericks Download

Bootable

Create Bootable Usb Mac Disk Utility Mavericks

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

The command will erase the disk and copy the install files over. Give it some time, and your volume will soon be loaded up with not just the OS X installer, but also an external recovery partition that may come in handy if your hard drive dies and you're away from an Internet connection.

Whichever method you use, you should be able to boot from your new USB drive either by changing the default Startup Disk in System Preferences or by holding down the Option key at boot and selecting the drive. Once booted, you'll be able to install or upgrade Mavericks as you normally would.

Create Bootable Usb Mavericks Windows 10

Update: This article originally contained instructions for using Lion Diskmaker 3 beta 3. It has been updated for the release of Diskmaker X, the non-beta version of the same program.