
- #How to make a bootable usb mac on windows how to
- #How to make a bootable usb mac on windows install
- #How to make a bootable usb mac on windows update
- #How to make a bootable usb mac on windows Pc
- #How to make a bootable usb mac on windows download
#How to make a bootable usb mac on windows install
What is Clover Bootloader? Perhaps it is too familiar for Hackintosh users, Clover is a specially designed boot loader that allows us to boot and install macOS on a non-Mac computer.
#How to make a bootable usb mac on windows how to
This article will guide you how to install Clover Bootloader on USB from Windows and Linux. Windows will pop up a screen and start the installation process.Įnjoy your new PC, and your newly-installed copy of Windows.Clover Bootloader is a great boot loader, it supports both UEFI and Legacy. If it doesn't, you may need to check your new PC's BIOS and change the boot order to boot from your USB drive.
#How to make a bootable usb mac on windows Pc
Step 7: Put your USB into your new PC and start loading WindowsĬongratulations - your computer now should boot directly from your USB drive.

Note that Windows will automatically rejoin these files later when you're installing. Once that's done, you can eject your USB from your Mac inside Finder. Wimlib-imagex split /Volumes/CCCOMA_X64FRE_EN-US_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 3800 It will use wimlib to split the install.wim file into 2 files less than 4 GB each (I use 3.8 GB in the following command), then copy them over to your USB:

Note that this process may take several hours, you may see 0% progress until it finishes. Then go ahead and create the directory that you're going to write the files into: Then use Homebrew to install a tool called wimlib with this terminal command: Then run this command to install Homebrew (if you don't have it installed on your Mac yet): Rsync -vha -exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_EN-US_DV9/* /Volumes/WIN10 Thank you to for coming up with this workaround.įirst run this command to copy over everything but that file: So I'll show you how to copy it over separately.
#How to make a bootable usb mac on windows update
Update April 2020: One of the files in the Windows 10 ISO – install.wim – is now too large to copy over to a FAT-32 formatted USB drive. Hdiutil mount ~/Downloads/Win10_1903_V1_English_圆4.iso Step 6: Copy the Windows 10 ISO over to your USB Drive But your file is probably located in your ~/Downloads folder with a name of Win10_1903_V1_English_圆4.iso. You will need to check where your downloaded Windows 10 ISO file is and use that. Now we're going to prep our downloaded ISO file so we can copy it over to our USB drive. Come back and try this command if step 7 fails, then redo steps 5, 6, and 7: diskutil eraseDisk MS-DOS "WIN10" MBR /dev/disk2 Step 5: Use hdiutil to mount the Windows 10 folder and prepare it for transfer. Note that for some hardware, you may instead need to run this command, which uses the MBR format for partitioning instead of GPT. This will probably only take about 20 seconds on a newer computer, but may take longer on an older computer. Then you'll see terminal output like this. Run this command using the correct disk number for your USB:ĭiskutil eraseDisk MS-DOS "WIN10" GPT /dev/disk2 Note that you should replace the disk2 with the name of the your drive from step 3 if it wasn't disk2. This is a format that Windows 10 will recognize. Next format your USB drive to Windows FAT32 format. Step 4: Format your USB Drive to work with Windows You will see output like this (note - your Mac's terminal may be black text on a white background if you haven't customized it).Ĭopy the text I point to here. Paste the following command into your terminal and hit enter: Then type the word "terminal" and select Terminal from the dropdown list.

Open Mac Spotlight using the ⌘ + space keyboard shortcut. Step 3: Use the diskutil command to identify which disk your USB drive is mounted on I'm going to tell you exactly which commands to enter. You can do this using MacOS Spotlight by pressing both the ⌘ and Space bar at the same time, then typing "terminal" and hitting enter.ĭon't be intimidated by the command line interface. I bought a 32 gigabyte USB drive at Walmart for only $3, so this shouldn't be very expensive. The ISO file is only about 5 gigabytes, but I recommend you use a USB drive with at least 16 gigabytes of space just in case Windows needs more space during the installation process. Step 2: Insert your USB storage drive into your Mac

If you're not sure, go with the 32-bit version to be safe. If you have a relatively new computer, you probably want the 64-bit version. Start by downloading the Windows 10 Media Creation Tool. That's right - everything we're going to do here is 100% legal and sanctioned by Microsoft.
#How to make a bootable usb mac on windows download
You can download the ISO file straight from Microsoft. In this tutorial we'll show you how you can set this up from a Mac. Luckily, Microsoft makes a tool that you can use to install Windows from a USB storage drive (or "thumbdrive" as they are often called).īut what if you don't have a second PC for setting up that USB storage drive in the first place? So it can be a pain to install Windows on a new computer. Most new PCs don't come with DVD drives anymore.
