
- #CREATE A BOOTABLE USB FOR OS X ON WINDOWS 10 MAC OS X#
- #CREATE A BOOTABLE USB FOR OS X ON WINDOWS 10 INSTALL#
- #CREATE A BOOTABLE USB FOR OS X ON WINDOWS 10 PASSWORD#
- #CREATE A BOOTABLE USB FOR OS X ON WINDOWS 10 WINDOWS 7#
#CREATE A BOOTABLE USB FOR OS X ON WINDOWS 10 INSTALL#
In most of the new mac computer, you can just press cmd+r while booting and the mac will automatically download everything you need to install the system, but the oldest does not have this tool.
#CREATE A BOOTABLE USB FOR OS X ON WINDOWS 10 MAC OS X#
The first thing you have to do is make sure what model you have (the year when your computer has been released) then check on the official apple website to see what is the latest macOS or Mac OS X version available for you computer. I had this problem with a friend computer, it was an old iMac and I'll tell you it is not going to be easy. So basically, the USB drive cannot have any high level formatting, the Windows system should detect the drive as "not formatted" for this to work, which it will if prepped right with Diskpart. When I tried to inject the image, Transmac told me that the drive was "write protected". Note: I use "Rufus" for all other USB writing and formatting for Windows systems, it's a great app, but I had previously tried to format the drive as GPT using that, as a Fat32 partition. DISKPART> convert gptĭiskPart successfully converted the selected disk to GPT format. DISKPART> cleanĭiskPart succeeded in cleaning the disk. (Find the disk number) DISKPART> select disk x (from result of List Disk)ĭisk x is now the selected disk. Here are the Diskpart commands used to prep the Flash Drive, just to have them here in case my Link does not work: diskpart I've been trying to post this to confirm that it works for some time, I just hope it helps someone else, because it is a very easy solution. Someone had reported that the method for using DISKPART did not work, but I have done this twice and it works remarkably well, and it's the only method I could find to create a Mac-Bootable Flash.
#CREATE A BOOTABLE USB FOR OS X ON WINDOWS 10 WINDOWS 7#
I used TransMac on Windows 7 to restore the image file I had to the Flash Drive, it created a bootable Mac image on my flash drive. Dryden's Link, I was able to use the Diskpart command to clean and prep a GPT partition on a flash drive for an OSX Mavericks install image. I was never able to write a Mac installer image to my Flash Drive and have it bootable, unless I did it on a Mac. You can now quit Terminal and eject the volume.I know this question is old but it is still valid. When Terminal says that it's done, the volume will have the same name as the installer you downloaded, such as Install macOS Big Sur.After the volume is erased, you may see an alert that Terminal would like to access files on a removable volume.Terminal shows the progress as the volume is erased. When prompted, type Y to confirm that you want to erase the volume, then press Return.Terminal doesn't show any characters as you type your password.
#CREATE A BOOTABLE USB FOR OS X ON WINDOWS 10 PASSWORD#
When prompted, type your administrator password and press Return again.

* If your Mac is using macOS Sierra or earlier, include the -applicationpath argument and installer path, similar to the way this is done in the 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 Sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume

Sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume Sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume Sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia -volume /Volumes/ MyVolume If it has a different name, replace MyVolume in these commands with the name of your volume. These assume that the installer is in your Applications folder, and MyVolume is the name of the USB flash drive or other volume you're using.


Open Terminal, which is in the Utilities folder of your Applications folder.Connect the USB flash drive or other volume that you're using for the bootable installer.
