Software To Create Bootable Usb On Mac
How can I make a bootable Windows installation USB on Mac OS X? After upgrading to macOS Mojave, you may find that Boot Camp Assistant is no longer supported and thus creating a bootable USB turns out to be a little bit challenging. In this tutorial we’ll show you how to create Windows 10 bootable USB from ISO on Mac, by using the Terminal or third-party software like UNetbottin.
Method 1: Create Windows 10 Bootable USB on Mac Using UNetbottin
UNetbootin is a free, open source utility that allows you to create bootable USB drives on Windows, Linux, and Mac OS X. If you’ve downloaded Windows 10 ISO image, here is how you can create a bootable Windows installer USB on Mac using UNetbootin.
Dec 10, 2019 This software has easy to use interface and also contain simple user guide. Manga studio download free mac. Just download this amazing bootable USB software now. So these are Best Bootable USB software windows/ Mac 2020 with which you can create bootable USB. Please like, share and comment your views for above listed bootable USB software. If you want to do a clean install of macOS Sierra, or you have multiple Macs to install it on, then a bootable flash drive for is your best bet for easy installation. Here’s how to make one. Mar 21, 2019 In this tutorial we’ll show you how to create Windows 10 bootable USB from ISO on Mac, by using the Terminal or third-party software like UNetbottin. Method 1: Create Windows 10 Bootable USB on Mac Using UNetbottin. UNetbootin is a free, open source utility that allows you to create bootable USB drives on Windows, Linux, and Mac OS X. Many people like to use a bootable USB drives as it is faster and more compact to reinstall a system. Dr.boot is a such USB bootable creator software which allows you create a bootable USB from Windows, Linux and mac.
- Plug a USB drive into your Mac and open Disk Utility. Select your USB drive from the left panel and click on Info button. Note down the device name since we will need that later.
- Next, download and launch the UNetbottin utility. Select the “Diskimage” radio button, click “…” to select a bootable ISO image.
- After locating your Windows 10 ISO file, click on Open.
- Choose Type as USB Drive and select the device name of your USB drive (you probably would’ve noted it down earlier, so refer to that). Click OK to start installing to the USB drive.
- This process takes several minutes or longer, depending on the size of your selected ISO image.
Method 2: Create Windows 10 Bootable USB on Mac Using Terminal
Of course, if you prefer not to use third-party software, you can still use the excellent Terminal app, which is a little bit more involved, but no additional software needs to be installed. Follow these steps:
- After connecting a USB drive to your Mac, open a Terminal window and type diskutil list to display all the disks attached to your machine. You have to figure out the disk identifier of the USB drive you need to format. In my example, my USB drive is mounted as “disk2” and it’s about 32GB.
- Next, run the following command to format your USB drive and name it “WIN10“, where # is a placeholder for the disk identifier of your USB drive.
diskutil eraseDisk MS-DOS 'WIN10' GPT disk#
- Now, mount your Windows 10 ISO image with the command below, assuming it’s saved the Downloads folder. In my case, it is mounted as a volume named “ESD-ISO“.
hdiutil mount ~/Downloads/your_windows_10_image.iso
- Finally, run the following command to copy all the files from the mounted ISO to your USB drive.
cp -rp /Volumes/ESD-ISO/* /Volumes/WIN10/
This command will take a while, and once it finishes, you can disconnect the mounted ISO with this command:
hdiutil unmount /Volumes/ESD-ISO
- Now you should be able to boot from the USB to install Windows 10 on your Mac or Windows machine.
Conclusion
These should be the easiest ways to create a Windows 10 bootable USB from ISO on Mac, without using Boot Camp Assistant. No matter which method you prefer, be sure that you backup any important data on your USB drive, as the procedure of creating bootable USB will delete everything on it.
Related posts:
There are various reasons why you would need a macOS installer. Maybe you need it to reinstall macOS to fix a problem in your system or perhaps you’re planning to sell or hand down your old Mac to a new owner. It’s also possible that you’re the recipient of that old Mac. Similarly, there are also various ways to reinstall macOS. Aside from using recovery mode to reinstall macOS, you can also choose to make Mac boot from USB. In this article, we’ll show you how to make bootable USB so you can install macOS or an older version of it in case you can’t or don’t want to reinstall using recovery mode and other methods.
What You’ll Need to Create a Bootable MacOS Installer
There are two primary items you need to create a bootable USB to reinstall macOS. First, is the USB flash drive. You need one with at least 12GB of free storage. Even though the installation file size of High Sierra is 4.8GB, Apple recommends that you have 12GB storage available on your flash drive to allow for a more secure and stable installation. It will be best to use a Flash memory stick, but if you’re using a portable hard drive, we recommend USB 3.0, USB Type C, or Firewire. The next thing you need is the macOS installation files. You can get these from the Mac App Store.
How to Get MacOS Installation Files
Here’s how to get installation files if you are installing macOS High Sierra.
- Launch the Mac App Store on your Mac.
- Locate macOS High Sierra. If you have purchased or downloaded it before, you can look for it in your Purchased tab.
- Click Download. You will get a message warning you that macOS 10.13 is already installed on the computer. Just click Continue.
- Your Mac will now download the installer file. It will be saved in the Applications folder. The downloading process may take some time, and the speed will depend on your Internet connection. The download process might be faster if you connect to the Internet via ethernet.
- If the installer automatically launches after the download has finished, choose Quit right away. You don’t want to commence the installation process because doing so will delete the driver.
- Go to Applications folder, which you can access via Finder.
- If you are creating a bootable installer for an older macOS version, you can also look for its installation files in the Purchased tab.
How to Create a Bootable MacOS Installer
Now, here’s how to create a bootable USB for macOS.
- Connect your USB flash drive to the computer.
- Open Terminal, which can be found in the Utilities folder within the Applications folder. For the purpose of this article, we will assume that the installation files are still in your Applications folder and your USB flash drive’s name is USBBoot. Replace USBBoot accordingly when you do these steps yourself.
- Type or paste the following commands in Terminal if you are installing High Sierra:
sudo /Applications/Install macOS High Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install macOS High Sierra.app
- Type or paste the following commands in Terminal if you are installing Sierra:
Software To Create Bootable Usb On Mac For Ubuntu
sudo /Applications/Install macOS Sierra.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install macOS Sierra.app
- Type or paste the following commands in Terminal if you are installing El Capitan:
sudo /Applications/Install OS X El Capitan.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install OS X El Capitan.app
- Type or paste the following commands in Terminal if you are installing Yosemite:
Software To Create Bootable Usb From Iso Mac
sudo /Applications/Install OS X Yosemite.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install OS X Yosemite.app
- Type or paste the following commands in Terminal if you are installing Mavericks:
Jvc camcorder everio software mac. sudo /Applications/Install OS X Mavericks.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume –applicationpath /Applications/Install OS X Mavericks.app
- Press Return.
- Type in your administrator password when asked. Press Return. Note that Terminal will not show any characters as you type your password.
- Type Y when prompted to confirm that you want to erase the volume. Press Return again. The terminal will now show the progress as the bootable installer is being created.
- The Terminal will tell you when the process is done. Your flash drive will now have the name of the installer you created, for instance, Install macOS High Sierra.
- Quit Terminal and eject the USB flash drive or hard drive.
Raw image editing software for mac. So, there you have it. Creating a bootable USB macOS installer is quite easy, although downloading the installation files themselves may take time. Once you’ve successfully re-installed macOS, don’t forget to install Tweakbit MacRepair, which can help you take better care of your Mac.